Class Price
- java.lang.Object
-
- org.killbill.billing.client.model.gen.Price
-
public class Price extends Object
-
-
Constructor Summary
Constructors Constructor Description Price()Price(org.killbill.billing.catalog.api.Currency currency, BigDecimal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.killbill.billing.catalog.api.CurrencygetCurrency()BigDecimalgetValue()inthashCode()PricesetCurrency(org.killbill.billing.catalog.api.Currency currency)PricesetValue(BigDecimal value)StringtoString()
-
-
-
Constructor Detail
-
Price
public Price()
-
Price
public Price(org.killbill.billing.catalog.api.Currency currency, BigDecimal value)
-
-
Method Detail
-
setCurrency
public Price setCurrency(org.killbill.billing.catalog.api.Currency currency)
-
getCurrency
public org.killbill.billing.catalog.api.Currency getCurrency()
-
setValue
public Price setValue(BigDecimal value)
-
getValue
public BigDecimal getValue()
-
-