Package com.skava.tax.model.domain
Class TaxCalculationDomain
java.lang.Object
com.skava.tax.model.domain.TaxCalculationDomain
- All Implemented Interfaces:
Serializable
The Class TaxCalculationDomain object model.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
protected String
protected BigDecimal
protected BigDecimal
protected BigDecimal
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalItemTax
-
totalShippingTax
-
shippingTax
-
providedBy
-
calculationTime
protected long calculationTime
-
-
Constructor Details
-
TaxCalculationDomain
public TaxCalculationDomain()The default class constructor.
-