public class Comment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMENT_ID |
| Constructor and Description |
|---|
Comment()
Instantiates a new comment.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String COMMENT_ID
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)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.