Class PromotionGiftResponse
java.lang.Object
com.skava.promotion.model.response.PromotionGiftResponse
Contains the attribute to hold promotion gift discount information
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Method to fetch the int value of quantityMethod to fetch the int value of quantityint
Method to fetch the int value of quantityMethod to fetch the int value of quantityvoid
setOutOfStockQuantity
(int qty) Method to set the int value of quantityvoid
Method to set the int value of quantityvoid
setQuantity
(int qty) Method to set the int value of quantityvoid
Method to set the int value of quantity
-
Constructor Details
-
PromotionGiftResponse
public PromotionGiftResponse()
-
-
Method Details
-
getQuantity
public int getQuantity()Method to fetch the int value of quantity -
setQuantity
public void setQuantity(int qty) 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 -
getOutOfStockQuantity
public int getOutOfStockQuantity()Method to fetch the int value of quantity -
setOutOfStockQuantity
public void setOutOfStockQuantity(int qty) Method to set the int value of quantity -
getOutOfStockQuantityFractional
Method to fetch the int value of quantity -
setOutOfStockQuantityFractional
Method to set the int value of quantity
-