|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.model.channel.GroupMemberXml
public class GroupMemberXml
XML model for a group member. This is not used in persistence.
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 |
---|
public GroupMemberXml(String memberId, Boolean isLocal)
memberId
- the group member identifier.isLocal
- indicates whether the member is local or not.Method Detail |
---|
public String getMemberId()
public Boolean isLocal()
public int compareTo(GroupMemberXml o)
compareTo
in interface Comparable<GroupMemberXml>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |