Liferay 7.0-ce-m6

com.liferay.portlet.messageboards.comment
Class MBCommentImpl

java.lang.Object
  extended by com.liferay.portlet.messageboards.comment.MBCommentImpl
All Implemented Interfaces:
Comment, WorkflowableComment
Direct Known Subclasses:
MBDiscussionCommentImpl

public class MBCommentImpl
extends Object
implements WorkflowableComment


Constructor Summary
MBCommentImpl(MBMessage message)
           
 
Method Summary
 String getBody()
           
 String getClassName()
           
 long getClassPK()
           
 long getCommentId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
protected  MBMessage getMessage()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 int getStatus()
           
 User getUser()
           
 long getUserId()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCommentImpl

public MBCommentImpl(MBMessage message)
Method Detail

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()

Liferay 7.0-ce-m6