public class ASPSPConfigData extends Object
| Constructor and Description |
|---|
ASPSPConfigData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCashAccount() |
String |
getClearingAccount(String paymentProduct) |
List<ClearingAccount> |
getClearingAccounts() |
List<LedgerAccountModel> |
getCoaExtensions() |
String |
getCoaFile() |
String |
getDepositParentAccount() |
String |
getLedger() |
String |
getName() |
String |
getUpdateMarkerAccountNbr() |
void |
setCashAccount(String cashAccount) |
void |
setClearingAccounts(List<ClearingAccount> clearingAccounts) |
void |
setCoaExtensions(List<LedgerAccountModel> coaExtensions) |
void |
setCoaFile(String coaFile) |
void |
setDepositParentAccount(String depositParentAccount) |
void |
setLedger(String ledger) |
void |
setName(String name) |
void |
setUpdateMarkerAccountNbr(String updateMarkerAccountNbr) |
public String getName()
public void setName(String name)
public String getLedger()
public void setLedger(String ledger)
public String getCoaFile()
public void setCoaFile(String coaFile)
public List<LedgerAccountModel> getCoaExtensions()
public void setCoaExtensions(List<LedgerAccountModel> coaExtensions)
public String getDepositParentAccount()
public void setDepositParentAccount(String depositParentAccount)
public List<ClearingAccount> getClearingAccounts()
public void setClearingAccounts(List<ClearingAccount> clearingAccounts)
public String getUpdateMarkerAccountNbr()
public void setUpdateMarkerAccountNbr(String updateMarkerAccountNbr)
public String getCashAccount()
public void setCashAccount(String cashAccount)
Copyright © 2019. All rights reserved.