org.biomage.ArrayDesign
Class DesignProviderRole
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesignProviderRole
public DesignProviderRole()
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