Class PropertyRange
java.lang.Object
com.maplander.backend.model.config.PropertyRange
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyRange
(PropertyTypeEnum type, OfferingTypeEnum offering, double min, double max) -
Method Summary
Modifier and TypeMethodDescriptiondouble
getMax()
double
getMin()
getType()
void
setMax
(double max) void
setMin
(double min) void
setOffering
(OfferingTypeEnum offering) void
setType
(PropertyTypeEnum type) toString()
-
Constructor Details
-
PropertyRange
public PropertyRange() -
PropertyRange
-
-
Method Details
-
getType
-
setType
-
getOffering
-
setOffering
-
getMin
public double getMin() -
setMin
public void setMin(double min) -
getMax
public double getMax() -
setMax
public void setMax(double max) -
toString
-