Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBThreadFlag

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

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.

Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadFlagModel
clone, compareTo, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getThreadFlagId, getThreadId, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setThreadFlagId, setThreadId, setUserId, setUserUuid, 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