public class ContactGroup extends Object implements PrideObject, Serializable
| Constructor and Description |
|---|
ContactGroup(ArrayList<Contact> contacts,
String groupName)
Create a new ContactGroup object.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Contact> |
getContacts()
Returns the contacts.
|
String |
getFileName()
Returns the name to use when serializing the object.
|
String |
getName()
Returns the contact group name.
|
void |
setContacts(ArrayList<Contact> contacts)
Set the contacts.
|
void |
setName(String groupName)
Set the contact group name.
|
public void setContacts(ArrayList<Contact> contacts)
contacts - public String getName()
public void setName(String groupName)
groupName - the group name to setpublic String getFileName()
PrideObjectgetFileName in interface PrideObjectCopyright © 2014. All rights reserved.