Package io.graphenee.jbpm.embedded
Class GxUserAccountAssigneeWrapper
- java.lang.Object
-
- io.graphenee.jbpm.embedded.GxUserAccountAssigneeWrapper
-
- All Implemented Interfaces:
GxAssignee
public class GxUserAccountAssigneeWrapper extends Object implements GxAssignee
-
-
Field Summary
Fields Modifier and Type Field Description GxUserAccountBeanuserAccount
-
Constructor Summary
Constructors Constructor Description GxUserAccountAssigneeWrapper(GxUserAccountBean userAccount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetEmail()StringgetFullName()StringgetUsername()inthashCode()StringtoString()
-
-
-
Field Detail
-
userAccount
public GxUserAccountBean userAccount
-
-
Constructor Detail
-
GxUserAccountAssigneeWrapper
public GxUserAccountAssigneeWrapper(GxUserAccountBean userAccount)
-
-
Method Detail
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceGxAssignee
-
getFullName
public String getFullName()
- Specified by:
getFullNamein interfaceGxAssignee
-
getEmail
public String getEmail()
- Specified by:
getEmailin interfaceGxAssignee
-
-