public class ExternalTransferBankTransaction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BankTransaction |
bankTransaction |
protected String |
externalAccountIdentifier |
protected String |
externalAccountType |
protected String |
externalBankName |
protected Long |
id |
protected Long |
linkedSpaceId |
protected Integer |
version |
| Constructor and Description |
|---|
ExternalTransferBankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankTransaction |
getBankTransaction() |
String |
getExternalAccountIdentifier() |
String |
getExternalAccountType() |
String |
getExternalBankName() |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected BankTransaction bankTransaction
protected String externalAccountIdentifier
protected String externalAccountType
protected String externalBankName
protected Long id
protected Long linkedSpaceId
protected Integer version
public BankTransaction getBankTransaction()
public String getExternalAccountIdentifier()
public String getExternalAccountType()
public String getExternalBankName()
public Long getId()
public Long getLinkedSpaceId()
public Integer getVersion()
Copyright © 2021. All rights reserved.