com.liferay.portlet.ratings.model
Class RatingsStatsSoap
java.lang.Object
com.liferay.portlet.ratings.model.RatingsStatsSoap
- All Implemented Interfaces:
- Serializable
public class RatingsStatsSoap
- 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 |
RatingsStatsSoap
public RatingsStatsSoap()
toSoapModel
public static RatingsStatsSoap toSoapModel(RatingsStats model)
toSoapModels
public static RatingsStatsSoap[] toSoapModels(RatingsStats[] models)
toSoapModels
public static RatingsStatsSoap[][] toSoapModels(RatingsStats[][] models)
toSoapModels
public static RatingsStatsSoap[] toSoapModels(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)