Package org.teamapps.dto
Class UiCalendarEventClientRecord
- java.lang.Object
-
- org.teamapps.dto.UiClientRecord
-
- org.teamapps.dto.UiIdentifiableClientRecord
-
- org.teamapps.dto.UiCalendarEventClientRecord
-
- All Implemented Interfaces:
UiObject
public class UiCalendarEventClientRecord extends UiIdentifiableClientRecord 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 booleanallDayprotected booleanallowDragOperationsprotected java.lang.StringbackgroundColorprotected java.lang.StringborderColorprotected java.lang.StringdayGridTemplateIdprotected longendprotected java.lang.Stringiconprotected java.lang.StringmonthGridTemplateIdprotected UiCalendarEventRenderingStylerenderingprotected longstartprotected java.lang.StringtimeGridTemplateIdprotected java.lang.Stringtitle-
Fields inherited from class org.teamapps.dto.UiIdentifiableClientRecord
id
-
Fields inherited from class org.teamapps.dto.UiClientRecord
asString, values
-
-
Constructor Summary
Constructors Constructor Description UiCalendarEventClientRecord()
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiIdentifiableClientRecord
getId
-
Methods inherited from class org.teamapps.dto.UiClientRecord
getAsString, getValues
-
-
-
-
Field Detail
-
timeGridTemplateId
protected java.lang.String timeGridTemplateId
-
dayGridTemplateId
protected java.lang.String dayGridTemplateId
-
monthGridTemplateId
protected java.lang.String monthGridTemplateId
-
start
protected long start
-
end
protected long end
-
allDay
protected boolean allDay
-
allowDragOperations
protected boolean allowDragOperations
-
icon
protected java.lang.String icon
-
title
protected java.lang.String title
-
backgroundColor
protected java.lang.String backgroundColor
-
borderColor
protected java.lang.String borderColor
-
rendering
protected UiCalendarEventRenderingStyle rendering
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiIdentifiableClientRecord
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiIdentifiableClientRecord
-
getTimeGridTemplateId
public java.lang.String getTimeGridTemplateId()
-
getDayGridTemplateId
public java.lang.String getDayGridTemplateId()
-
getMonthGridTemplateId
public java.lang.String getMonthGridTemplateId()
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getAllDay
public boolean getAllDay()
-
getAllowDragOperations
public boolean getAllowDragOperations()
-
getIcon
public java.lang.String getIcon()
-
getTitle
public java.lang.String getTitle()
-
getBackgroundColor
public java.lang.String getBackgroundColor()
-
getBorderColor
public java.lang.String getBorderColor()
-
getRendering
public UiCalendarEventRenderingStyle getRendering()
-
setValues
public UiCalendarEventClientRecord setValues(java.util.Map<java.lang.String,java.lang.Object> values)
- Overrides:
setValuesin classUiIdentifiableClientRecord
-
setAsString
public UiCalendarEventClientRecord setAsString(java.lang.String asString)
- Overrides:
setAsStringin classUiIdentifiableClientRecord
-
setId
public UiCalendarEventClientRecord setId(int id)
- Overrides:
setIdin classUiIdentifiableClientRecord
-
setTimeGridTemplateId
public UiCalendarEventClientRecord setTimeGridTemplateId(java.lang.String timeGridTemplateId)
-
setDayGridTemplateId
public UiCalendarEventClientRecord setDayGridTemplateId(java.lang.String dayGridTemplateId)
-
setMonthGridTemplateId
public UiCalendarEventClientRecord setMonthGridTemplateId(java.lang.String monthGridTemplateId)
-
setStart
public UiCalendarEventClientRecord setStart(long start)
-
setEnd
public UiCalendarEventClientRecord setEnd(long end)
-
setAllDay
public UiCalendarEventClientRecord setAllDay(boolean allDay)
-
setAllowDragOperations
public UiCalendarEventClientRecord setAllowDragOperations(boolean allowDragOperations)
-
setIcon
public UiCalendarEventClientRecord setIcon(java.lang.String icon)
-
setTitle
public UiCalendarEventClientRecord setTitle(java.lang.String title)
-
setBackgroundColor
public UiCalendarEventClientRecord setBackgroundColor(java.lang.String backgroundColor)
-
setBorderColor
public UiCalendarEventClientRecord setBorderColor(java.lang.String borderColor)
-
setRendering
public UiCalendarEventClientRecord setRendering(UiCalendarEventRenderingStyle rendering)
-
-