|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inb.biomoby.shared.message.AbstractMobyElement org.inb.biomoby.shared.message.AbstractMobyObject org.inb.biomoby.shared.message.MobyObject org.inb.biomoby.shared.ontology.Annotation org.inb.biomoby.shared.ontology.CpGAnnotation
public class CpGAnnotation
Constructor Summary | |
---|---|
CpGAnnotation()
|
Method Summary | |
---|---|
MobyInteger |
getCpG()
|
MobyFloat |
getPercentaje()
|
MobyFloat |
getRatio()
|
MobyInteger |
getScore()
|
MobyString |
getSequence()
|
void |
setCpG(MobyInteger cpG)
|
void |
setPercentaje(MobyFloat percentaje)
|
void |
setRatio(MobyFloat ratio)
|
void |
setScore(MobyInteger score)
|
void |
setSequence(MobyString sequence)
|
Methods inherited from class org.inb.biomoby.shared.ontology.Annotation |
---|
getEnd, getStart, setEnd, setStart |
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 CpGAnnotation()
Method Detail |
---|
public MobyString getSequence()
public void setSequence(MobyString sequence)
public MobyInteger getScore()
public void setScore(MobyInteger score)
public MobyInteger getCpG()
public void setCpG(MobyInteger cpG)
public MobyFloat getPercentaje()
public void setPercentaje(MobyFloat percentaje)
public MobyFloat getRatio()
public void setRatio(MobyFloat ratio)
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |