- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file Tax.java.
◆ entityId()
Object org.turro.financials.entity.Tax.entityId |
( |
| ) |
|
◆ getContract()
Contract org.turro.financials.entity.Tax.getContract |
( |
| ) |
|
◆ getEquivalenceSurcharge()
double org.turro.financials.entity.Tax.getEquivalenceSurcharge |
( |
| ) |
|
Definition at line 80 of file Tax.java.
81 return equivalenceSurcharge;
◆ getId()
long org.turro.financials.entity.Tax.getId |
( |
| ) |
|
◆ getTax()
double org.turro.financials.entity.Tax.getTax |
( |
| ) |
|
◆ getTaxType()
TaxType org.turro.financials.entity.Tax.getTaxType |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.financials.entity.Tax.isEmpty |
( |
| ) |
|
◆ setContract()
void org.turro.financials.entity.Tax.setContract |
( |
Contract |
contract | ) |
|
Definition at line 52 of file Tax.java.
53 this.contract = contract;
◆ setEquivalenceSurcharge()
void org.turro.financials.entity.Tax.setEquivalenceSurcharge |
( |
double |
equivalenceSurcharge | ) |
|
Definition at line 84 of file Tax.java.
85 this.equivalenceSurcharge = equivalenceSurcharge;
◆ setId()
void org.turro.financials.entity.Tax.setId |
( |
long |
id | ) |
|
◆ setTax()
void org.turro.financials.entity.Tax.setTax |
( |
double |
tax | ) |
|
◆ setTaxType()
void org.turro.financials.entity.Tax.setTaxType |
( |
TaxType |
taxType | ) |
|
Definition at line 68 of file Tax.java.
69 this.taxType = taxType;
The documentation for this class was generated from the following file: