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.Comment
public java.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.comment.Comment
public long getClassPK()
getClassPK
in interface com.liferay.portal.kernel.comment.Comment
public long getCommentId()
getCommentId
in interface com.liferay.portal.kernel.comment.Comment
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.comment.WorkflowableComment
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.comment.Comment
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.comment.WorkflowableComment
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.comment.Comment
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.comment.Comment
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.comment.Comment
public long getParentCommentId()
getParentCommentId
in interface com.liferay.portal.kernel.comment.Comment
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.comment.WorkflowableComment
public int getStatus()
getStatus
in interface com.liferay.portal.kernel.comment.WorkflowableComment
public java.lang.String getTranslatedBody(java.lang.String pathThemeImages)
getTranslatedBody
in interface com.liferay.portal.kernel.comment.Comment
public com.liferay.portal.kernel.model.User getUser()
getUser
in interface com.liferay.portal.kernel.comment.Comment
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.comment.Comment
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.comment.Comment
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.comment.Comment
public boolean isRoot()
isRoot
in interface com.liferay.portal.kernel.comment.Comment
protected com.liferay.message.boards.kernel.model.MBMessage getMessage()