Interface UserWithContactData

All Superinterfaces:
Serializable
All Known Implementing Classes:
UserWithContactDataImpl

public interface UserWithContactData extends Serializable
represents an association of a User and its ContactData
Since:
6.0.0
Author:
Matthieu Chaffotte
See Also:
  • Method Details

    • getUser

      User getUser()
      Returns:
      the user associated to this object
    • getContactData

      ContactData getContactData()
      Returns:
      the contact data associated to this object