org.biomage.ArrayDesign
Class DesignProviderRole

java.lang.Object
  extended by org.biomage.ArrayDesign.DesignProviderRole
All Implemented Interfaces:
java.io.Serializable

public class DesignProviderRole
extends java.lang.Object
implements java.io.Serializable

Author:
TranP
See Also:
Serialized Form

Constructor Summary
DesignProviderRole()
           
 
Method Summary
 boolean equals(java.lang.Object theOther)
          Compare this DesignProviderRole 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

DesignProviderRole

public DesignProviderRole()
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 DesignProviderRole with the specified one if they're equal. Two DesignProviderRole's are equal only if their Contact's are equal.

Overrides:
equals in class java.lang.Object