psdi.app.escalation.engine

Class EscalationCalendarData

  • java.lang.Object
    • psdi.app.escalation.engine.EscalationCalendarData
  • Direct Known Subclasses:
    EscalationData, ReferencePointData


    public class EscalationCalendarData
    extends java.lang.Object
    A class to represent the escalation Calendar details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EscalationCalendarData

        public EscalationCalendarData()
    • Method Detail

      • getCalendar

        public java.lang.String getCalendar()
        Returns the Calendar associated with the escalation.
        Returns:
        the Calendar associated with the escalation.
      • setCalendar

        public void setCalendar(java.lang.String string)
        Sets the Calendar used by the escalation.
        Parameters:
        string - the Calendar associated with the escalation.
      • getShift

        public java.lang.String getShift()
        Returns the Shift associated with the escalation.
        Returns:
        the Shift associated with the escalation.
      • setShift

        public void setShift(java.lang.String string)
        Sets the Shift used by the escalation.
        Parameters:
        string - the Shift associated with the escalation.
      • getCalendarOrgID

        public java.lang.String getCalendarOrgID()
        Returns the Calendars OrgId associated with the escalation.
        Returns:
        the CalOrgId associated with the escalation.
      • setCalendarCalOrgID

        public void setCalendarCalOrgID(java.lang.String string)
        Sets the CalOrgId used by the escalation.
        Parameters:
        string - the CalOrgId associated with the escalation.