com.stratelia.webactiv.util.questionContainer.model
Class Comment
java.lang.Object
com.stratelia.webactiv.util.questionContainer.model.Comment
- All Implemented Interfaces:
- Serializable
public class Comment
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment(CommentPK commentPK,
QuestionContainerPK questionContainerPK,
String userId,
String comment,
boolean isAnonymous,
String date)
getPK
public CommentPK getPK()
getQuestionContainerPK
public QuestionContainerPK getQuestionContainerPK()
getUserId
public String getUserId()
getComment
public String getComment()
isAnonymous
public boolean isAnonymous()
getDate
public String getDate()
Copyright © 2016 Silverpeas. All Rights Reserved.