Class PromotionGiftResponse

java.lang.Object
com.skava.promotion.model.response.PromotionGiftResponse

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

      public BigDecimal getQuantityFractional()
      Method to fetch the int value of quantity
    • setQuantityFractional

      public void setQuantityFractional(BigDecimal qty)
      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

      public BigDecimal getOutOfStockQuantityFractional()
      Method to fetch the int value of quantity
    • setOutOfStockQuantityFractional

      public void setOutOfStockQuantityFractional(BigDecimal qty)
      Method to set the int value of quantity