com.liferay.portlet.blogs.model
Interface BlogsStatsUserModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- BlogsStatsUser
public interface BlogsStatsUserModel
- extends BaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the BlogsStatsUser
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.blogs.service.model.BlogsStatsUser
,
com.liferay.portlet.blogs.service.model.impl.BlogsStatsUserImpl
,
com.liferay.portlet.blogs.service.model.impl.BlogsStatsUserModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getStatsUserId
long getStatsUserId()
setStatsUserId
void setStatsUserId(long statsUserId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getEntryCount
int getEntryCount()
setEntryCount
void setEntryCount(int entryCount)
getLastPostDate
java.util.Date getLastPostDate()
setLastPostDate
void setLastPostDate(java.util.Date lastPostDate)
getRatingsTotalEntries
int getRatingsTotalEntries()
setRatingsTotalEntries
void setRatingsTotalEntries(int ratingsTotalEntries)
getRatingsTotalScore
double getRatingsTotalScore()
setRatingsTotalScore
void setRatingsTotalScore(double ratingsTotalScore)
getRatingsAverageScore
double getRatingsAverageScore()
setRatingsAverageScore
void setRatingsAverageScore(double ratingsAverageScore)
toEscapedModel
BlogsStatsUser toEscapedModel()