Class Shipping

java.lang.Object
com.skava.shipping.model.dto.Shipping
All Implemented Interfaces:
Serializable

public class Shipping extends Object implements Serializable
The Class Shipping.
Author:
Infosys Equinox This Class is used as the model object for Collection Entity.
See Also:
  • Field Details

    • shippingId

      protected String shippingId
      The id.
    • deliveryType

      protected DeliveryType deliveryType
      The delivery type.
    • cartValue

      protected BigDecimal cartValue
      The delivery type.
    • deliveryAddress

      @IgnoreAudit protected ShippingAddress deliveryAddress
      The Delivery Address.
  • Constructor Details

    • Shipping

      public Shipping()
      The default class constructor.