Class RangeProperty<T extends Comparable<T>>
java.lang.Object
com.levigo.jadice.annotation.profiles.PropertyProfile<T>
com.levigo.jadice.annotation.profiles.RangeProperty<T>
-
Field Summary
Fields inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
propertyType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setMaximumValue
(T maximumValue) void
setMinimumValue
(T minimumValue) toString()
Methods inherited from class com.levigo.jadice.annotation.profiles.PropertyProfile
getAnnotationProfile, getDefaultValue, getEditorFactories, getEditorFactory, getEditorFactory, getLabel, getLabels, getPreferredValues, getPropertyName, getPropertyType, isVirtual, setDefaultValue, setDefaultValueXML, setLabels, setPreferredValues, setPropertyName, setPropertyType, setVirtual, validate
-
Constructor Details
-
RangeProperty
public RangeProperty()
-
-
Method Details
-
getMaximumValue
- Returns:
- the maximumValue
-
getMinimumValue
- Returns:
- the minimumValue
-
setMaximumValue
- Parameters:
maximumValue
- the maximumValue to set
-
setMinimumValue
- Parameters:
minimumValue
- the minimumValue to set
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertyProfile<T extends Comparable<T>>
-
equals
- Overrides:
equals
in classPropertyProfile<T extends Comparable<T>>
-
toString
-