Class Comment
- java.lang.Object
-
- org.silverpeas.core.questioncontainer.container.model.Comment
-
- All Implemented Interfaces:
Serializable
public class Comment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getDate()
CommentPK
getPK()
QuestionContainerPK
getQuestionContainerPK()
String
getUserId()
boolean
isAnonymous()
-
-
-
Constructor Detail
-
Comment
public Comment(CommentPK commentPK, QuestionContainerPK questionContainerPK, String userId, String comment, boolean isAnonymous, String date)
-
-
Method Detail
-
getPK
public CommentPK getPK()
-
getQuestionContainerPK
public QuestionContainerPK getQuestionContainerPK()
-
getUserId
public String getUserId()
-
getComment
public String getComment()
-
isAnonymous
public boolean isAnonymous()
-
getDate
public String getDate()
-
-