Package org.teamapps.dto
Class UiLocalDate
java.lang.Object
org.teamapps.dto.UiLocalDate
- All Implemented Interfaces:
UiObject
public class UiLocalDate extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UiLocalDate()Deprecated.Only for Jackson deserialization.UiLocalDate(int year, int month, int day) -
Method Summary
Modifier and Type Method Description intgetDay()intgetMonth()UiObjectTypegetUiObjectType()intgetYear()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
year
protected int year -
month
protected int month -
day
protected int day
-
-
Constructor Details
-
UiLocalDate
@Deprecated public 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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getYear
public int getYear() -
getMonth
public int getMonth() -
getDay
public int getDay()
-