public class InsurancePriceLevel extends Object implements Serializable
| Constructor and Description |
|---|
InsurancePriceLevel() |
| Modifier and Type | Method and Description |
|---|---|
InsurancePriceLevel |
cost(Float cost) |
boolean |
equals(Object o) |
Float |
getCost()
cost number
|
String |
getName()
Localized insurance level
|
Float |
getPayout()
payout number
|
int |
hashCode() |
InsurancePriceLevel |
name(String name) |
InsurancePriceLevel |
payout(Float payout) |
void |
setCost(Float cost) |
void |
setName(String name) |
void |
setPayout(Float payout) |
String |
toString() |
public InsurancePriceLevel cost(Float cost)
public Float getCost()
public void setCost(Float cost)
public InsurancePriceLevel name(String name)
public String getName()
public void setName(String name)
public InsurancePriceLevel payout(Float payout)
public Float getPayout()
public void setPayout(Float payout)
Copyright © 2019. All Rights Reserved.