Package com.skava.shipping.model
Class ItemsSKU
java.lang.Object
com.skava.shipping.model.ItemsSKU
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the int value of quantityMethod to fetch the int value of quantityvoid
setSkuQuantity
(Long qty) Method to set the int value of quantityvoid
Method to set the int value of quantity
-
Field Details
-
productCategory
Product Category -
productBrand
Product Brand
-
-
Constructor Details
-
ItemsSKU
public ItemsSKU()
-
-
Method Details
-
getSkuQuantity
Method to fetch the int value of quantity -
setSkuQuantity
Method to set the int value of quantity -
getSkuQuantityFactional
Method to fetch the int value of quantity -
setSkuQuantityFractional
Method to set the int value of quantity
-