Package org.dajlab.bricksetapi.v3.vo
Class Rating
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Rating
-
public class Rating extends Object
-
-
Constructor Summary
Constructors Constructor Description Rating()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBuildingExperience()IntegergetOverall()IntegergetParts()IntegergetPlayability()IntegergetValueForMoney()voidsetBuildingExperience(Integer buildingExperience)voidsetOverall(Integer overall)voidsetParts(Integer parts)voidsetPlayability(Integer playability)voidsetValueForMoney(Integer valueForMoney)
-
-
-
Method Detail
-
getOverall
public final Integer getOverall()
- Returns:
- the overall
-
setOverall
public final void setOverall(Integer overall)
- Parameters:
overall- the overall to set
-
getParts
public final Integer getParts()
- Returns:
- the parts
-
setParts
public final void setParts(Integer parts)
- Parameters:
parts- the parts to set
-
getBuildingExperience
public final Integer getBuildingExperience()
- Returns:
- the buildingExperience
-
setBuildingExperience
public final void setBuildingExperience(Integer buildingExperience)
- Parameters:
buildingExperience- the buildingExperience to set
-
getPlayability
public final Integer getPlayability()
- Returns:
- the playability
-
setPlayability
public final void setPlayability(Integer playability)
- Parameters:
playability- the playability to set
-
getValueForMoney
public final Integer getValueForMoney()
- Returns:
- the valueForMoney
-
setValueForMoney
public final void setValueForMoney(Integer valueForMoney)
- Parameters:
valueForMoney- the valueForMoney to set
-
-