Package org.cyclos.model.utils
Class IntegerRangeDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.IntegerRangeDTO
-
- All Implemented Interfaces:
Serializable,IIntegerRange,Range<Integer>
public class IntegerRangeDTO extends Bean implements IIntegerRange
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Integer,IntegerRangeDTO>MAXstatic BasicProperty<Integer,IntegerRangeDTO>MIN
-
Constructor Summary
Constructors Constructor Description IntegerRangeDTO()IntegerRangeDTO(Property<T,? super IntegerRangeDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanequals(Object other)IntegergetMax()IntegergetMin()inthashCode()voidsetMax(Integer max)voidsetMin(Integer min)StringtoString()-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
MAX
public static final BasicProperty<Integer,IntegerRangeDTO> MAX
-
MIN
public static final BasicProperty<Integer,IntegerRangeDTO> MIN
-
-
Constructor Detail
-
IntegerRangeDTO
public IntegerRangeDTO()
-
IntegerRangeDTO
public IntegerRangeDTO(Property<T,? super IntegerRangeDTO> property, T value)
-
-