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