- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 41 of file ContractFlow.java.
◆ clearEmpties()
void org.turro.financials.entity.ContractFlow.clearEmpties |
( |
| ) |
|
◆ entityId()
Object org.turro.financials.entity.ContractFlow.entityId |
( |
| ) |
|
◆ generateFlows()
void org.turro.financials.entity.ContractFlow.generateFlows |
( |
Document |
document | ) |
|
Definition at line 117 of file ContractFlow.java.
118 double amount = document.getTotalAmount();
120 for(ContractExpiry ce : contractExpiries) {
121 amount = ce.generateFlow(document, amount, count++);
◆ getContract()
Contract org.turro.financials.entity.ContractFlow.getContract |
( |
| ) |
|
◆ getContractExpiries()
Set<ContractExpiry> org.turro.financials.entity.ContractFlow.getContractExpiries |
( |
| ) |
|
◆ getDescription()
String org.turro.financials.entity.ContractFlow.getDescription |
( |
| ) |
|
◆ getDocumentDefinition()
◆ getId()
long org.turro.financials.entity.ContractFlow.getId |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.financials.entity.ContractFlow.isEmpty |
( |
| ) |
|
◆ setContract()
void org.turro.financials.entity.ContractFlow.setContract |
( |
Contract |
contract | ) |
|
◆ setContractExpiries()
void org.turro.financials.entity.ContractFlow.setContractExpiries |
( |
Set< ContractExpiry > |
contractExpiries | ) |
|
◆ setDescription()
void org.turro.financials.entity.ContractFlow.setDescription |
( |
String |
description | ) |
|
◆ setDocumentDefinition()
void org.turro.financials.entity.ContractFlow.setDocumentDefinition |
( |
DocumentDefinition |
documentDefinition | ) |
|
Definition at line 79 of file ContractFlow.java.
80 this.documentDefinition = documentDefinition;
◆ setId()
void org.turro.financials.entity.ContractFlow.setId |
( |
long |
id | ) |
|
The documentation for this class was generated from the following file: