Class PropertyRange

java.lang.Object
com.maplander.backend.model.config.PropertyRange

public class PropertyRange extends Object
  • Constructor Details

  • Method Details

    • getType

      public PropertyTypeEnum getType()
    • setType

      public void setType(PropertyTypeEnum type)
    • getOffering

      public OfferingTypeEnum getOffering()
    • setOffering

      public void setOffering(OfferingTypeEnum offering)
    • getMin

      public double getMin()
    • setMin

      public void setMin(double min)
    • getMax

      public double getMax()
    • setMax

      public void setMax(double max)
    • toString

      public String toString()
      Overrides:
      toString in class Object