@Entity public abstract class AmountReservation extends NetworkedEntity implements HasCurrency
| Constructor and Description |
|---|
AmountReservation() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
java.math.BigDecimal |
getAmount() |
Currency |
getCurrency() |
java.util.Date |
getDate() |
Network |
getNetwork()
Returns the network this entity belongs to
|
void |
setAccount(Account account) |
void |
setAmount(java.math.BigDecimal amount) |
void |
setDate(java.util.Date date) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic Account getAccount()
public java.math.BigDecimal getAmount()
public Currency getCurrency()
getCurrency in interface HasCurrencypublic java.util.Date getDate()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic void setAccount(Account account)
public void setAmount(java.math.BigDecimal amount)
public void setDate(java.util.Date date)