@ProviderType
public class RatingsStatsSoap
extends Object
implements Serializable
Constructor and Description |
---|
RatingsStatsSoap() |
Modifier and Type | Method and Description |
---|---|
double |
getAverageScore() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getCompanyId() |
long |
getPrimaryKey() |
long |
getStatsId() |
int |
getTotalEntries() |
double |
getTotalScore() |
void |
setAverageScore(double averageScore) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setPrimaryKey(long pk) |
void |
setStatsId(long statsId) |
void |
setTotalEntries(int totalEntries) |
void |
setTotalScore(double totalScore) |
static RatingsStatsSoap |
toSoapModel(RatingsStats model) |
static RatingsStatsSoap[] |
toSoapModels(List<RatingsStats> models) |
static RatingsStatsSoap[] |
toSoapModels(RatingsStats[] models) |
static RatingsStatsSoap[][] |
toSoapModels(RatingsStats[][] models) |
public static RatingsStatsSoap toSoapModel(RatingsStats model)
public static RatingsStatsSoap[] toSoapModels(RatingsStats[] models)
public static RatingsStatsSoap[][] toSoapModels(RatingsStats[][] models)
public static RatingsStatsSoap[] toSoapModels(List<RatingsStats> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getStatsId()
public void setStatsId(long statsId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public int getTotalEntries()
public void setTotalEntries(int totalEntries)
public double getTotalScore()
public void setTotalScore(double totalScore)
public double getAverageScore()
public void setAverageScore(double averageScore)