public class ChargeBankTransaction extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BankTransaction |
bankTransaction |
protected Long |
completion |
protected String |
language |
protected Long |
spaceViewId |
protected Transaction |
transaction |
protected BigDecimal |
transactionCurrencyAmount |
protected BigDecimal |
transactionCurrencyValueAmount |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ChargeBankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankTransaction |
getBankTransaction() |
Long |
getCompletion() |
String |
getLanguage()
The language that is linked to the object.
|
Long |
getSpaceViewId() |
Transaction |
getTransaction() |
BigDecimal |
getTransactionCurrencyAmount()
Specify the posting amount in the transaction's currency.
|
BigDecimal |
getTransactionCurrencyValueAmount() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected BankTransaction bankTransaction
protected Long completion
protected String language
protected Long spaceViewId
protected Transaction transaction
protected BigDecimal transactionCurrencyAmount
protected BigDecimal transactionCurrencyValueAmount
protected Integer version
public BankTransaction getBankTransaction()
public Long getCompletion()
public String getLanguage()
public Long getSpaceViewId()
public Transaction getTransaction()
public BigDecimal getTransactionCurrencyAmount()
public BigDecimal getTransactionCurrencyValueAmount()
public Integer getVersion()
public boolean equals(Object o)
equals in class TransactionAwareEntitypublic int hashCode()
hashCode in class TransactionAwareEntitypublic String toString()
toString in class TransactionAwareEntityCopyright © 2023. All rights reserved.