Class CommunityMembershipEntity
java.lang.Object
org.silverpeas.components.community.web.CommunityMembershipEntity
- All Implemented Interfaces:
Serializable,org.silverpeas.core.web.rs.WebEntity
public class CommunityMembershipEntity
extends Object
implements org.silverpeas.core.web.rs.WebEntity
Web representation of a membership as transmitted by the REST web resources.
- Author:
- mmoquillon
- See Also:
-
Constructor Details
-
CommunityMembershipEntity
protected CommunityMembershipEntity()
-
-
Method Details
-
getURI
- Specified by:
getURIin interfaceorg.silverpeas.core.web.rs.WebEntity
-
getUser
Gets the user related by this membership to a community.- Returns:
- a web entity representing a user in Silverpeas.
-
getStatus
Gets the status of this membership.- Returns:
- the String value of one of the
MembershipStatusenumeration value.
-
getCommunity
Gets the URI of the community of user to which this membership is related.- Returns:
- the URI of the community of users.
-