com.ibm.itim.workflow.model

Class AssignmentEventAudit

  • All Implemented Interfaces:
    java.io.Serializable


    public class AssignmentEventAudit
    extends EventAudit
    This defines the class for assignment event audit information
    See Also:
    Serialized Form
    • Method Detail

      • getOldParticipant

        public ActivityParticipant getOldParticipant()
        Access method for the oldParticipant property.
        Returns:
        the current value of the oldParticipant property
      • setOldParticipant

        public void setOldParticipant(ActivityParticipant oldParticipant)
        Sets the value of the oldParticipant property.
        Parameters:
        oldParticipant - the new value of the oldParticipant property
      • getParticipant

        public ActivityParticipant getParticipant()
        Access method for the participant property.
        Returns:
        the current value of the newParticipant property
      • setParticipant

        public void setParticipant(ActivityParticipant participant)
        Sets the value of the participant property.
        Parameters:
        participant - the new value of the newParticipant property