gov.nih.nci.caarray.external.v1_0.experiment
Class ExperimentalContact
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
gov.nih.nci.caarray.external.v1_0.experiment.ExperimentalContact
- All Implemented Interfaces:
- java.io.Serializable
public class ExperimentalContact
- extends AbstractCaArrayEntity
ExperimentalContact represents a person who performed one or more roles in an experiment.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ExperimentalContact
public ExperimentalContact()
getPerson
public Person getPerson()
- Returns:
- the person
setPerson
public void setPerson(Person person)
- Parameters:
person
- the person to set
getRoles
public java.util.Set<Term> getRoles()
- Returns:
- a set of MGED terms describing the roles played by the person on the experiment.
setRoles
public void setRoles(java.util.Set<Term> roles)
- Parameters:
roles
- the roles to set