public class TaskUserInfo extends BasePOJO
| Constructor and Description |
|---|
TaskUserInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionByEmailAddress()
returns the email address of the person approved the gate/step.
|
java.lang.String |
getActionByFirstName()
returns the first name of the the person approved the gate/step.
|
java.lang.String |
getActionByLastName()
returns the last name of the person approved the gate/step.
|
java.lang.String |
getActionByUserName()
returns the user name of the person approved the gate/step.
|
void |
setActionByEmailAddress(java.lang.String pEmailAddress)
Sets the action by email address.
|
void |
setActionByFirstName(java.lang.String pFirstName)
Sets the action by first name.
|
void |
setActionByLastName(java.lang.String pLastName)
Sets the action by last name.
|
void |
setActionByUserName(java.lang.String pUserName)
Sets the action by user name.
|
java.lang.String |
toString()
Returns the non secured class variables as comma seperated for logging purpose
|
public void setActionByUserName(java.lang.String pUserName)
pUserName - the new action by user namepublic java.lang.String getActionByUserName()
public void setActionByFirstName(java.lang.String pFirstName)
pFirstName - the new action by first namepublic java.lang.String getActionByFirstName()
public void setActionByLastName(java.lang.String pLastName)
pLastName - the new action by last namepublic java.lang.String getActionByLastName()
public void setActionByEmailAddress(java.lang.String pEmailAddress)
pEmailAddress - the new action by email addresspublic java.lang.String getActionByEmailAddress()