Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.model
Interface BlogsStatsUser

All Superinterfaces:
BaseModel<BlogsStatsUser>, BlogsStatsUserModel, ClassedModel, Cloneable, Comparable<BlogsStatsUser>, PersistedModel, Serializable
All Known Implementing Classes:
BlogsStatsUserWrapper

public interface BlogsStatsUser
extends BlogsStatsUserModel, PersistedModel

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

See Also:
BlogsStatsUserModel, BlogsStatsUserImpl, BlogsStatsUserModelImpl

Method Summary
 
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, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRatingsAverageScore, setRatingsTotalEntries, setRatingsTotalScore, 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