org.exoplatform.faq.service
Class Comment

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

public class Comment
extends java.lang.Object

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


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

Constructor Detail

Comment

public Comment()
Instantiates a new comment.

Method Detail

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

getComments

public java.lang.String getComments()
Gets the comments.

Returns:
the comments

setComments

public void setComments(java.lang.String comments)
Sets the comments.

Parameters:
comments - the new comments

getCommentBy

public java.lang.String getCommentBy()
Gets the comment by.

Returns:
the comment by

setFullName

public void setFullName(java.lang.String fullName)

getFullName

public java.lang.String getFullName()

setCommentBy

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

Parameters:
commentBy - the new comment by

getDateComment

public java.util.Date getDateComment()
Gets the date comment.

Returns:
the date comment

setDateComment

public void setDateComment(java.util.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 java.lang.String getPostId()

setPostId

public void setPostId(java.lang.String postId)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.