public class CreditorFinancialAccount extends Object implements FinancialAccount
The Creditor Financial Account.
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
| Constructor and Description |
|---|
CreditorFinancialAccount()
Instantiates a new creditor financial account.
|
CreditorFinancialAccount(String iban)
Instantiates a new creditor financial account.
|
CreditorFinancialAccount(String iban,
String accountName)
Instantiates a new creditor financial account.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName()
Gets the account owner name.
|
String |
getIban()
Gets the iban.
|
String |
getProprietaryId()
Gets the german account number.
|
CreditorFinancialAccount |
setAccountName(String value)
Sets the account owner name.
|
CreditorFinancialAccount |
setIban(String iban)
Sets the iban.
|
CreditorFinancialAccount |
setProprietaryId(String proprietaryId)
Sets the german account number.
|
protected String accountName
public CreditorFinancialAccount()
Instantiates a new creditor financial account.
public CreditorFinancialAccount(String iban)
Instantiates a new creditor financial account.
iban - the ibanpublic CreditorFinancialAccount(String iban, String accountName)
Instantiates a new creditor financial account.
iban - the ibanaccountName - the account namepublic String getAccountName()
Gets the account owner name.
public String getIban()
FinancialAccountGets the iban.
getIban in interface FinancialAccountpublic String getProprietaryId()
FinancialAccountGets the german account number.
getProprietaryId in interface FinancialAccountpublic CreditorFinancialAccount setAccountName(String value)
Sets the account owner name.
value - the valuepublic CreditorFinancialAccount setIban(String iban)
FinancialAccountSets the iban.
setIban in interface FinancialAccountiban - the new ibanpublic CreditorFinancialAccount setProprietaryId(String proprietaryId)
FinancialAccountSets the german account number.
setProprietaryId in interface FinancialAccountproprietaryId - the new proprietary idCopyright © 2014-2016 Konik.io. All Rights Reserved.