public class CurrencyBankAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BankAccount |
bankAccount |
protected String |
currency |
protected BankAccountEnvironment |
environment |
protected Long |
id |
protected Long |
linkedSpaceId |
protected Integer |
version |
| Constructor and Description |
|---|
CurrencyBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankAccount |
getBankAccount() |
String |
getCurrency() |
BankAccountEnvironment |
getEnvironment() |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected BankAccount bankAccount
protected String currency
protected BankAccountEnvironment environment
protected Long id
protected Long linkedSpaceId
protected Integer version
public BankAccount getBankAccount()
public String getCurrency()
public BankAccountEnvironment getEnvironment()
public Long getId()
public Long getLinkedSpaceId()
public Integer getVersion()
Copyright © 2023. All rights reserved.