Package com.skava.shipping.model.dto
Class Shipping
java.lang.Object
com.skava.shipping.model.dto.Shipping
- All Implemented Interfaces:
Serializable
The Class Shipping.
- Author:
- Infosys Equinox This Class is used as the model object for Collection Entity.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The delivery type.protected ShippingAddress
The Delivery Address.protected DeliveryType
The delivery type.protected String
The id. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shippingId
The id. -
deliveryType
The delivery type. -
cartValue
The delivery type. -
deliveryAddress
The Delivery Address.
-
-
Constructor Details
-
Shipping
public Shipping()The default class constructor.
-