org.stanwood.media.actions
Class SeenEntry

java.lang.Object
  extended by org.stanwood.media.actions.SeenEntry
All Implemented Interfaces:
java.io.Serializable

public class SeenEntry
extends java.lang.Object
implements java.io.Serializable

Used to store information on files that have been seen

See Also:
Serialized Form

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

SeenEntry

public SeenEntry()
Method Detail

getFileName

public java.lang.String getFileName()
Used to get the filename the seen file

Returns:
the filename the seen file

setFileName

public void setFileName(java.lang.String fileName)
Used to set the filename the seen file

Parameters:
fileName - the filename the seen file

getLastModified

public long getLastModified()
Used to get the date the file was last modified

Returns:
the date the file was last modified

setLastModified

public void setLastModified(long lastModified)
Used to set the date the file was last modified

Parameters:
lastModified - the date the file was last modified

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object