Class UserEntity

java.lang.Object
org.silverpeas.components.community.web.UserEntity
All Implemented Interfaces:
Serializable, org.silverpeas.core.web.rs.WebEntity

public class UserEntity extends Object implements org.silverpeas.core.web.rs.WebEntity
The user related by a membership to a community.
Author:
mmoquillon
See Also:
  • Constructor Details

    • UserEntity

      protected UserEntity()
  • Method Details

    • getURI

      public URI getURI()
      Gets the URI at which additional information about this user can be got.
      Specified by:
      getURI in interface org.silverpeas.core.web.rs.WebEntity
      Returns:
      the URI of the profile of this user in Silverpeas.
    • getFirstName

      public String getFirstName()
      Gets the first name of this user.
      Returns:
      the user firstname
    • getLastName

      public String getLastName()
      Gets the last name of this user.
      Returns:
      the user lastname.