@Entity
public class SeenEntry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SeenEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFileName()
Used to get the filename the seen file
|
java.lang.Long |
getId()
Used to get the id of the Seen Entry, can be null if the seen database does not
support it.
|
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 |
setId(java.lang.Long id)
Used to set the if the Seen Entry, can be null if the seen database does not support it.
|
void |
setLastModified(long lastModified)
Used to set the date the file was last modified
|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- The idpublic 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