|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.bio.chado.ChadoCVTerm
public class ChadoCVTerm
Objects of this class represent one row of the chado cvterm table.
| Constructor Summary | |
|---|---|
ChadoCVTerm(java.lang.String name)
Create a new cv term object |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Set<ChadoCVTerm> |
getAllChildren()
Return a Set of all the child ChadoCVTerms of this term. |
java.util.Set<ChadoCVTerm> |
getAllParents()
Return a Set of all the parent ChadoCVTerms of this term. |
java.util.Set<ChadoCVTerm> |
getDirectChildren()
Get the direct children of this term. |
java.util.Set<ChadoCVTerm> |
getDirectParents()
Get the direct parents of this term. |
java.lang.String |
getName()
Return the name of this term. |
int |
hashCode()
|
void |
setDirectChildren(java.util.Set<ChadoCVTerm> directChildren)
Set the direct children of this term. |
void |
setDirectParents(java.util.Set<ChadoCVTerm> directParents)
Set the direct parents of this term. |
void |
setName(java.lang.String name)
Set the name of this term. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChadoCVTerm(java.lang.String name)
name - the name (from the chado cvterm table)| Method Detail |
|---|
public final java.lang.String getName()
public final void setName(java.lang.String name)
name - the name to setpublic final java.util.Set<ChadoCVTerm> getDirectParents()
public final void setDirectParents(java.util.Set<ChadoCVTerm> directParents)
directParents - the parents to setpublic final java.util.Set<ChadoCVTerm> getDirectChildren()
public final void setDirectChildren(java.util.Set<ChadoCVTerm> directChildren)
directChildren - the children to setpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Set<ChadoCVTerm> getAllParents()
public java.util.Set<ChadoCVTerm> getAllChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||