@Entity public abstract class AmountReservation extends BaseEntity implements HasCurrency
| Constructor and Description |
|---|
AmountReservation() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
java.math.BigDecimal |
getAmount() |
Currency |
getCurrency() |
java.util.Date |
getDate() |
EntityImportance |
getEntityImportance() |
Network |
getNetwork() |
void |
setAccount(Account account) |
void |
setAmount(java.math.BigDecimal amount) |
void |
setDate(java.util.Date date) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic Account getAccount()
public java.math.BigDecimal getAmount()
public Currency getCurrency()
getCurrency in interface HasCurrencypublic java.util.Date getDate()
public EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic Network getNetwork()
getNetwork in class BaseEntitypublic void setAccount(Account account)
public void setAmount(java.math.BigDecimal amount)
public void setDate(java.util.Date date)