com.ontimize.dms.db
Interface ILocalFileInfo
- All Known Implementing Classes:
- LocalFileInfo
public interface ILocalFileInfo
getPath
java.lang.String getPath()
getName
java.lang.String getName()
getFile
java.lang.String getFile()
getDate
java.util.Date getDate()
getRecord
java.util.Hashtable getRecord()
getDocument
Document getDocument()
getCanonicalPath
java.lang.String getCanonicalPath()
getCanonicalFile
java.io.File getCanonicalFile(java.lang.String base)
isModified
boolean isModified(java.lang.String base)
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object