com.liferay.portlet.messageboards.model
Interface MBMessage

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, MBMessageModel, java.io.Serializable

public interface MBMessage
extends MBMessageModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the MBMessage table in the database.

Customize com.liferay.portlet.messageboards.service.model.impl.MBMessageImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.messageboards.service.model.MBMessageModel, com.liferay.portlet.messageboards.service.model.impl.MBMessageImpl, com.liferay.portlet.messageboards.service.model.impl.MBMessageModelImpl

Method Summary
 java.lang.String getAttachmentsDir()
           
 java.lang.String getBody(boolean translated)
           
 MBCategory getCategory()
           
 java.lang.String getThreadAttachmentsDir()
           
 boolean isDiscussion()
           
 boolean isReply()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel
getAnonymous, getAttachments, getBody, getCategoryId, getCompanyId, getCreateDate, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getSubject, getThreadId, getUserId, getUserName, isAnonymous, isAttachments, setAnonymous, setAttachments, setBody, setCategoryId, setCompanyId, setCreateDate, setMessageId, setModifiedDate, setParentMessageId, setPrimaryKey, setSubject, setThreadId, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCategory

public MBCategory getCategory()

isRoot

public boolean isRoot()

isReply

public boolean isReply()

isDiscussion

public boolean isDiscussion()

getThreadAttachmentsDir

public java.lang.String getThreadAttachmentsDir()

getAttachmentsDir

public java.lang.String getAttachmentsDir()

getBody

public java.lang.String getBody(boolean translated)