Package org.teamapps.dto
Class UiDateTimeFormatDescriptor
java.lang.Object
org.teamapps.dto.UiDateTimeFormatDescriptor
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiFullLongMediumShortTypeprotected UiNumericTypeprotected UiDayPeriodTypeprotected UiLongShortNarrowTypeprotected Integerprotected UiNumericTypeprotected UiHourCycleTypeprotected UiNumericTypeprotected UiNumericOrLongShortNarrowTypeprotected UiNumericTypeprotected UiFullLongMediumShortTypeprotected UiLongShortNarrowTypeprotected UiNumericType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDay()getEra()getHour()getMonth()getYear()setDateStyle(UiFullLongMediumShortType dateStyle) setDay(UiNumericType day) setDayPeriod(UiDayPeriodType dayPeriod) setFractionalSecondDigits(Integer fractionalSecondDigits) setHour(UiNumericType hour) setHourCycle(UiHourCycleType hourCycle) setMinute(UiNumericType minute) setSecond(UiNumericType second) setTimeStyle(UiFullLongMediumShortType timeStyle) setWeekday(UiLongShortNarrowType weekday) setYear(UiNumericType year) toString()
-
Field Details
-
dateStyle
-
timeStyle
-
fractionalSecondDigits
-
dayPeriod
-
hourCycle
-
weekday
-
era
-
year
-
month
-
day
-
hour
-
minute
-
second
-
-
Constructor Details
-
UiDateTimeFormatDescriptor
public UiDateTimeFormatDescriptor()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getDateStyle
-
getTimeStyle
-
getFractionalSecondDigits
-
getDayPeriod
-
getHourCycle
-
getWeekday
-
getEra
-
getYear
-
getMonth
-
getDay
-
getHour
-
getMinute
-
getSecond
-
setDateStyle
-
setTimeStyle
-
setFractionalSecondDigits
-
setDayPeriod
-
setHourCycle
-
setWeekday
-
setEra
-
setYear
-
setMonth
-
setDay
-
setHour
-
setMinute
-
setSecond
-