public class Wallet extends EntityBase
| Constructor and Description |
|---|
Wallet() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBalance() |
CurrencyIso |
getCurrency() |
java.lang.String |
getDescription() |
FundsType |
getFundsType() |
java.util.ArrayList<java.lang.String> |
getOwners() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names.
|
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
void |
setBalance(Money balance) |
void |
setCurrency(CurrencyIso currency) |
void |
setDescription(java.lang.String description) |
void |
setFundsType(FundsType fundsType) |
void |
setOwners(java.util.ArrayList<java.lang.String> owners) |
getCreationDate, getId, getTag, setCreationDate, setId, setTaggetDependentObjects, getValuespublic java.util.ArrayList<java.lang.String> getOwners()
public void setOwners(java.util.ArrayList<java.lang.String> owners)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public Money getBalance()
public void setBalance(Money balance)
public CurrencyIso getCurrency()
public void setCurrency(CurrencyIso currency)
public FundsType getFundsType()
public void setFundsType(FundsType fundsType)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
getSubObjects in class Dtopublic java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class EntityBase