|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.util.AbstractEntity
org.molgenis.omx.observ.Characteristic
org.molgenis.omx.observ.ObservationTarget
@Entity public class ObservationTarget
ObservationTarget: ObservationTarget defines subjects of observation, such as Individual, Panel, Sample, etc. For instance: 'target 1' IS A 'Individual'. .
| Field Summary | |
|---|---|
static String |
ID
|
| Fields inherited from class org.molgenis.omx.observ.Characteristic |
|---|
__TYPE, DESCRIPTION, IDENTIFIER, NAME |
| Constructor Summary | |
|---|---|
ObservationTarget()
|
|
ObservationTarget(ObservationTarget copyMe)
copy constructor |
|
| Method Summary | |
|---|---|
ObservationTarget |
create(Tuple tuple)
|
boolean |
equals(Object obj)
|
static List<? extends ObservationTarget> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(ObservationTarget.class, org.molgenis.framework.db.QueryRule ... |
static ObservationTarget |
findById(Database db,
Integer id)
|
static ObservationTarget |
findByIdentifier(Database db,
String identifier)
|
Object |
get(String name)
Generic getter. |
Vector<String> |
getFields()
|
Vector<String> |
getFields(boolean skipAutoIds)
Get the names of all public properties of ObservationTarget. |
String |
getFields(String sep)
Deprecated. |
String |
getIdField()
|
Object |
getIdValue()
|
List<String> |
getLabelFields()
|
String |
getValues(String sep)
Deprecated. |
String |
getXrefIdFieldName(String fieldName)
|
int |
hashCode()
|
static Query<? extends ObservationTarget> |
query(Database db)
Shorthand for db.query(ObservationTarget.class). |
void |
set(Tuple tuple,
boolean strict)
|
String |
toString()
|
String |
toString(boolean verbose)
|
void |
validate()
|
| Methods inherited from class org.molgenis.omx.observ.Characteristic |
|---|
get__Type, get__Type, get__TypeLabel, get__TypeOptions, getDescription, getDescription, getId, getIdentifier, getIdentifier, getName, getName, getValueMrefValueCollection, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollection |
| Methods inherited from class org.molgenis.util.AbstractEntity |
|---|
getLabelValue, getValues, isObjectRepresentation, isReadonly, set, set, setReadonly, setValuesFromString, string2date |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.molgenis.util.Entity |
|---|
getLabelValue, getValues, isReadonly, set, set, setReadonly |
| Field Detail |
|---|
public static final String ID
| Constructor Detail |
|---|
public ObservationTarget()
public ObservationTarget(ObservationTarget copyMe)
throws Exception
Exception| Method Detail |
|---|
public static Query<? extends ObservationTarget> query(Database db)
public static List<? extends ObservationTarget> find(Database db,
QueryRule... rules)
throws DatabaseException
DatabaseException
public static ObservationTarget findById(Database db,
Integer id)
throws DatabaseException
DatabaseException
public static ObservationTarget findByIdentifier(Database db,
String identifier)
throws DatabaseException
DatabaseExceptionpublic Object get(String name)
get in interface Entityget in class Characteristic
public void validate()
throws DatabaseException
validate in interface Entityvalidate in class CharacteristicDatabaseException
public void set(Tuple tuple,
boolean strict)
throws Exception
set in interface Entityset in class CharacteristicExceptionpublic String toString()
toString in class Characteristicpublic String toString(boolean verbose)
toString in class Characteristicpublic Vector<String> getFields(boolean skipAutoIds)
getFields in interface EntitygetFields in class Characteristicpublic Vector<String> getFields()
getFields in interface EntitygetFields in class Characteristicpublic String getIdField()
getIdField in interface EntitygetIdField in class Characteristicpublic List<String> getLabelFields()
getLabelFields in interface EntitygetLabelFields in class Characteristic@Deprecated public String getFields(String sep)
getFields in interface EntitygetFields in class Characteristicpublic Object getIdValue()
getIdValue in interface EntitygetIdValue in class Characteristicpublic String getXrefIdFieldName(String fieldName)
getXrefIdFieldName in interface EntitygetXrefIdFieldName in class Characteristic@Deprecated public String getValues(String sep)
getValues in interface EntitygetValues in class Characteristic
public ObservationTarget create(Tuple tuple)
throws Exception
create in interface Entitycreate in class CharacteristicExceptionpublic boolean equals(Object obj)
equals in class Characteristicpublic int hashCode()
hashCode in class Characteristic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||