Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Interface MBStatsUser

All Superinterfaces:
BaseModel<MBStatsUser>, ClassedModel, Cloneable, Comparable<MBStatsUser>, MBStatsUserModel, PersistedModel, Serializable
All Known Implementing Classes:
MBStatsUserBaseImpl, MBStatsUserImpl, MBStatsUserWrapper

public interface MBStatsUser
extends MBStatsUserModel, PersistedModel

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

See Also:
MBStatsUserModel, MBStatsUserImpl, MBStatsUserModelImpl
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.MBStatsUserModel
clone, compareTo, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setPrimaryKeyObj, setStatsUserId, setStatsUserUuid, 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