com.liferay.portlet.messageboards.model
Interface MBStatsUser

All Superinterfaces:
BaseModel<MBStatsUser>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<MBStatsUser>, MBStatsUserModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
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.

Author:
Brian Wing Shun Chan
See Also:
MBStatsUserModel, MBStatsUserImpl, MBStatsUserModelImpl
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, 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