org.biomage.Experiment
Class ExperimentProviderRole

java.lang.Object
  extended by 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

Constructor Summary
ExperimentProviderRole()
           
 
Method Summary
 boolean equals(java.lang.Object theOther)
          Compare this ExperimentProviderRole with the specified one if they're equal.
 Contact getContact()
           
 OntologyEntry getRole()
           
 void setContact(Contact contact)
           
 void setRole(OntologyEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentProviderRole

public ExperimentProviderRole()
Method Detail

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