Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Interface MBDiscussion

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<MBDiscussion>, ClassedModel, Cloneable, Comparable<MBDiscussion>, GroupedModel, MBDiscussionModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TypedModel
All Known Implementing Classes:
MBDiscussionWrapper

@ProviderType
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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBDiscussionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDiscussionId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDiscussionId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadId, setUserId, setUserName, setUserUuid, setUuid, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5