com.stratelia.webactiv.util.questionContainer.model
Class Comment

java.lang.Object
  extended by com.stratelia.webactiv.util.questionContainer.model.Comment
All Implemented Interfaces:
Serializable

public class Comment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Comment(CommentPK commentPK, QuestionContainerPK questionContainerPK, String userId, String comment, boolean isAnonymous, String date)
           
 
Method Summary
 String getComment()
           
 String getDate()
           
 CommentPK getPK()
           
 QuestionContainerPK getQuestionContainerPK()
           
 String getUserId()
           
 boolean isAnonymous()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2016 Silverpeas. All Rights Reserved.