com.counterclaim.openefm.admin.vo
Class DocumentVO
java.lang.Object
|
+--com.counterclaim.openefm.admin.vo.DocumentVO
- public class DocumentVO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentVO
public DocumentVO()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getActorReferences
public java.util.List getActorReferences()
setActorReferences
public void setActorReferences(java.util.List actorReferences)
getSubmitted
public java.util.Date getSubmitted()
setSubmitted
public void setSubmitted(java.util.Date submitted)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)
getContentId
public java.lang.String getContentId()
setContentId
public void setContentId(java.lang.String contentId)
getContentMimeType
public java.lang.String getContentMimeType()
setContentMimeType
public void setContentMimeType(java.lang.String contentMimeType)
getContentSize
public java.lang.Integer getContentSize()
setContentSize
public void setContentSize(java.lang.Integer contentSize)
getContentSizeKb
public java.lang.String getContentSizeKb()
getContentEncoding
public java.lang.String getContentEncoding()
setContentEncoding
public void setContentEncoding(java.lang.String contentEncoding)
getAttachments
public java.util.List getAttachments()
setAttachments
public void setAttachments(java.util.List attachments)
Copyright © 2002 counterclaim.com. All Rights Reserved.