Package com.skava.shipping.model.dto
Class ShippingCalculation
java.lang.Object
com.skava.shipping.model.dto.ShippingCalculation
- All Implemented Interfaces:
Serializable
The Class Shipping Calculation.
- Author:
- Infosys Equinox This Class is used as the model object for Shipping Calculation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The calculated date time.protected String
The provided by. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
providedBy
The provided by. -
calculationTime
protected long calculationTimeThe calculated date time.
-
-
Constructor Details
-
ShippingCalculation
public ShippingCalculation()The default class constructor.
-