Class ItemsSKU

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

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

    • skuId

      protected String skuId
      The id.
    • productId

      protected String productId
      The productId.
    • skuName

      protected String skuName
      The name.
    • skuType

      protected SkuType skuType
      The type.
    • skuQuantity

      protected BigDecimal skuQuantity
      The quantity.
    • skuDimension

      protected ItemsSkuDimension skuDimension
      The dimension.
    • skuWeight

      protected ItemsSkuWeight skuWeight
      The weight.
  • Constructor Details

    • ItemsSKU

      public ItemsSKU()
      The default class constructor.