public class DebtorFinancialAccount extends Object implements FinancialAccount
| Constructor and Description |
|---|
DebtorFinancialAccount()
Instantiates a new debtor financial account.
|
DebtorFinancialAccount(String iban)
Instantiates a new debtor financial account.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIban()
Gets the iban.
|
String |
getProprietaryId()
Gets the german account number.
|
DebtorFinancialAccount |
setIban(String iban)
Sets the iban.
|
DebtorFinancialAccount |
setProprietaryId(String proprietaryId)
Sets the german account number.
|
public DebtorFinancialAccount()
Instantiates a new debtor financial account.
public DebtorFinancialAccount(String iban)
Instantiates a new debtor financial account.
iban - the ibanpublic String getIban()
FinancialAccountGets the iban.
getIban in interface FinancialAccountpublic String getProprietaryId()
FinancialAccountGets the german account number.
getProprietaryId in interface FinancialAccountpublic DebtorFinancialAccount setIban(String iban)
FinancialAccountSets the iban.
setIban in interface FinancialAccountiban - the new ibanpublic DebtorFinancialAccount setProprietaryId(String proprietaryId)
FinancialAccountSets the german account number.
setProprietaryId in interface FinancialAccountproprietaryId - the new proprietary idCopyright © 2014-2016 Konik.io. All Rights Reserved.