Package org.teamapps.dto
Class UiDateTimeFormatDescriptor
java.lang.Object
org.teamapps.dto.UiDateTimeFormatDescriptor
- All Implemented Interfaces:
UiObject
public class UiDateTimeFormatDescriptor extends java.lang.Object implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiFullLongMediumShortTypedateStyleprotected UiNumericTypedayprotected java.lang.BooleandayPeriodprotected UiLongShortNarrowTypeeraprotected java.lang.IntegerfractionalSecondDigitsprotected UiNumericTypehourprotected UiHourCycleTypehourCycleprotected UiNumericTypeminuteprotected UiNumericOrLongShortNarrowTypemonthprotected UiNumericTypesecondprotected UiFullLongMediumShortTypetimeStyleprotected UiLongShortNarrowTypeweekdayprotected UiNumericTypeyear -
Constructor Summary
Constructors Constructor Description UiDateTimeFormatDescriptor() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
dateStyle
-
timeStyle
-
fractionalSecondDigits
protected java.lang.Integer fractionalSecondDigits -
dayPeriod
protected java.lang.Boolean dayPeriod -
hourCycle
-
weekday
-
era
-
year
-
month
-
day
-
hour
-
minute
-
second
-
-
Constructor Details
-
UiDateTimeFormatDescriptor
public UiDateTimeFormatDescriptor()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getDateStyle
-
getTimeStyle
-
getFractionalSecondDigits
public java.lang.Integer getFractionalSecondDigits() -
getDayPeriod
public java.lang.Boolean getDayPeriod() -
getHourCycle
-
getWeekday
-
getEra
-
getYear
-
getMonth
-
getDay
-
getHour
-
getMinute
-
getSecond
-
setDateStyle
-
setTimeStyle
-
setFractionalSecondDigits
public UiDateTimeFormatDescriptor setFractionalSecondDigits(java.lang.Integer fractionalSecondDigits) -
setDayPeriod
-
setHourCycle
-
setWeekday
-
setEra
-
setYear
-
setMonth
-
setDay
-
setHour
-
setMinute
-
setSecond
-