@Entity public class Spot extends Probe
| Modifier and Type | Field and Description |
|---|---|
static String |
GRIDX |
static String |
GRIDY |
static String |
ID |
static String |
X |
static String |
Y |
BPEND, BPSTART, CHROMOSOME, CHROMOSOME_IDENTIFIER, CM, MISMATCH, PROBESET, PROBESET_IDENTIFIER, REPORTSFOR, REPORTSFOR_IDENTIFIER, SEQ, SYMBOL__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Spot() |
Spot(Spot copyMe)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
Spot |
create(Entity entity) |
boolean |
equals(Object obj) |
static List<? extends Spot> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(Spot.class, org.molgenis.framework.db.QueryRule ...
|
static Spot |
findById(Database db,
Integer id) |
static Spot |
findByIdentifier(Database db,
String identifier) |
static Spot |
findByXYGridXGridY(Database db,
Integer x,
Integer y,
Integer gridX,
Integer gridY) |
Object |
get(String name)
Generic getter.
|
Vector<String> |
getFields() |
Vector<String> |
getFields(boolean skipAutoIds)
Get the names of all public properties of Spot.
|
String |
getFields(String sep)
Deprecated.
|
Integer |
getGridX()
Get the Meta Row.
|
Integer |
getGridX(Database db)
Deprecated.
|
Integer |
getGridY()
Get the Meta Column.
|
Integer |
getGridY(Database db)
Deprecated.
|
String |
getIdField() |
Object |
getIdValue() |
List<String> |
getLabelFields() |
String |
getValues(String sep)
Deprecated.
|
Integer |
getX()
Get the Row.
|
Integer |
getX(Database db)
Deprecated.
|
String |
getXrefIdFieldName(String fieldName) |
Integer |
getY()
Get the Column.
|
Integer |
getY(Database db)
Deprecated.
|
int |
hashCode() |
static Query<? extends Spot> |
query(Database db)
Shorthand for db.query(Spot.class).
|
void |
set(Entity entity,
boolean strict) |
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) |
void |
validate() |
getBpEnd, getBpEnd, getBpStart, getBpStart, getChromosome_Id, getChromosome_Identifier, getChromosome, getChromosome, getCM, getCM, getMismatch, getMismatch, getProbeSet_Id, getProbeSet_Identifier, getProbeSet, getProbeSet, getReportsFor_Id, getReportsFor_Identifier, getReportsFor, getReportsFor, getSeq, getSeq, getSymbol, getSymbol, setBpEnd, setBpStart, setChromosome_Id, setChromosome_Identifier, setChromosome, setChromosome, setCM, setMismatch, setProbeSet_Id, setProbeSet_Identifier, setProbeSet, setProbeSet, setReportsFor_Id, setReportsFor_Identifier, setReportsFor, setReportsFor, setSeq, setSymbolget__Type, get__Type, get__TypeLabel, get__TypeOptions, getDescription, getDescription, getId, getIdentifier, getIdentifier, getName, getName, getValueMrefValueCollection, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetLabelValue, getValues, isObjectRepresentation, isReadonly, set, set, setReadonly, setValuesFromString, string2dateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLabelValue, getValues, isReadonly, set, set, setReadonlypublic 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 static List<? extends Spot> find(Database db, QueryRule... rules) throws DatabaseException
DatabaseExceptionpublic static Spot findById(Database db, Integer id) throws DatabaseException
DatabaseExceptionpublic static Spot findByIdentifier(Database db, String identifier) throws DatabaseException
DatabaseExceptionpublic static Spot findByXYGridXGridY(Database db, Integer x, Integer y, Integer gridX, Integer gridY) throws DatabaseException
DatabaseExceptionpublic Integer getX()
@Deprecated public Integer getX(Database db)
public void setX(Integer x)
x - public Integer getY()
@Deprecated public Integer getY(Database db)
public void setY(Integer y)
y - public Integer getGridX()
@Deprecated public Integer getGridX(Database db)
public void setGridX(Integer gridX)
gridX - public Integer getGridY()
@Deprecated public Integer getGridY(Database db)
public void setGridY(Integer gridY)
gridY - public void validate()
throws DatabaseException
validate in interface Entityvalidate in class ProbeDatabaseExceptionpublic Vector<String> getFields(boolean skipAutoIds)
public String getIdField()
getIdField in interface EntitygetIdField in class Probepublic List<String> getLabelFields()
getLabelFields in interface EntitygetLabelFields in class Probe@Deprecated public String getFields(String sep)
public Object getIdValue()
getIdValue in interface EntitygetIdValue in class Probepublic String getXrefIdFieldName(String fieldName)
getXrefIdFieldName in interface EntitygetXrefIdFieldName in class Probe@Deprecated public String getValues(String sep)
Copyright © 2013. All Rights Reserved.