com.liferay.portlet.ratings.model
Class RatingsStatsSoap

java.lang.Object
  extended by com.liferay.portlet.ratings.model.RatingsStatsSoap
All Implemented Interfaces:
java.io.Serializable

public class RatingsStatsSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.ratings.service.http.RatingsStatsServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.ratings.service.http.RatingsStatsServiceSoap, Serialized Form

Constructor Summary
RatingsStatsSoap()
           
 
Method Summary
 double getAverageScore()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getPrimaryKey()
           
 long getStatsId()
           
 int getTotalEntries()
           
 double getTotalScore()
           
 void setAverageScore(double averageScore)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setPrimaryKey(long pk)
           
 void setStatsId(long statsId)
           
 void setTotalEntries(int totalEntries)
           
 void setTotalScore(double totalScore)
           
static RatingsStatsSoap toSoapModel(RatingsStats model)
           
static RatingsStatsSoap[] toSoapModels(java.util.List<RatingsStats> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsStatsSoap

public RatingsStatsSoap()
Method Detail

toSoapModel

public static RatingsStatsSoap toSoapModel(RatingsStats model)

toSoapModels

public static RatingsStatsSoap[] toSoapModels(java.util.List<RatingsStats> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getStatsId

public long getStatsId()

setStatsId

public void setStatsId(long statsId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getTotalEntries

public int getTotalEntries()

setTotalEntries

public void setTotalEntries(int totalEntries)

getTotalScore

public double getTotalScore()

setTotalScore

public void setTotalScore(double totalScore)

getAverageScore

public double getAverageScore()

setAverageScore

public void setAverageScore(double averageScore)