public final class ContactGroup extends Object implements Comparable<ContactGroup>
| Constructor and Description |
|---|
ContactGroup(String name,
String fullName,
ContactGroup parentGroup) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ContactGroup o) |
boolean |
equals(Object o) |
Collection<Contact> |
getContacts()
Gets the contacts in this group.
|
String |
getFullName()
Gets the full name of the group.
|
Collection<ContactGroup> |
getGroups()
Gets the nested sub-groups of this group.
|
String |
getName()
Gets the name of the group.
|
ContactGroup |
getParentGroup()
Gets the parent group.
|
int |
hashCode() |
String |
toString() |
public ContactGroup(String name, String fullName, ContactGroup parentGroup)
public String getName()
public String getFullName()
public Collection<ContactGroup> getGroups()
public Collection<Contact> getContacts()
public ContactGroup getParentGroup()
public int compareTo(ContactGroup o)
compareTo in interface Comparable<ContactGroup>Copyright © 2014 XMPP.rocks. All rights reserved.