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

Method Summary
 long getCompanyId()
           
 int getEntryCount()
           
 long getGroupId()
           
 java.util.Date getLastPostDate()
           
 long getPrimaryKey()
           
 double getRatingsAverageScore()
           
 int getRatingsTotalEntries()
           
 double getRatingsTotalScore()
           
 long getStatsUserId()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setEntryCount(int entryCount)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(java.util.Date lastPostDate)
           
 void setPrimaryKey(long pk)
           
 void setRatingsAverageScore(double ratingsAverageScore)
           
 void setRatingsTotalEntries(int ratingsTotalEntries)
           
 void setRatingsTotalScore(double ratingsTotalScore)
           
 void setStatsUserId(long statsUserId)
           
 void setUserId(long userId)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getStatsUserId

public long getStatsUserId()

setStatsUserId

public void setStatsUserId(long statsUserId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getEntryCount

public int getEntryCount()

setEntryCount

public void setEntryCount(int entryCount)

getLastPostDate

public java.util.Date getLastPostDate()

setLastPostDate

public void setLastPostDate(java.util.Date lastPostDate)

getRatingsTotalEntries

public int getRatingsTotalEntries()

setRatingsTotalEntries

public void setRatingsTotalEntries(int ratingsTotalEntries)

getRatingsTotalScore

public double getRatingsTotalScore()

setRatingsTotalScore

public void setRatingsTotalScore(double ratingsTotalScore)

getRatingsAverageScore

public double getRatingsAverageScore()

setRatingsAverageScore

public void setRatingsAverageScore(double ratingsAverageScore)