public class TypeRating extends Object implements Serializable
| Constructor and Description |
|---|
TypeRating() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAverage() |
Map<Integer,ValueRatings> |
getCounts() |
ValueRatings |
getCounts(int value) |
void |
setAverage(Float average) |
void |
setCounts(Map<Integer,ValueRatings> counts) |
String |
toString() |
public ValueRatings getCounts(int value)
public Map<Integer,ValueRatings> getCounts()
public void setCounts(Map<Integer,ValueRatings> counts)
public Float getAverage()
public void setAverage(Float average)
Copyright © 2014. All Rights Reserved.