Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBDiscussion

All Superinterfaces:
AttachedModel, BaseModel<MBDiscussion>, ClassedModel, Cloneable, Comparable<MBDiscussion>, MBDiscussionModel, PersistedModel, Serializable
All Known Implementing Classes:
MBDiscussionBaseImpl, MBDiscussionImpl, MBDiscussionWrapper

public interface MBDiscussion
extends MBDiscussionModel, PersistedModel

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

See Also:
MBDiscussionModel, MBDiscussionImpl, MBDiscussionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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, setClassName, setClassNameId, setClassPK, setDiscussionId, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3