public class ShiftItem extends ScheduleEntity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ShiftActivity> |
activities
The Activities.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.String |
notes
The Notes.
|
endDateTime, oDataType, startDateTime, theme| Constructor and Description |
|---|
ShiftItem() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="activities",
alternate="Activities")
@Expose
public java.util.List<ShiftActivity> activities
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
public java.lang.String displayName
@SerializedName(value="notes",
alternate="Notes")
@Expose
public java.lang.String notes
public com.google.gson.JsonObject getRawObject()
getRawObject in class ScheduleEntityprotected ISerializer getSerializer()
getSerializer in class ScheduleEntitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ScheduleEntityserializer - the serializerjson - the JSON object to set this object to