public class MBCommentImpl
extends java.lang.Object
implements com.liferay.portal.kernel.comment.WorkflowableComment
| Constructor and Description |
|---|
MBCommentImpl(com.liferay.message.boards.kernel.model.MBMessage message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody() |
java.lang.String |
getClassName() |
long |
getClassPK() |
long |
getCommentId() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
long |
getGroupId() |
protected com.liferay.message.boards.kernel.model.MBMessage |
getMessage() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getParentCommentId() |
long |
getPrimaryKey() |
int |
getStatus() |
java.lang.String |
getTranslatedBody(java.lang.String pathThemeImages) |
com.liferay.portal.kernel.model.User |
getUser() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUuid() |
boolean |
isRoot() |
public MBCommentImpl(com.liferay.message.boards.kernel.model.MBMessage message)
public java.lang.String getBody()
getBody in interface com.liferay.portal.kernel.comment.Commentpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.comment.Commentpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.comment.Commentpublic long getCommentId()
getCommentId in interface com.liferay.portal.kernel.comment.Commentpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.comment.WorkflowableCommentpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.comment.Commentpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.comment.WorkflowableCommentpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.comment.Commentpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.comment.Commentpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.comment.Commentpublic long getParentCommentId()
getParentCommentId in interface com.liferay.portal.kernel.comment.Commentpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.comment.WorkflowableCommentpublic int getStatus()
getStatus in interface com.liferay.portal.kernel.comment.WorkflowableCommentpublic java.lang.String getTranslatedBody(java.lang.String pathThemeImages)
getTranslatedBody in interface com.liferay.portal.kernel.comment.Commentpublic com.liferay.portal.kernel.model.User getUser()
getUser in interface com.liferay.portal.kernel.comment.Commentpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.comment.Commentpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.comment.Commentpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.comment.Commentpublic boolean isRoot()
isRoot in interface com.liferay.portal.kernel.comment.Commentprotected com.liferay.message.boards.kernel.model.MBMessage getMessage()