public class BankAccountUsed extends ASubaccountUsed<BankAccount>
Model of used Bank Account in AccountingEntries.
| Constructor and Description |
|---|
BankAccountUsed() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getSubaccount()
Getter for subaccount.
|
void |
setSubaccount(BankAccount pSubaccount)
Setter for subaccount.
|
getItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdpublic final BankAccount getSubaccount()
Getter for subaccount.
getSubaccount in class ASubaccountUsed<BankAccount>public final void setSubaccount(BankAccount pSubaccount)
Setter for subaccount.
setSubaccount in class ASubaccountUsed<BankAccount>pSubaccount - referenceCopyright © 2016–2018. All rights reserved.