public class CommentModel extends AbstractModel
| Constructor and Description |
|---|
CommentModel(String creationDate,
String author,
String commentText,
String ref,
boolean pendingComment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCommentText() |
String |
getCreationDate() |
String |
getRef() |
String |
getSiteUrl() |
boolean |
isPendingComment() |
void |
setAuthor(String author) |
void |
setCommentText(String commentText) |
void |
setCreationDate(String creationDate) |
void |
setPendingComment(boolean pendingComment) |
void |
setRef(String ref) |
void |
setSiteUrl(String siteUrl) |
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItempublic String getAuthor()
public void setAuthor(String author)
public boolean isPendingComment()
public void setPendingComment(boolean pendingComment)
public String getCommentText()
public void setCommentText(String commentText)
public String getRef()
public void setRef(String ref)
public String getCreationDate()
public void setCreationDate(String creationDate)
public String getSiteUrl()
public void setSiteUrl(String siteUrl)
Copyright © 2019 Nuxeo SA. All rights reserved.