Liferay 6.0.5

com.liferay.portlet.blogs.model.impl
Class BlogsStatsUserImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BlogsStatsUser>
      extended by com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl
          extended by com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl
All Implemented Interfaces:
BaseModel<BlogsStatsUser>, BlogsStatsUser, BlogsStatsUserModel, Serializable, Cloneable, Comparable<BlogsStatsUser>

public class BlogsStatsUserImpl
extends BlogsStatsUserModelImpl
implements BlogsStatsUser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl
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
BlogsStatsUserImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.blogs.model.impl.BlogsStatsUserModelImpl
clone, compareTo, equals, getCompanyId, getEntryCount, getExpandoBridge, getGroupId, getLastPostDate, getOriginalGroupId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getRatingsAverageScore, getRatingsTotalEntries, getRatingsTotalScore, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, setCompanyId, setEntryCount, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setPrimaryKey, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, 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.blogs.model.BlogsStatsUserModel
clone, compareTo, getCompanyId, getEntryCount, getExpandoBridge, getGroupId, getLastPostDate, getPrimaryKey, getPrimaryKeyObj, getRatingsAverageScore, getRatingsTotalEntries, getRatingsTotalScore, getStatsUserId, getStatsUserUuid, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setEntryCount, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setNew, setPrimaryKey, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, setStatsUserId, setStatsUserUuid, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

BlogsStatsUserImpl

public BlogsStatsUserImpl()

Liferay 6.0.5