Class PriceRequest

java.lang.Object
com.skava.core.validation.InputModel
com.skava.price.model.exchange.request.PriceRequest
All Implemented Interfaces:
Serializable

public class PriceRequest extends com.skava.core.validation.InputModel
See Also:
  • Constructor Details

    • PriceRequest

      public PriceRequest()
  • Method Details

    • getMinqty

      public Integer getMinqty()
      Returns:
    • setMinqtyFractional

      public PriceRequest setMinqtyFractional(Number minqty)
      Parameters:
      minqty -
      Returns:
    • setMinqty

      public PriceRequest setMinqty(Number minqty)
      Parameters:
      minqty -
      Returns:
    • getMinqtyFractional

      public BigDecimal getMinqtyFractional()
      Method to fetch the decimal value of minqty
    • setMaxqty

      public PriceRequest setMaxqty(Number maxqty)
    • setMaxqtyFractional

      public PriceRequest setMaxqtyFractional(Number maxqty)
    • getMaxqty

      public Integer getMaxqty()
    • getMaxqtyFractional

      public BigDecimal getMaxqtyFractional()
      Method to fetch the decimal value of maxqty
    • toDomainObject

      public PriceDO toDomainObject()
      This method is used to create PriceDO.
      Returns:
      It returns PriceDO.