Class UiLongInterval
java.lang.Object
org.teamapps.dto.UiLongInterval
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiLongInterval(long min, long max) -
Method Summary
-
Field Details
-
min
protected long min -
max
protected long max
-
-
Constructor Details
-
UiLongInterval
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiLongInterval
public UiLongInterval(long min, long max)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getMin
public long getMin() -
getMax
public long getMax()
-