|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inb.biomoby.shared.message.AbstractMobyElement
org.inb.biomoby.shared.message.AbstractMobyObject
org.inb.biomoby.shared.message.MobyObject
org.inb.biomoby.shared.ontology.GOTerm
public class GOTerm
Constructor Summary | |
---|---|
GOTerm()
|
Method Summary | |
---|---|
void |
addSynonym(MobyString synonym)
|
MobyString |
getAccession()
|
MobyString |
getComment()
|
MobyString |
getDefinition()
|
MobyString |
getName()
|
MobyString |
getOntology()
|
List<? extends MobyString> |
getSynonym()
|
void |
setAccession(MobyString accession)
|
void |
setComment(MobyString comment)
|
void |
setDefinition(MobyString definition)
|
void |
setName(MobyString name)
|
void |
setOntology(MobyString ontology)
|
Methods inherited from class org.inb.biomoby.shared.message.MobyObject |
---|
getAttributes, getCrossReference, putAttribute, removeAttribute, removeCrossReference, setCrossReference, toString |
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyObject |
---|
getMobyId, getNamespace, setMobyId, setNamespace |
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement |
---|
getArticleName, setArticleName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GOTerm()
Method Detail |
---|
public List<? extends MobyString> getSynonym()
public void addSynonym(MobyString synonym)
public MobyString getAccession()
public void setAccession(MobyString accession)
public MobyString getName()
public void setName(MobyString name)
public MobyString getDefinition()
public void setDefinition(MobyString definition)
public MobyString getComment()
public void setComment(MobyString comment)
public MobyString getOntology()
public void setOntology(MobyString ontology)
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |