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