Package org.teamapps.dto
Class UiLongInterval
- java.lang.Object
-
- org.teamapps.dto.UiLongInterval
-
-
Constructor Summary
Constructors Constructor Description UiLongInterval()Deprecated.Only for Jackson deserialization.UiLongInterval(long min, long max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMax()longgetMin()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMin
public long getMin()
-
getMax
public long getMax()
-
-