public class VehicleScoring extends Object
| Constructor and Description |
|---|
VehicleScoring() |
| Modifier and Type | Method and Description |
|---|---|
VehicleScoring |
age(Integer age) |
VehicleScoring |
compareScoreRangeHigh(Integer compareScoreRangeHigh) |
VehicleScoring |
compareScoreRangeLow(Integer compareScoreRangeLow) |
boolean |
equals(Object o) |
Integer |
getAge()
the vehicle's age
|
Integer |
getCompareScoreRangeHigh()
the high end of the score range
|
Integer |
getCompareScoreRangeLow()
the low end of the score range
|
Integer |
getOwnerCount()
the number of owners
|
Integer |
getScore()
the score of this vehicle
|
int |
hashCode() |
VehicleScoring |
ownerCount(Integer ownerCount) |
VehicleScoring |
score(Integer score) |
void |
setAge(Integer age) |
void |
setCompareScoreRangeHigh(Integer compareScoreRangeHigh) |
void |
setCompareScoreRangeLow(Integer compareScoreRangeLow) |
void |
setOwnerCount(Integer ownerCount) |
void |
setScore(Integer score) |
String |
toString() |
public VehicleScoring age(Integer age)
public Integer getAge()
public void setAge(Integer age)
public VehicleScoring compareScoreRangeHigh(Integer compareScoreRangeHigh)
public Integer getCompareScoreRangeHigh()
public void setCompareScoreRangeHigh(Integer compareScoreRangeHigh)
public VehicleScoring compareScoreRangeLow(Integer compareScoreRangeLow)
public Integer getCompareScoreRangeLow()
public void setCompareScoreRangeLow(Integer compareScoreRangeLow)
public VehicleScoring ownerCount(Integer ownerCount)
public Integer getOwnerCount()
public void setOwnerCount(Integer ownerCount)
public VehicleScoring score(Integer score)
public Integer getScore()
public void setScore(Integer score)
Copyright © 2019. All rights reserved.