org.exoplatform.faq.service
Class Comment

java.lang.Object
  extended by org.exoplatform.faq.service.Comment

public class Comment
extends Object

Created by The eXo Platform SARL Author : Ha Mai ha.mai@exoplatform.com Jan 16, 2009, 10:19:51 AM


Field Summary
static String COMMENT_ID
           
 
Constructor Summary
Comment()
          Instantiates a new comment.
 
Method Summary
 String getCommentBy()
          Gets the comment by.
 String getComments()
          Gets the comments.
 Date getDateComment()
          Gets the date comment.
 String getFullName()
           
 String getId()
          Gets the id.
 String getPostId()
           
 boolean isNew()
          Checks if is new.
 void setCommentBy(String commentBy)
          Sets the comment by.
 void setComments(String comments)
          Sets the comments.
 void setDateComment(Date dateComment)
          Sets the date comment.
 void setFullName(String fullName)
           
 void setId(String id)
          Sets the id.
 void setNew(boolean isNew)
          Sets the new.
 void setPostId(String postId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMENT_ID

public static final String COMMENT_ID
Constructor Detail

Comment

public Comment()
Instantiates a new comment.

Method Detail

getId

public String getId()
Gets the id.

Returns:
the id

setId

public void setId(String id)
Sets the id.

Parameters:
id - the new id

getComments

public String getComments()
Gets the comments.

Returns:
the comments

setComments

public void setComments(String comments)
Sets the comments.

Parameters:
comments - the new comments

getCommentBy

public String getCommentBy()
Gets the comment by.

Returns:
the comment by

setFullName

public void setFullName(String fullName)

getFullName

public String getFullName()

setCommentBy

public void setCommentBy(String commentBy)
Sets the comment by.

Parameters:
commentBy - the new comment by

getDateComment

public Date getDateComment()
Gets the date comment.

Returns:
the date comment

setDateComment

public void setDateComment(Date dateComment)
Sets the date comment.

Parameters:
dateComment - the new date comment

isNew

public boolean isNew()
Checks if is new.

Returns:
true, if is new

setNew

public void setNew(boolean isNew)
Sets the new.

Parameters:
isNew - the new new

getPostId

public String getPostId()

setPostId

public void setPostId(String postId)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.