com.rapidtransform.doc.model
Class Document
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.core.model.VersionControlled
com.rapidtransform.doc.model.Document
- All Implemented Interfaces:
- Model, Versioned, java.io.Serializable
public class Document
- extends VersionControlled
- Author:
- Steve
- See Also:
- Serialized Form
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel |
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Document
public Document()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getContent
public byte[] getContent()
setContent
public void setContent(byte[] content)
getContentType
public java.lang.String getContentType()
setContentType
public void setContentType(java.lang.String contentType)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
getFileSize
public int getFileSize()
setFileSize
public void setFileSize(int fileSize)