public class BankingTermDepositAccount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankingTermDepositAccount.MaturityInstructions |
| Constructor and Description |
|---|
BankingTermDepositAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
java.time.LocalDate |
getLodgementDate()
The lodgement date of the original deposit
|
String |
getMaturityAmount()
Amount to be paid upon maturity.
|
String |
getMaturityCurrency()
If absent assumes AUD
|
java.time.LocalDate |
getMaturityDate()
Maturity date for the term deposit
|
BankingTermDepositAccount.MaturityInstructions |
getMaturityInstructions()
Get maturityInstructions
|
int |
hashCode() |
void |
setLodgementDate(java.time.LocalDate lodgementDate) |
void |
setMaturityAmount(String maturityAmount) |
void |
setMaturityCurrency(String maturityCurrency) |
void |
setMaturityDate(java.time.LocalDate maturityDate) |
void |
setMaturityInstructions(BankingTermDepositAccount.MaturityInstructions maturityInstructions) |
String |
toString() |
public java.time.LocalDate getLodgementDate()
public void setLodgementDate(java.time.LocalDate lodgementDate)
public String getMaturityAmount()
public void setMaturityAmount(String maturityAmount)
public String getMaturityCurrency()
public void setMaturityCurrency(String maturityCurrency)
public java.time.LocalDate getMaturityDate()
public void setMaturityDate(java.time.LocalDate maturityDate)
public BankingTermDepositAccount.MaturityInstructions getMaturityInstructions()
public void setMaturityInstructions(BankingTermDepositAccount.MaturityInstructions maturityInstructions)
Copyright © 2019. All rights reserved.