Liferay 7.0-ce-b4

com.liferay.portal.kernel.comment
Interface WorkflowableComment

All Superinterfaces:
Comment

public interface WorkflowableComment
extends Comment


Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 int getStatus()
           
 
Methods inherited from interface com.liferay.portal.kernel.comment.Comment
getBody, getClassName, getClassPK, getCommentId, getCreateDate, getModelClass, getModelClassName, getModifiedDate, getParentCommentId, getTranslatedBody, getUser, getUserId, getUserName, getUuid, isRoot
 

Method Detail

getCompanyId

long getCompanyId()

getGroupId

long getGroupId()

getPrimaryKey

long getPrimaryKey()

getStatus

int getStatus()

Liferay 7.0-ce-b4