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