com.ibm.itim.workflow.model

Class StateEventAudit

  • All Implemented Interfaces:
    java.io.Serializable


    public class StateEventAudit
    extends EventAudit
    This represents audit information for process and activity state change events.
    See Also:
    Serialized Form
    • Constructor Detail

      • StateEventAudit

        public StateEventAudit(java.lang.String oldState,
                               java.lang.String newState)
    • Method Detail

      • getOldState

        public java.lang.String getOldState()
        Access method for the oldState property.
        Returns:
        the current value of the oldState property
      • setOldState

        public void setOldState(java.lang.String aOldState)
        Sets the value of the oldState property.
        Parameters:
        aOldState - the new value of the oldState property
      • getNewState

        public java.lang.String getNewState()
        Access method for the newState property.
        Returns:
        the current value of the newState property
      • setNewState

        public void setNewState(java.lang.String aNewState)
        Sets the value of the newState property.
        Parameters:
        aNewState - the new value of the newState property