Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.model
Class BlogsStatsUserSoap

java.lang.Object
  extended by 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.

Constructor Summary
BlogsStatsUserSoap()
           
 
Method Summary
 long getCompanyId()
           
 int getEntryCount()
           
 long getGroupId()
           
 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(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)
           
static BlogsStatsUserSoap toSoapModel(BlogsStatsUser model)
           
static BlogsStatsUserSoap[] toSoapModels(BlogsStatsUser[] models)
           
static BlogsStatsUserSoap[][] toSoapModels(BlogsStatsUser[][] models)
           
static BlogsStatsUserSoap[] toSoapModels(List<BlogsStatsUser> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsStatsUserSoap

public BlogsStatsUserSoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3