com.jamasoftware.contour.domain
Class Comment
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Comment
- All Implemented Interfaces:
- DomainObject, java.io.Serializable
public class Comment
- extends DomainObjectSupport
Document/Item comment.
- See Also:
- Serialized Form
| Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport |
equals, getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment()
Comment
public Comment(Comment other)
getCommentText
public java.lang.String getCommentText()
setCommentText
public void setCommentText(java.lang.String comments)
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer commentsId)
getEntryDate
public java.util.Calendar getEntryDate()
setEntryDate
public void setEntryDate(java.util.Calendar entryDate)
getUser
public User getUser()
- Returns:
setUser
public void setUser(User user)
getDocument
public Document getDocument()
- Returns:
setDocument
public void setDocument(Document document)
getXmlToString
public java.lang.String getXmlToString()
Copyright © 2010 Jama Software, Inc. All Rights Reserved.