Package org.bonitasoft.engine.identity
Interface UserWithContactData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
UserWithContactDataImpl
represents an association of a
User and its ContactData- Since:
- 6.0.0
- Author:
- Matthieu Chaffotte
- See Also:
-
Method Summary
-
Method Details
-
getUser
User getUser()- Returns:
- the user associated to this object
-
getContactData
ContactData getContactData()- Returns:
- the contact data associated to this object
-