Class TaskUserInfo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pipeline.execution.variables.TaskUserInfo
- All Implemented Interfaces:
Serializable
The Class TaskUserInfo.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the email address of the person approved the gate/step.returns the first name of the the person approved the gate/step.returns the last name of the person approved the gate/step.returns the user name of the person approved the gate/step.voidsetActionByEmailAddress(String pEmailAddress) Sets the action by email address.voidsetActionByFirstName(String pFirstName) Sets the action by first name.voidsetActionByLastName(String pLastName) Sets the action by last name.voidsetActionByUserName(String pUserName) Sets the action by user name.toString()Returns the non secured class variables as comma seperated for logging purpose
-
Constructor Details
-
TaskUserInfo
public TaskUserInfo()
-
-
Method Details
-
setActionByUserName
Sets the action by user name.- Parameters:
pUserName- the new action by user name
-
getActionByUserName
returns the user name of the person approved the gate/step.- Returns:
- the action by user name
-
setActionByFirstName
Sets the action by first name.- Parameters:
pFirstName- the new action by first name
-
getActionByFirstName
returns the first name of the the person approved the gate/step.- Returns:
- the action by first name
-
setActionByLastName
Sets the action by last name.- Parameters:
pLastName- the new action by last name
-
getActionByLastName
returns the last name of the person approved the gate/step.- Returns:
- the action by last name
-
setActionByEmailAddress
Sets the action by email address.- Parameters:
pEmailAddress- the new action by email address
-
getActionByEmailAddress
returns the email address of the person approved the gate/step.- Returns:
- the action by email address
-
toString
Returns the non secured class variables as comma seperated for logging purpose
-