Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.model
Interface MBThreadFlag

All Superinterfaces:
AuditedModel, BaseModel<MBThreadFlag>, ClassedModel, Cloneable, Comparable<MBThreadFlag>, GroupedModel, MBThreadFlagModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel
All Known Implementing Classes:
MBThreadFlagBaseImpl, MBThreadFlagImpl, MBThreadFlagWrapper

@ProviderType
public interface MBThreadFlag
extends MBThreadFlagModel, PersistedModel

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

See Also:
MBThreadFlagModel, MBThreadFlagImpl, MBThreadFlagModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<MBThreadFlag,Long> THREAD_FLAG_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadFlagModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLastPublishDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPublishDate, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, 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

THREAD_FLAG_ID_ACCESSOR

static final Accessor<MBThreadFlag,Long> THREAD_FLAG_ID_ACCESSOR

Liferay 7.0-ce-b4