lumis.portal.structure.sync.model.channel
Class GroupMember

Package class diagram package GroupMember
java.lang.Object
  extended by 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
See Also:
Group, GroupConfig, IGroupManager, Serialized Form

Nested Class Summary
static class GroupMember.PK
           
 
Constructor Summary
GroupMember(String groupId, String principalId)
          Creates a group member.
 
Method Summary
 GroupMember.PK getPk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupMember

public GroupMember(String groupId,
                   String principalId)
Creates a group member.

Parameters:
groupId - the group the member belongs to.
principalId - the member identifier.
Since:
6.2.0
Method Detail

getPk

public GroupMember.PK getPk()


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.