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()
           
 double getPriority()
           
 java.lang.String[] getTagsEntries()
           
 java.lang.String getThreadAttachmentsDir()
           
 java.lang.String getUserUuid()
           
 boolean isDiscussion()
           
 boolean isReply()
           
 boolean isRoot()
           
 void setAttachmentsDir(java.lang.String attachmentsDir)
           
 void setPriority(double priority)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMessageModel
getAnonymous, getAttachments, getBody, getCategoryId, getCompanyId, getCreateDate, getMessageId, getModifiedDate, getParentMessageId, getPrimaryKey, getSubject, getThreadId, getUserId, getUserName, getUuid, isAnonymous, isAttachments, setAnonymous, setAttachments, setBody, setCategoryId, setCompanyId, setCreateDate, setMessageId, setModifiedDate, setParentMessageId, setPrimaryKey, setSubject, setThreadId, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)

getCategory

public MBCategory getCategory()

isRoot

public boolean isRoot()

isReply

public boolean isReply()

isDiscussion

public boolean isDiscussion()

getPriority

public double getPriority()
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

setPriority

public void setPriority(double priority)

getThreadAttachmentsDir

public java.lang.String getThreadAttachmentsDir()

getAttachmentsDir

public java.lang.String getAttachmentsDir()

setAttachmentsDir

public void setAttachmentsDir(java.lang.String attachmentsDir)

getBody

public java.lang.String getBody(boolean translated)

getTagsEntries

public java.lang.String[] getTagsEntries()
                                  throws com.liferay.portal.SystemException,
                                         com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException