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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the decimal value of maxqtyMethod to fetch the decimal value of minqtysetMaxqtyFractional
(Number maxqty) setMinqtyFractional
(Number minqty) This method is used to create PriceDO.
-
Constructor Details
-
PriceRequest
public PriceRequest()
-
-
Method Details
-
getMinqty
- Returns:
-
setMinqtyFractional
- Parameters:
minqty
-- Returns:
-
setMinqty
- Parameters:
minqty
-- Returns:
-
getMinqtyFractional
Method to fetch the decimal value of minqty -
setMaxqty
-
setMaxqtyFractional
-
getMaxqty
-
getMaxqtyFractional
Method to fetch the decimal value of maxqty -
toDomainObject
This method is used to create PriceDO.- Returns:
- It returns
PriceDO
.
-