Class Contact
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.pride.prideobjects.Contact
- All Implemented Interfaces:
PrideObject
,Serializable
public class Contact extends ExperimentObject implements PrideObject
An object for storing Contact details.
- Author:
- Harald Barsnes
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description 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 com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
Method Details
-
getName
Returns the contact name.- Returns:
- the name
-
setName
Set the contact name.- Parameters:
name
- the name to set
-
getEMail
Returns the contact e-mail.- Returns:
- the eMail
-
setEMail
Set the contact e-mail.- Parameters:
eMail
- the eMail to set
-
getInstitution
Returns the instituition.- Returns:
- the institution
-
setInstitution
Set the instituttion.- Parameters:
institution
- the institution to set
-
getFileName
Description copied from interface:PrideObject
Returns the name to use when serializing the object.- Specified by:
getFileName
in interfacePrideObject
- Returns:
- the name to use when serializing the object
-