public class BinaryResultProbe extends Object
| Constructor and Description |
|---|
BinaryResultProbe() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearMetaData() |
String |
getAnnotation() |
byte |
getChr() |
int |
getId() |
int |
getMidpoint() |
String |
getName() |
int |
getStart() |
int |
getStop() |
void |
setAnnotation(String annotation) |
void |
setChr(byte chr) |
void |
setId(int id) |
void |
setMidpoint(int midpoint) |
void |
setName(String name) |
void |
setStart(int start) |
void |
setStop(int stop) |
public int getId()
public String getName()
public int getStart()
public int getStop()
public byte getChr()
public int getMidpoint()
public String getAnnotation()
public void setId(int id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setStart(int start)
start - the start to setpublic void setStop(int stop)
stop - the stop to setpublic void setChr(byte chr)
chr - the chr to setpublic void setMidpoint(int midpoint)
midpoint - the midpoint to setpublic void setAnnotation(String annotation)
annotation - the annotation to setpublic void clearMetaData()
Copyright © 2015. All Rights Reserved.