public class AccountBalanceTO extends Object
| Constructor and Description |
|---|
AccountBalanceTO() |
| Modifier and Type | Method and Description |
|---|---|
AmountTO |
getAmount() |
BalanceTypeTO |
getBalanceType() |
LocalDateTime |
getLastChangeDateTime() |
String |
getLastCommittedTransaction() |
LocalDate |
getReferenceDate() |
void |
setAmount(AmountTO amount) |
void |
setBalanceType(BalanceTypeTO balanceType) |
void |
setLastChangeDateTime(LocalDateTime lastChangeDateTime) |
void |
setLastCommittedTransaction(String lastCommittedTransaction) |
void |
setReferenceDate(LocalDate referenceDate) |
public AmountTO getAmount()
public void setAmount(AmountTO amount)
public BalanceTypeTO getBalanceType()
public void setBalanceType(BalanceTypeTO balanceType)
public LocalDateTime getLastChangeDateTime()
public void setLastChangeDateTime(LocalDateTime lastChangeDateTime)
public LocalDate getReferenceDate()
public void setReferenceDate(LocalDate referenceDate)
public String getLastCommittedTransaction()
public void setLastCommittedTransaction(String lastCommittedTransaction)
Copyright © 2019. All rights reserved.