com.liferay.portlet.blogs.model
Class BlogsStatsUserSoap
java.lang.Object
com.liferay.portlet.blogs.model.BlogsStatsUserSoap
- All Implemented Interfaces:
- Serializable
public class BlogsStatsUserSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserSoap
public BlogsStatsUserSoap()
toSoapModel
public static BlogsStatsUserSoap toSoapModel(BlogsStatsUser model)
toSoapModels
public static BlogsStatsUserSoap[] toSoapModels(BlogsStatsUser[] models)
toSoapModels
public static BlogsStatsUserSoap[][] toSoapModels(BlogsStatsUser[][] models)
toSoapModels
public static BlogsStatsUserSoap[] toSoapModels(List<BlogsStatsUser> models)
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 Date getLastPostDate()
setLastPostDate
public void setLastPostDate(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)