Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.model
Interface MBStatsUser

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

@ProviderType
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, com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl, com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl

Field Summary
static Accessor<MBStatsUser,Long> STATS_USER_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBStatsUserModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

STATS_USER_ID_ACCESSOR

static final Accessor<MBStatsUser,Long> STATS_USER_ID_ACCESSOR

Liferay 7.0-ce-b4