Class GroupMember
- java.lang.Object
-
- lumis.portal.structure.sync.model.channel.GroupMember
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GroupMember extends Object implements Serializable, Cloneable
Group member model.Documentation in this class focus synchronization behavior.
- Since:
- 6.2.0
- Version:
- $Revision: 19495 $ $Date: 2016-11-16 11:50:54 -0200 (Wed, 16 Nov 2016) $
- See Also:
Group
,GroupConfig
,IGroupManager
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupMember.PK
-
Constructor Summary
Constructors Constructor Description GroupMember(org.hibernate.Session session, String groupId, String principalId)
Creates a group member.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupMember.PK
getPk()
int
getPrincipalType()
-
-
-
Method Detail
-
getPk
public GroupMember.PK getPk()
-
getPrincipalType
public int getPrincipalType()
-
-