Class RangeProperty<T extends Comparable<T>>

java.lang.Object
com.levigo.jadice.annotation.profiles.PropertyProfile<T>
com.levigo.jadice.annotation.profiles.RangeProperty<T>

public class RangeProperty<T extends Comparable<T>> extends PropertyProfile<T>
  • Constructor Details

    • RangeProperty

      public RangeProperty()
  • Method Details

    • getMaximumValue

      public T getMaximumValue()
      Returns:
      the maximumValue
    • getMinimumValue

      public T getMinimumValue()
      Returns:
      the minimumValue
    • setMaximumValue

      public void setMaximumValue(T maximumValue)
      Parameters:
      maximumValue - the maximumValue to set
    • setMinimumValue

      public void setMinimumValue(T minimumValue)
      Parameters:
      minimumValue - the minimumValue to set
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PropertyProfile<T extends Comparable<T>>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class PropertyProfile<T extends Comparable<T>>
    • toString

      public String toString()
      Overrides:
      toString in class Object