|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.pride.prideobjects.ContactGroup
public class ContactGroup
An object for storing ContactGroup details.
Constructor Summary | |
---|---|
ContactGroup(ArrayList<Contact> contacts,
String groupName)
Create a new ContactGroup object. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactGroup(ArrayList<Contact> contacts, String groupName)
contacts
- the list of contactsgroupName
- the contact group nameMethod Detail |
---|
public ArrayList<Contact> getContacts()
public void setContacts(ArrayList<Contact> contacts)
contacts
- public String getName()
public void setName(String groupName)
groupName
- the group name to setpublic String getFileName()
PrideObject
getFileName
in interface PrideObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |