psdi.app.escalation.engine

Class EscalationStatus

  • java.lang.Object
    • psdi.app.escalation.engine.EscalationStatus


  • public class EscalationStatus
    extends java.lang.Object
    A class to represent the status of an escalation task.
    • Constructor Detail

      • EscalationStatus

        public EscalationStatus()
    • Method Detail

      • isDataProcessedSuccessfully

        public boolean isDataProcessedSuccessfully()
        Returns whether the reference point is processed successfully or not.
        Returns:
        true to indicate the reference point is processed successfully, otherwise false.
      • setDataProcessedSuccessfully

        public void setDataProcessedSuccessfully(boolean b)
        Sets a flag to indicate whether the reference point is processed successfully or not.
        Parameters:
        b - rue to indicate the reference point is processed successfully, otherwise false.
      • getNoOfRecordsProcessed

        public int getNoOfRecordsProcessed()
        Returns the number of records processed.
        Returns:
        the number of records processed.
      • setNoOfRecordsProcessed

        public void setNoOfRecordsProcessed(int i)
        Sets the number of records processed.
        Parameters:
        i - the number of records processed.
      • getNoOfRecordsProcessedwithErrors

        public int getNoOfRecordsProcessedwithErrors()
        Returns the number of records failed to process.
        Returns:
        the number of records failed to process.
      • setNoOfRecordsProcessedwithErrors

        public void setNoOfRecordsProcessedwithErrors(int i)
        Sets the number of records failed to process.
        Parameters:
        i - the number of records failed to process.
      • getMemo

        public java.lang.String getMemo()
        Returns the memo to indicate any descriptive message.
        Returns:
        the memo to indicate any descriptive message.
      • setMemo

        public void setMemo(java.lang.String string)
        Sets the memo to indicate any descriptive message.
        Parameters:
        string - a memo to indicate any descriptive message.