Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Interface MBThreadFlag

All Superinterfaces:
AuditedModel, BaseModel<MBThreadFlag>, ClassedModel, Cloneable, Comparable<MBThreadFlag>, GroupedModel, MBThreadFlagModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
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

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadFlagModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, 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, 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