public class InternalTransferBankTransaction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
linkedSpaceId |
protected BankTransaction |
sourceBankTransaction |
protected BankTransaction |
targetBankTransaction |
protected Integer |
version |
| Constructor and Description |
|---|
InternalTransferBankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
BankTransaction |
getSourceBankTransaction() |
BankTransaction |
getTargetBankTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected BankTransaction sourceBankTransaction
protected BankTransaction targetBankTransaction
protected Integer version
public Long getId()
public Long getLinkedSpaceId()
public BankTransaction getSourceBankTransaction()
public BankTransaction getTargetBankTransaction()
public Integer getVersion()
Copyright © 2023. All rights reserved.