Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.model
Interface MBDiscussion

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<MBDiscussion>, ClassedModel, Cloneable, Comparable<MBDiscussion>, GroupedModel, MBDiscussionModel, PersistedModel, Serializable, ShardedModel, 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, com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl, com.liferay.portlet.messageboards.model.impl.MBDiscussionModelImpl

Field Summary
static Accessor<MBDiscussion,Long> DISCUSSION_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBDiscussionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDiscussionId, getExpandoBridge, getGroupId, getLastPublishDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDiscussionId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPublishDate, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Field Detail

DISCUSSION_ID_ACCESSOR

static final Accessor<MBDiscussion,Long> DISCUSSION_ID_ACCESSOR

Liferay 7.0-ce-b4