com.liferay.portlet.messageboards.model
Interface MBDiscussion

All Superinterfaces:
BaseModel<MBDiscussion>, java.lang.Cloneable, java.lang.Comparable<MBDiscussion>, MBDiscussionModel, java.io.Serializable
All Known Implementing Classes:
MBDiscussionWrapper

public interface MBDiscussion
extends MBDiscussionModel

The model interface for the MBDiscussion service. Represents a row in the "MBDiscussion" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a message boards discussion model instance should use the MBDiscussion interface instead.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBDiscussionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getDiscussionId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getThreadId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setDiscussionId, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setThreadId, toEscapedModel, toString, toXmlString