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