java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pipeline.execution.variables.TaskUserInfo
All Implemented Interfaces:
Serializable

public class TaskUserInfo extends BasePOJO
The Class TaskUserInfo.
See Also:
  • Constructor Details

    • TaskUserInfo

      public TaskUserInfo()
  • Method Details

    • setActionByUserName

      public void setActionByUserName(String pUserName)
      Sets the action by user name.
      Parameters:
      pUserName - the new action by user name
    • getActionByUserName

      public String getActionByUserName()
      returns the user name of the person approved the gate/step.
      Returns:
      the action by user name
    • setActionByFirstName

      public void setActionByFirstName(String pFirstName)
      Sets the action by first name.
      Parameters:
      pFirstName - the new action by first name
    • getActionByFirstName

      public String getActionByFirstName()
      returns the first name of the the person approved the gate/step.
      Returns:
      the action by first name
    • setActionByLastName

      public void setActionByLastName(String pLastName)
      Sets the action by last name.
      Parameters:
      pLastName - the new action by last name
    • getActionByLastName

      public String getActionByLastName()
      returns the last name of the person approved the gate/step.
      Returns:
      the action by last name
    • setActionByEmailAddress

      public void setActionByEmailAddress(String pEmailAddress)
      Sets the action by email address.
      Parameters:
      pEmailAddress - the new action by email address
    • getActionByEmailAddress

      public String getActionByEmailAddress()
      returns the email address of the person approved the gate/step.
      Returns:
      the action by email address
    • toString

      public String toString()
      Returns the non secured class variables as comma seperated for logging purpose
      Overrides:
      toString in class BasePOJO
      Returns:
      the object log argument