Class ItemsSKU

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

public class ItemsSKU extends Object implements Serializable
See Also:
  • Field Details

    • productCategory

      protected String productCategory
      Product Category
    • productBrand

      protected String productBrand
      Product Brand
  • Constructor Details

    • ItemsSKU

      public ItemsSKU()
  • Method Details

    • getSkuQuantity

      public Long getSkuQuantity()
      Method to fetch the int value of quantity
    • setSkuQuantity

      public void setSkuQuantity(Long qty)
      Method to set the int value of quantity
    • getSkuQuantityFactional

      public BigDecimal getSkuQuantityFactional()
      Method to fetch the int value of quantity
    • setSkuQuantityFractional

      public void setSkuQuantityFractional(BigDecimal qty)
      Method to set the int value of quantity