public class ReferencePointData extends EscalationCalendarData
Constructor and Description |
---|
ReferencePointData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCondition()
Returns the reference point condition.
|
long |
getElapsedTimeInMillis()
Returns the elapsed time in milli seconds.
|
double |
getElapsedTimeInterval()
Returns the elapsed time interval.
|
EscalationData |
getEscalationData()
Gets the Escalation data associated with this reference point
|
MboRemote |
getEscalationPointRemote()
Returns the Escalation Point Remote associated with this refpoint.
|
java.lang.String |
getEventDateTimeAttribute()
Returns the datetime attribute that's used to formulate
the reference point SQL expression.
|
java.lang.String |
getEventDateTimeColumn()
Returns the datetime column that's used to formulate
the reference point SQL expression.
|
java.lang.String |
getIntervalUnitOfMeasure()
Returns the measurement unit used to indentify the
elapsed time interval.
|
java.util.Date |
getNonSLATargetDateValue() |
java.lang.String |
getRefPointId()
Returns the reference point identifier.
|
java.util.Date |
getSLATargetDateValue() |
boolean |
isRepeatable()
Returns whether the escalated objects associated with
the reference point are repeatable or not.
|
void |
setCondition(java.lang.String string)
Sets the reference point condition.
|
void |
setElapsedTimeInMillis(long l)
Sets the elapsed time in milli seconds.
|
void |
setElapsedTimeInterval(double i)
Sets the elapsed time interval.
|
void |
setEscalationData(EscalationData data)
Sets the Escalation data associated with this reference point
|
void |
setEscalationPointRemote(MboRemote mboremote)
Sets the Escalation Point Remote associated with this refpoint.
|
void |
setEventDateTimeAttribute(java.lang.String string)
Sets the datetime attribute that's used to formulate
the reference point SQL expression.
|
void |
setEventDateTimeColumn(java.lang.String string)
Sets the datetime column that's used to formulate
the reference point SQL expression.
|
void |
setIntervalUnitOfMeasure(java.lang.String string)
Sets the measurement unit used to indentify the
elapsed time interval.
|
void |
setNonSLATargetDateValue(java.util.Date targetDate) |
void |
setRefPointId(java.lang.String refPointId)
Sets the reference point identifier.
|
void |
setRepeatable(boolean b)
Sets whether the escalated objects associated with
the reference point are repeatable or not.
|
void |
setSLATargetDateValue(java.util.Date targetDate) |
void |
setUseSLACalendar(boolean usecal)
Flag to indicate if the SLA calendar can be used to calculate the date
|
boolean |
useSLACalendar()
Flag to indicate if the SLA calendar can be used to calculate the date
|
getCalendar, getCalendarOrgID, getShift, setCalendar, setCalendarCalOrgID, setShift
public void setSLATargetDateValue(java.util.Date targetDate)
public java.util.Date getSLATargetDateValue()
public void setNonSLATargetDateValue(java.util.Date targetDate)
public java.util.Date getNonSLATargetDateValue()
public boolean useSLACalendar()
public void setUseSLACalendar(boolean usecal)
public java.lang.String getCondition()
public void setCondition(java.lang.String string)
string
- the reference point condition.public java.lang.String getEventDateTimeAttribute()
public void setEventDateTimeAttribute(java.lang.String string)
string
- the datetime attribute that's used to formulate
the reference point SQL expression.public java.lang.String getEventDateTimeColumn()
public void setEventDateTimeColumn(java.lang.String string)
string
- the datetime attribute that's used to formulate
the reference point SQL expression.public long getElapsedTimeInMillis()
public void setElapsedTimeInMillis(long l)
l
- the elapsed time in milli seconds.public double getElapsedTimeInterval()
public void setElapsedTimeInterval(double i)
i
- the elapsed time interval.public java.lang.String getIntervalUnitOfMeasure()
public void setIntervalUnitOfMeasure(java.lang.String string)
string
- the measurement unit used to indentify the
elapsed time interval.public boolean isRepeatable()
public void setRepeatable(boolean b)
b
- true to indicate that the escalated objects
associated with the reference point are repeatable,
otherwise false.public java.lang.String getRefPointId()
public void setRefPointId(java.lang.String refPointId)
refPointId
- the reference point identifier.public MboRemote getEscalationPointRemote()
public void setEscalationPointRemote(MboRemote mboremote)
MboRemote
- the escObject associated with the refPoint.public void setEscalationData(EscalationData data)
public EscalationData getEscalationData()