|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.pride.prideobjects.Contact
public class Contact
An object for storing Contact details.
Constructor Summary | |
---|---|
Contact(String name,
String eMail,
String institution)
Create a new Contact object. |
Method Summary | |
---|---|
String |
getEMail()
Returns the contact e-mail. |
String |
getFileName()
Returns the name to use when serializing the object |
String |
getInstitution()
Returns the instituition. |
String |
getName()
Returns the contact name. |
void |
setEMail(String eMail)
Set the contact e-mail. |
void |
setInstitution(String institution)
Set the instituttion. |
void |
setName(String name)
Set the contact name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contact(String name, String eMail, String institution)
name
- eMail
- institution
- Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic String getEMail()
public void setEMail(String eMail)
eMail
- the eMail to setpublic String getInstitution()
public void setInstitution(String institution)
institution
- the institution 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 |