public class Price extends LfmEntity implements CurrencyEntity, AmountEntity
| Modifier and Type | Method and Description |
|---|---|
Float |
getAmount() |
String |
getCurrency() |
void |
setAmount(Float amount) |
void |
setCurrency(String currency) |
public Float getAmount()
getAmount in interface AmountEntitypublic void setAmount(Float amount)
setAmount in interface AmountEntitypublic String getCurrency()
getCurrency in interface CurrencyEntitypublic void setCurrency(String currency)
setCurrency in interface CurrencyEntityCopyright © 2013 dontdrinkandroot. All Rights Reserved.