com.arsdigita.acs.fs
Class StoredFileVersion
java.lang.Object
|
+--com.arsdigita.acs.fs.StoredFileVersion
- public class StoredFileVersion
- extends Object
Represents a single version of a file in the file storage module.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredFileVersion
public StoredFileVersion(ResultSet rs)
throws SQLException
getKbytes
public int getKbytes()
getBytes
public int getBytes()
getCreatorName
public String getCreatorName()
getCreationDate
public String getCreationDate()
getFileType
public String getFileType()
getAuthorId
public Integer getAuthorId()
getReadable
public boolean getReadable()
getWritable
public boolean getWritable()
getAdminable
public boolean getAdminable()
getDescription
public String getDescription()
getClientFileName
public String getClientFileName()
getVersionId
public Integer getVersionId()