Package com.skava.promotion.model.dto
Class PromotionSku
java.lang.Object
com.skava.promotion.model.dto.PromotionOfferResponse
com.skava.promotion.model.dto.PromotionSku
- All Implemented Interfaces:
Serializable
Contains attributes about the SKU items information for a product.
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Method to fetch the int value of quantityMethod to fetch 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
-
PromotionSku
public PromotionSku()
-
-
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
-