- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file BankAccount.java.
◆ getBalance()
double org.turro.financials.entity.BankAccount.getBalance |
( |
| ) |
|
◆ getConcept()
String org.turro.financials.entity.BankAccount.getConcept |
( |
| ) |
|
◆ getContract()
Contract org.turro.financials.entity.BankAccount.getContract |
( |
| ) |
|
◆ getCredit()
double org.turro.financials.entity.BankAccount.getCredit |
( |
| ) |
|
◆ getDebit()
double org.turro.financials.entity.BankAccount.getDebit |
( |
| ) |
|
◆ getId()
long org.turro.financials.entity.BankAccount.getId |
( |
| ) |
|
◆ getRegisterOrder()
long org.turro.financials.entity.BankAccount.getRegisterOrder |
( |
| ) |
|
◆ getTransactionDate()
Date org.turro.financials.entity.BankAccount.getTransactionDate |
( |
| ) |
|
◆ getValueDate()
Date org.turro.financials.entity.BankAccount.getValueDate |
( |
| ) |
|
◆ setBalance()
void org.turro.financials.entity.BankAccount.setBalance |
( |
double |
balance | ) |
|
◆ setConcept()
void org.turro.financials.entity.BankAccount.setConcept |
( |
String |
concept | ) |
|
◆ setContract()
void org.turro.financials.entity.BankAccount.setContract |
( |
Contract |
contract | ) |
|
◆ setCredit()
void org.turro.financials.entity.BankAccount.setCredit |
( |
double |
credit | ) |
|
◆ setDebit()
void org.turro.financials.entity.BankAccount.setDebit |
( |
double |
debit | ) |
|
◆ setId()
void org.turro.financials.entity.BankAccount.setId |
( |
long |
id | ) |
|
◆ setRegisterOrder()
void org.turro.financials.entity.BankAccount.setRegisterOrder |
( |
long |
registerOrder | ) |
|
◆ setTransactionDate()
void org.turro.financials.entity.BankAccount.setTransactionDate |
( |
Date |
transactionDate | ) |
|
Definition at line 80 of file BankAccount.java.
81 this.transactionDate = transactionDate;
◆ setValueDate()
void org.turro.financials.entity.BankAccount.setValueDate |
( |
Date |
valueDate | ) |
|
The documentation for this class was generated from the following file: