Class LifecycleInformationDV

    • Constructor Detail

      • LifecycleInformationDV

        public LifecycleInformationDV()
        Instantiates a new lifecycle information DV.
      • LifecycleInformationDV

        public LifecycleInformationDV​(String lastInvokedStep,
                                      List<String> errorMessages,
                                      List<String> warningMessages,
                                      String asJSONString,
                                      String lastEvent)
        Instantiates a new lifecycle information DV.
        Parameters:
        lastInvokedStep - the last invoked step
        errorMessages - the error messages
        warningMessages - the warning messages
        asJSONString - the as JSON string
        lastEvent - the last event
    • Method Detail

      • getLastInvokedStep

        public String getLastInvokedStep()
        Gets the last invoked step.
        Returns:
        the last invoked step
      • getErrorMessages

        public List<String> getErrorMessages()
        Gets the error messages.
        Returns:
        the error messages
      • getWarningMessages

        public List<String> getWarningMessages()
        Gets the warning messages.
        Returns:
        the warning messages
      • setLastInvokedStep

        public void setLastInvokedStep​(String lastInvokedStep)
        Sets the last invoked step.
        Parameters:
        lastInvokedStep - the new last invoked step
      • setErrorMessages

        public void setErrorMessages​(List<String> errorMessages)
        Sets the error messages.
        Parameters:
        errorMessages - the new error messages
      • setWarningMessages

        public void setWarningMessages​(List<String> warningMessages)
        Sets the warning messages.
        Parameters:
        warningMessages - the new warning messages
      • setAsJSONString

        public void setAsJSONString​(String json)
        Sets the as JSON string.
        Parameters:
        json - the new as JSON string
      • setLastEvent

        public void setLastEvent​(String lastEvent)
        Sets the last event.
        Parameters:
        lastEvent - the new last event
      • getLastEvent

        public String getLastEvent()
        Gets the last event.
        Returns:
        the last event
      • getAsJSONString

        public String getAsJSONString()
        Gets the as JSON string.
        Returns:
        the as JSON string