Class PromotionGiftDiscount

java.lang.Object
com.skava.promotion.ecomm.model.PromotionGiftDiscount

public class PromotionGiftDiscount extends Object
Contains the attribute to hold promotion gift discount information
Since:
8.0
Version:
8.0
Author:
Infosys Equinox
  • 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