Liferay 7.0-ce-m6

com.liferay.portal.kernel.comment
Interface Comment

All Known Subinterfaces:
DiscussionComment, WorkflowableComment
All Known Implementing Classes:
MBCommentImpl, MBDiscussionCommentImpl

public interface Comment


Method Summary
 String getBody()
           
 String getClassName()
           
 long getClassPK()
           
 long getCommentId()
           
 Date getCreateDate()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 User getUser()
           
 long getUserId()
           
 String getUserName()
           
 

Method Detail

getBody

String getBody()

getClassName

String getClassName()

getClassPK

long getClassPK()

getCommentId

long getCommentId()

getCreateDate

Date getCreateDate()

getModelClass

Class<?> getModelClass()

getModelClassName

String getModelClassName()

getModifiedDate

Date getModifiedDate()

getUser

User getUser()
             throws PortalException
Throws:
PortalException

getUserId

long getUserId()

getUserName

String getUserName()

Liferay 7.0-ce-m6