Package com.skava.promotion.ecomm.model
Class PromotionGiftDiscount
java.lang.Object
com.skava.promotion.ecomm.model.PromotionGiftDiscount
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 quantitydouble
Method to fetch the decimal value of quantityvoid
setQuantity
(int qty) Method to set the int value of quantityvoid
setQuantityFractional
(double qty) Method to set the decimal value of quantity
-
Constructor Details
-
PromotionGiftDiscount
public PromotionGiftDiscount()
-
-
Method Details
-
getQuantity
public int getQuantity()Method to fetch the int value of quantity -
getQuantityFractional
public double getQuantityFractional()Method to fetch the decimal value of quantity -
setQuantity
public void setQuantity(int qty) Method to set the int value of quantity -
setQuantityFractional
public void setQuantityFractional(double qty) Method to set the decimal value of quantity
-