com.jamasoftware.contour.domain
Class Comment

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectSupport
      extended by com.jamasoftware.contour.domain.Comment
All Implemented Interfaces:
DomainObject, java.io.Serializable

public class Comment
extends DomainObjectSupport

Document/Item comment.

See Also:
Serialized Form

Constructor Summary
Comment()
           
Comment(Comment other)
           
 
Method Summary
 java.lang.String getCommentText()
           
 Document getDocument()
           
 java.util.Calendar getEntryDate()
           
 java.lang.Integer getId()
           
 User getUser()
           
 java.lang.String getXmlToString()
           
 void setCommentText(java.lang.String comments)
           
 void setDocument(Document document)
           
 void setEntryDate(java.util.Calendar entryDate)
           
 void setId(java.lang.Integer commentsId)
           
 void setUser(User user)
           
 
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
 

Constructor Detail

Comment

public Comment()

Comment

public Comment(Comment other)
Method Detail

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.