public class UserScheduleGetEventResponseProxy extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Boolean |
allDayEvent |
Date |
endDate |
HourMinuteProxy |
endTimeProxy |
String |
eventName |
RecurrenceProxy |
recurrenceProxy |
ScheduleKeyProxy |
scheduleKeyProxy |
Date |
startDate |
HourMinuteProxy |
startTimeProxy |
UserProxy |
userProxy |
Constructor and Description |
---|
UserScheduleGetEventResponseProxy() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllDayEvent() |
Date |
getEndDate() |
HourMinuteProxy |
getEndTimeProxy() |
String |
getEventName() |
RecurrenceProxy |
getRecurrenceProxy() |
ScheduleKeyProxy |
getScheduleKeyProxy() |
Date |
getStartDate() |
HourMinuteProxy |
getStartTimeProxy() |
UserProxy |
getUserProxy() |
void |
setAllDayEvent(Boolean allDayEvent) |
void |
setEndDate(Date endDate) |
void |
setEndTimeProxy(HourMinuteProxy endTimeProxy) |
void |
setEventName(String eventName) |
void |
setRecurrenceProxy(RecurrenceProxy recurrenceProxy) |
void |
setScheduleKeyProxy(ScheduleKeyProxy scheduleKeyProxy) |
void |
setStartDate(Date startDate) |
void |
setStartTimeProxy(HourMinuteProxy startTimeProxy) |
void |
setUserProxy(UserProxy userProxy) |
public UserProxy userProxy
public ScheduleKeyProxy scheduleKeyProxy
public String eventName
public Date startDate
public Boolean allDayEvent
public HourMinuteProxy startTimeProxy
public HourMinuteProxy endTimeProxy
public Date endDate
public RecurrenceProxy recurrenceProxy
public void setUserProxy(UserProxy userProxy)
public UserProxy getUserProxy()
public void setScheduleKeyProxy(ScheduleKeyProxy scheduleKeyProxy)
public ScheduleKeyProxy getScheduleKeyProxy()
public void setEventName(String eventName)
public String getEventName()
public void setStartDate(Date startDate)
public Date getStartDate()
public void setAllDayEvent(Boolean allDayEvent)
public Boolean getAllDayEvent()
public void setStartTimeProxy(HourMinuteProxy startTimeProxy)
public HourMinuteProxy getStartTimeProxy()
public void setEndTimeProxy(HourMinuteProxy endTimeProxy)
public HourMinuteProxy getEndTimeProxy()
public void setEndDate(Date endDate)
public Date getEndDate()
public void setRecurrenceProxy(RecurrenceProxy recurrenceProxy)
public RecurrenceProxy getRecurrenceProxy()
Copyright © 2016 ECG, Inc. All rights reserved.