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.


Constructor Summary
StoredFileVersion(ResultSet rs)
           
 
Method Summary
 boolean getAdminable()
           
 Integer getAuthorId()
           
 int getBytes()
           
 String getClientFileName()
           
 String getCreationDate()
           
 String getCreatorName()
           
 String getDescription()
           
 String getFileType()
           
 int getKbytes()
           
 boolean getReadable()
           
 Integer getVersionId()
           
 boolean getWritable()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredFileVersion

public StoredFileVersion(ResultSet rs)
                  throws SQLException
Method Detail

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()