public class FinancialAccount extends Object
| Constructor and Description |
|---|
FinancialAccount(String iban)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIban()
|
String |
getProprietaryID()
|
FinancialAccount |
setIban(String iban)
|
FinancialAccount |
setProprietaryID(String proprietaryId)
|
public FinancialAccount(String iban)
Instantiates a new financial account.
iban - the ibanpublic String getProprietaryID()
Gets the proprietary id.
public FinancialAccount setIban(String iban)
Sets the iban.
iban - the new ibanpublic FinancialAccount setProprietaryID(String proprietaryId)
Sets the proprietary id.
proprietaryId - the new proprietary idCopyright © 2014 Konik.io. All Rights Reserved.