@Entity public class Spot extends Probe implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
GRIDX |
static String |
GRIDY |
static String |
ID |
static String |
X |
static String |
Y |
BPEND, BPSTART, CHROMOSOME, CM, MISMATCH, PROBESET, REPORTSFOR, SEQ, SYMBOL__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Spot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getGridX()
Get the Meta Row.
|
Integer |
getGridY()
Get the Meta Column.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Integer |
getX()
Get the Row.
|
Integer |
getY()
Get the Column.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setGridX(Integer gridX)
Set the Meta Row.
|
void |
setGridY(Integer gridY)
Set the Meta Column.
|
void |
setX(Integer x)
Set the Row.
|
void |
setY(Integer y)
Set the Column.
|
String |
toString() |
String |
toString(boolean verbose) |
getBpEnd, getBpStart, getChromosome, getCM, getMismatch, getProbeSet, getReportsFor, getSeq, getSymbol, setBpEnd, setBpStart, setChromosome, setCM, setMismatch, setProbeSet, setReportsFor, setSeq, setSymbolget__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String X
public static final String Y
public static final String GRIDX
public static final String GRIDY
public static final String ID
public String getEntityName()
getEntityName in class Probepublic Integer getX()
public void setX(Integer x)
x - public Integer getY()
public void setY(Integer y)
y - public Integer getGridX()
public void setGridX(Integer gridX)
gridX - public Integer getGridY()
public void setGridY(Integer gridY)
gridY - public void set(Entity entity, boolean strict)
public Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Probepublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Probepublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Probepublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ProbeCopyright © 2014. All Rights Reserved.