public class EscalationCalendarData
extends java.lang.Object
Constructor and Description |
---|
EscalationCalendarData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCalendar()
Returns the Calendar associated with the escalation.
|
java.lang.String |
getCalendarOrgID()
Returns the Calendars OrgId associated with the escalation.
|
java.lang.String |
getShift()
Returns the Shift associated with the escalation.
|
void |
setCalendar(java.lang.String string)
Sets the Calendar used by the escalation.
|
void |
setCalendarCalOrgID(java.lang.String string)
Sets the CalOrgId used by the escalation.
|
void |
setShift(java.lang.String string)
Sets the Shift used by the escalation.
|
public java.lang.String getCalendar()
public void setCalendar(java.lang.String string)
string
- the Calendar associated with the escalation.public java.lang.String getShift()
public void setShift(java.lang.String string)
string
- the Shift associated with the escalation.public java.lang.String getCalendarOrgID()
public void setCalendarCalOrgID(java.lang.String string)
string
- the CalOrgId associated with the escalation.