Package org.teamapps.dto
Klasse UiLongInterval
java.lang.Object
org.teamapps.dto.UiLongInterval
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiLongInterval(long min, long max) -
Methodenübersicht
-
Felddetails
-
min
protected long min -
max
protected long max
-
-
Konstruktordetails
-
UiLongInterval
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiLongInterval
public UiLongInterval(long min, long max)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getMin
public long getMin() -
getMax
public long getMax()
-