Package in.succinct.beckn
Class Price
java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.Price
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class in.succinct.beckn.BecknObject
DATE_FORMAT, TIMESTAMP_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleDeprecated.doubledoubledoubledoubledoublegetValue()voidsetComputedValue(double value) voidsetCurrency(String currency) voidsetEstimatedValue(double estimatedValue) voidsetListedValue(double value) voidsetMaximumValue(double maximum) voidsetMinimumValue(double minimum) voidsetOfferedValue(double value) voidsetValue(double value) Methods inherited from class in.succinct.beckn.BecknObject
get, get, get, get, getBoolean, getDate, getDouble, getInteger, getLong, set, set, set, set, set, set, setMethods inherited from class in.succinct.beckn.BecknAware
generateBlakeHash, getInner, hash, setInner, toString
-
Constructor Details
-
Price
public Price()
-
-
Method Details
-
getCurrency
-
setCurrency
-
getValue
public double getValue() -
setValue
public void setValue(double value) -
getMinimumValue
public double getMinimumValue() -
setMinimumValue
public void setMinimumValue(double minimum) -
getMaximumValue
public double getMaximumValue() -
setMaximumValue
public void setMaximumValue(double maximum) -
getEstimatedValue
Deprecated. -
setEstimatedValue
public void setEstimatedValue(double estimatedValue) -
getComputedValue
public double getComputedValue() -
setComputedValue
public void setComputedValue(double value) -
getListedValue
public double getListedValue() -
setListedValue
public void setListedValue(double value) -
getOfferedValue
public double getOfferedValue() -
setOfferedValue
public void setOfferedValue(double value)
-