Package com.skava.tax.model
Class ItemsSKU
java.lang.Object
com.skava.tax.model.ItemsSKU
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the int value of quantityMethod to fetch the int value of quantityvoid
setQuantity
(Long qty) Method to set the int value of quantityvoid
Method to set the int value of quantity
-
Constructor Details
-
ItemsSKU
public ItemsSKU()
-
-
Method Details
-
getQuantity
Method to fetch the int value of quantity -
setQuantity
Method to set the int value of quantity -
getQuantityFractional
Method to fetch the int value of quantity -
setQuantityFractional
Method to set the int value of quantity
-