Class UserEntity
java.lang.Object
org.silverpeas.components.community.web.UserEntity
- All Implemented Interfaces:
Serializable,org.silverpeas.core.web.rs.WebEntity
The user related by a membership to a community.
- Author:
- mmoquillon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the first name of this user.Gets the last name of this user.getURI()Gets the URI at which additional information about this user can be got.
-
Constructor Details
-
UserEntity
protected UserEntity()
-
-
Method Details
-
getURI
Gets the URI at which additional information about this user can be got.- Specified by:
getURIin interfaceorg.silverpeas.core.web.rs.WebEntity- Returns:
- the URI of the profile of this user in Silverpeas.
-
getFirstName
Gets the first name of this user.- Returns:
- the user firstname
-
getLastName
Gets the last name of this user.- Returns:
- the user lastname.
-