Package org.teamapps.dto
Class UiDateTimeFormatDescriptor
- java.lang.Object
-
- org.teamapps.dto.UiDateTimeFormatDescriptor
-
-
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
-
-
-
Field Detail
-
dateStyle
protected UiFullLongMediumShortType dateStyle
-
timeStyle
protected UiFullLongMediumShortType timeStyle
-
fractionalSecondDigits
protected java.lang.Integer fractionalSecondDigits
-
dayPeriod
protected java.lang.Boolean dayPeriod
-
hourCycle
protected UiHourCycleType hourCycle
-
weekday
protected UiLongShortNarrowType weekday
-
era
protected UiLongShortNarrowType era
-
year
protected UiNumericType year
-
month
protected UiNumericOrLongShortNarrowType month
-
day
protected UiNumericType day
-
hour
protected UiNumericType hour
-
minute
protected UiNumericType minute
-
second
protected UiNumericType second
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getDateStyle
public UiFullLongMediumShortType getDateStyle()
-
getTimeStyle
public UiFullLongMediumShortType getTimeStyle()
-
getFractionalSecondDigits
public java.lang.Integer getFractionalSecondDigits()
-
getDayPeriod
public java.lang.Boolean getDayPeriod()
-
getHourCycle
public UiHourCycleType getHourCycle()
-
getWeekday
public UiLongShortNarrowType getWeekday()
-
getEra
public UiLongShortNarrowType getEra()
-
getYear
public UiNumericType getYear()
-
getMonth
public UiNumericOrLongShortNarrowType getMonth()
-
getDay
public UiNumericType getDay()
-
getHour
public UiNumericType getHour()
-
getMinute
public UiNumericType getMinute()
-
getSecond
public UiNumericType getSecond()
-
setDateStyle
public UiDateTimeFormatDescriptor setDateStyle(UiFullLongMediumShortType dateStyle)
-
setTimeStyle
public UiDateTimeFormatDescriptor setTimeStyle(UiFullLongMediumShortType timeStyle)
-
setFractionalSecondDigits
public UiDateTimeFormatDescriptor setFractionalSecondDigits(java.lang.Integer fractionalSecondDigits)
-
setDayPeriod
public UiDateTimeFormatDescriptor setDayPeriod(java.lang.Boolean dayPeriod)
-
setHourCycle
public UiDateTimeFormatDescriptor setHourCycle(UiHourCycleType hourCycle)
-
setWeekday
public UiDateTimeFormatDescriptor setWeekday(UiLongShortNarrowType weekday)
-
setEra
public UiDateTimeFormatDescriptor setEra(UiLongShortNarrowType era)
-
setYear
public UiDateTimeFormatDescriptor setYear(UiNumericType year)
-
setMonth
public UiDateTimeFormatDescriptor setMonth(UiNumericOrLongShortNarrowType month)
-
setDay
public UiDateTimeFormatDescriptor setDay(UiNumericType day)
-
setHour
public UiDateTimeFormatDescriptor setHour(UiNumericType hour)
-
setMinute
public UiDateTimeFormatDescriptor setMinute(UiNumericType minute)
-
setSecond
public UiDateTimeFormatDescriptor setSecond(UiNumericType second)
-
-