Package org.teamapps.dto
Class UiLocalDate
java.lang.Object
org.teamapps.dto.UiLocalDate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiLocalDate(int year, int month, int day) -
Method Summary
-
Field Details
-
year
protected int year -
month
protected int month -
day
protected int day
-
-
Constructor Details
-
UiLocalDate
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiLocalDate
public UiLocalDate(int year, int month, int day)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getYear
public int getYear() -
getMonth
public int getMonth() -
getDay
public int getDay()
-