Package org.teamapps.dto
Klasse UiLocalDate
java.lang.Object
org.teamapps.dto.UiLocalDate
- 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.UiLocalDate(int year, int month, int day) -
Methodenübersicht
-
Felddetails
-
year
protected int year -
month
protected int month -
day
protected int day
-
-
Konstruktordetails
-
UiLocalDate
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiLocalDate
public UiLocalDate(int year, int month, int day)
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
-
getYear
public int getYear() -
getMonth
public int getMonth() -
getDay
public int getDay()
-