public class EscalationData extends EscalationCalendarData
Constructor and Description |
---|
EscalationData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCondition()
Returns the condition associated with the escalation.
|
java.lang.String |
getEscalation()
Returns the escalation identity.
|
boolean |
getEscStatusFlag()
Returns the escalation status flag.
|
java.lang.String |
getObjectName()
Returns the business object name associated with the escalation.
|
java.lang.String |
getOrg()
Returns the organization id associated with the escalation.
|
java.lang.String |
getSite()
Returns the site id associated with the escalation.
|
java.lang.String |
getSlaNum()
Returns the SLANUM for this escalation.
|
boolean |
isActive()
Returns whether the escalation is active or not.
|
boolean |
isSLA()
Returns whether the escalation was created by a SLA
|
void |
setActive(boolean b)
Sets whether the esclation is active or not.
|
void |
setCondition(java.lang.String string)
Sets the condition used by the escalation.
|
void |
setEscalation(java.lang.String string)
Sets the escalation identity.
|
void |
setEscStatusFlag(boolean escStatusFlag)
Sets the escalation status flag.
|
void |
setObjectName(java.lang.String string)
Sets the business object name associated with the escalation.
|
void |
setOrg(java.lang.String string)
Sets the organization id associated with the escalation.
|
void |
setSite(java.lang.String string)
Sets the site id associated with the escalation.
|
void |
setSLA(boolean b)
Sets whether the esclation is from a SLA.
|
void |
setSlaNum(java.lang.String string)
Sets the SLANUM.
|
getCalendar, getCalendarOrgID, getShift, setCalendar, setCalendarCalOrgID, setShift
public boolean isSLA()
public void setSLA(boolean b)
b
- true to indicate that the escalation is from a SLA,
otherwise false.public void setSlaNum(java.lang.String string)
slanum
- The SLANUM associated with this SLA.public java.lang.String getSlaNum()
public boolean isActive()
public void setActive(boolean b)
b
- true to indicate that the escalation is active,
otherwise false.public java.lang.String getCondition()
public void setCondition(java.lang.String string)
string
- the SQL condition associated with the escalation.public java.lang.String getObjectName()
public void setObjectName(java.lang.String string)
string
- the business object name associated with the escalation.public java.lang.String getOrg()
public void setOrg(java.lang.String string)
string
- the organization id associated with the escalation.public java.lang.String getSite()
public void setSite(java.lang.String string)
string
- the site id associated with the escalation.public java.lang.String getEscalation()
public void setEscalation(java.lang.String string)
string
- the escalation identity.public boolean getEscStatusFlag()
public void setEscStatusFlag(boolean escStatusFlag)
string
- the escalation status flag.