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

Package class diagram package GroupMemberXml
java.lang.Object
  extended by lumis.portal.structure.sync.model.channel.GroupMemberXml
All Implemented Interfaces:
Comparable<GroupMemberXml>

public class GroupMemberXml
extends Object
implements Comparable<GroupMemberXml>

XML model for a group member. This is not used in persistence.

Since:
6.2.0

Constructor Summary
GroupMemberXml(String memberId, Boolean isLocal)
          Creates a new instance with the given parameters.
 
Method Summary
 int compareTo(GroupMemberXml o)
           
 String getMemberId()
          Returns the member identifier.
 Boolean isLocal()
          Returns whether the member is local.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupMemberXml

public GroupMemberXml(String memberId,
                      Boolean isLocal)
Creates a new instance with the given parameters.

Parameters:
memberId - the group member identifier.
isLocal - indicates whether the member is local or not.
Since:
6.2.0
Method Detail

getMemberId

public String getMemberId()
Returns the member identifier.

Returns:
the member identifier.
Since:
6.2.0

isLocal

public Boolean isLocal()
Returns whether the member is local.

Returns:
whether the member is local.
Since:
6.2.0

compareTo

public int compareTo(GroupMemberXml o)
Specified by:
compareTo in interface Comparable<GroupMemberXml>


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