org.biomage.Experiment
Class ExperimentProviderRole
java.lang.Object
org.biomage.Experiment.ExperimentProviderRole
- All Implemented Interfaces:
- java.io.Serializable
public class ExperimentProviderRole
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentProviderRole
public ExperimentProviderRole()
getContact
public Contact getContact()
- Returns:
setContact
public void setContact(Contact contact)
- Parameters:
contact
-
getRole
public OntologyEntry getRole()
- Returns:
setRole
public void setRole(OntologyEntry entry)
- Parameters:
entry
-
equals
public boolean equals(java.lang.Object theOther)
- Compare this
ExperimentProviderRole
with the specified one if
they're equal. Two ExperimentProviderRole
's are equal only if their
Contact
's are equal.
- Overrides:
equals
in class java.lang.Object