|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.faq.service.Comment
public class Comment
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 |
|---|
public Comment()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - the new commentspublic java.lang.String getCommentBy()
public void setFullName(java.lang.String fullName)
public java.lang.String getFullName()
public void setCommentBy(java.lang.String commentBy)
commentBy - the new comment bypublic java.util.Date getDateComment()
public void setDateComment(java.util.Date dateComment)
dateComment - the new date commentpublic boolean isNew()
public void setNew(boolean isNew)
isNew - the new newpublic java.lang.String getPostId()
public void setPostId(java.lang.String postId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||