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 UiColorbackgroundColorprotected UiColorborderColorprotected longendprotected UiCalendarEventRenderingStylerenderingprotected longstartprotected java.lang.StringtemplateId-
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
-
templateId
protected java.lang.String templateId
-
start
protected long start
-
end
protected long end
-
allDay
protected boolean allDay
-
allowDragOperations
protected boolean allowDragOperations
-
backgroundColor
protected UiColor backgroundColor
-
borderColor
protected UiColor 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
-
getTemplateId
public java.lang.String getTemplateId()
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getAllDay
public boolean getAllDay()
-
getAllowDragOperations
public boolean getAllowDragOperations()
-
getBackgroundColor
public UiColor getBackgroundColor()
-
getBorderColor
public UiColor 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
-
setTemplateId
public UiCalendarEventClientRecord setTemplateId(java.lang.String templateId)
-
setStart
public UiCalendarEventClientRecord setStart(long start)
-
setEnd
public UiCalendarEventClientRecord setEnd(long end)
-
setAllDay
public UiCalendarEventClientRecord setAllDay(boolean allDay)
-
setAllowDragOperations
public UiCalendarEventClientRecord setAllowDragOperations(boolean allowDragOperations)
-
setBackgroundColor
public UiCalendarEventClientRecord setBackgroundColor(UiColor backgroundColor)
-
setBorderColor
public UiCalendarEventClientRecord setBorderColor(UiColor borderColor)
-
setRendering
public UiCalendarEventClientRecord setRendering(UiCalendarEventRenderingStyle rendering)
-
-