com.liferay.portlet.messageboards.model
Interface MBThread

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

public interface MBThread
extends MBThreadModel

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 MBThread table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
MBThreadModel, com.liferay.portlet.messageboards.model.impl.MBThreadImpl, com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl

Method Summary
 java.lang.String getAttachmentsDir()
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel
getCategoryId, getLastPostByUserId, getLastPostDate, getMessageCount, getPrimaryKey, getPriority, getRootMessageId, getThreadId, getViewCount, setCategoryId, setLastPostByUserId, setLastPostDate, setMessageCount, setPrimaryKey, setPriority, setRootMessageId, setThreadId, setViewCount, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAttachmentsDir

java.lang.String getAttachmentsDir()