@Embeddable public class Amount extends Object
| Constructor and Description |
|---|
Amount() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCurrency() |
void |
setAmount(BigDecimal amount) |
void |
setCurrency(String currency) |
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2019. All rights reserved.