Liferay 6.0.5

com.liferay.portlet.messageboards.model.impl
Class MBStatsUserImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBStatsUser>
      extended by com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl
All Implemented Interfaces:
BaseModel<MBStatsUser>, MBStatsUser, MBStatsUserModel, Serializable, Cloneable, Comparable<MBStatsUser>

public class MBStatsUserImpl
extends MBStatsUserModelImpl
implements MBStatsUser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MBStatsUserImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBStatsUserModelImpl
clone, compareTo, equals, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setPrimaryKey, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setNew, setPrimaryKey, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

MBStatsUserImpl

public MBStatsUserImpl()

Liferay 6.0.5