org.pentaho.reporting.libraries.fonts.registry
Class FontFileRecord

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.registry.FontFileRecord
All Implemented Interfaces:
Serializable

public class FontFileRecord
extends Object
implements Serializable

Todo: Document me!

Author:
: Thomas Morgner
See Also:
Serialized Form

Constructor Summary
FontFileRecord(File file)
           
FontFileRecord(String filename, long fileSize, long lastAccessTime)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFilename()
           
 long getFileSize()
           
 long getLastAccessTime()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontFileRecord

public FontFileRecord(File file)
               throws IOException
Throws:
IOException

FontFileRecord

public FontFileRecord(String filename,
                      long fileSize,
                      long lastAccessTime)
Method Detail

getLastAccessTime

public long getLastAccessTime()

getFileSize

public long getFileSize()

getFilename

public String getFilename()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object