com.liferay.portlet.messageboards.comment
Class MBCommentImpl
java.lang.Object
com.liferay.portlet.messageboards.comment.MBCommentImpl
- All Implemented Interfaces:
- Comment, WorkflowableComment
- Direct Known Subclasses:
- MBDiscussionCommentImpl
public class MBCommentImpl
- extends Object
- implements WorkflowableComment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBCommentImpl
public MBCommentImpl(MBMessage message)
getBody
public String getBody()
- Specified by:
getBody in interface Comment
getClassName
public String getClassName()
- Specified by:
getClassName in interface Comment
getClassPK
public long getClassPK()
- Specified by:
getClassPK in interface Comment
getCommentId
public long getCommentId()
- Specified by:
getCommentId in interface Comment
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface WorkflowableComment
getCreateDate
public Date getCreateDate()
- Specified by:
getCreateDate in interface Comment
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface WorkflowableComment
getModelClass
public Class<?> getModelClass()
- Specified by:
getModelClass in interface Comment
getModelClassName
public String getModelClassName()
- Specified by:
getModelClassName in interface Comment
getModifiedDate
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface Comment
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface WorkflowableComment
getStatus
public int getStatus()
- Specified by:
getStatus in interface WorkflowableComment
getUser
public User getUser()
- Specified by:
getUser in interface Comment
getUserId
public long getUserId()
- Specified by:
getUserId in interface Comment
getUserName
public String getUserName()
- Specified by:
getUserName in interface Comment
getMessage
protected MBMessage getMessage()