com.liferay.portlet.messageboards.model
Interface MBDiscussion

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

public interface MBDiscussion
extends MBDiscussionModel

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

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

Author:
Brian Wing Shun Chan
See Also:
MBDiscussionModel, com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl, com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBDiscussionModel
getClassName, getClassNameId, getClassPK, getDiscussionId, getPrimaryKey, getThreadId, setClassNameId, setClassPK, setDiscussionId, setPrimaryKey, setThreadId, 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