|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.actions.SeenEntry
public class SeenEntry
Used to store information on files that have been seen
Constructor Summary | |
---|---|
SeenEntry()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getFileName()
Used to get the filename the seen file |
long |
getLastModified()
Used to get the date the file was last modified |
int |
hashCode()
|
void |
setFileName(java.lang.String fileName)
Used to set the filename the seen file |
void |
setLastModified(long lastModified)
Used to set the date the file was last modified |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeenEntry()
Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the filename the seen filepublic long getLastModified()
public void setLastModified(long lastModified)
lastModified
- the date the file was last modifiedpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |