public class CreditorFinancialAccount extends java.lang.Object implements FinancialAccount
The Creditor Financial Account.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
accountName |
Constructor and Description |
---|
CreditorFinancialAccount()
Instantiates a new creditor financial account.
|
CreditorFinancialAccount(java.lang.String iban)
Instantiates a new creditor financial account.
|
CreditorFinancialAccount(java.lang.String iban,
java.lang.String accountName)
Instantiates a new creditor financial account.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName()
Gets the account owner name.
|
java.lang.String |
getIban()
Gets the iban.
|
java.lang.String |
getProprietaryId()
Gets the german account number.
|
CreditorFinancialAccount |
setAccountName(java.lang.String value)
Sets the account owner name.
|
CreditorFinancialAccount |
setIban(java.lang.String iban)
Sets the iban.
|
CreditorFinancialAccount |
setProprietaryId(java.lang.String proprietaryId)
Sets the german account number.
|
protected java.lang.String accountName
public CreditorFinancialAccount()
Instantiates a new creditor financial account.
public CreditorFinancialAccount(java.lang.String iban)
Instantiates a new creditor financial account.
iban
- the ibanpublic CreditorFinancialAccount(java.lang.String iban, java.lang.String accountName)
Instantiates a new creditor financial account.
iban
- the ibanaccountName
- the account namepublic java.lang.String getAccountName()
Gets the account owner name.
public 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 CreditorFinancialAccount setAccountName(java.lang.String value)
Sets the account owner name.
value
- the valuepublic CreditorFinancialAccount setIban(java.lang.String iban)
FinancialAccount
Sets the iban.
setIban
in interface FinancialAccount
iban
- the new ibanpublic CreditorFinancialAccount 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.