public class Marker_ReportsFor extends AbstractEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOID |
static String |
MARKER |
static String |
MARKER_IDENTIFIER |
static String |
REPORTSFOR |
static String |
REPORTSFOR_IDENTIFIER |
| Constructor and Description |
|---|
Marker_ReportsFor() |
Marker_ReportsFor(Marker_ReportsFor copyMe)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
Marker_ReportsFor |
create(Entity entity) |
boolean |
equals(Object obj) |
static List<? extends Marker_ReportsFor> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(Marker_ReportsFor.class, org.molgenis.framework.db.QueryRule ...
|
static Marker_ReportsFor |
findByAutoid(Database db,
Integer autoid) |
static Marker_ReportsFor |
findByReportsForMarker(Database db,
Integer reportsFor,
Integer marker) |
Object |
get(String name)
Generic getter.
|
Integer |
getAutoid()
Get the automatic id field to ensure ordering of mrefs.
|
Vector<String> |
getFields() |
Vector<String> |
getFields(boolean skipAutoIds)
Get the names of all public properties of Marker_ReportsFor.
|
String |
getFields(String sep)
Deprecated.
|
String |
getIdField() |
Object |
getIdValue() |
List<String> |
getLabelFields() |
Integer |
getMarker_Id() |
String |
getMarker_Identifier()
Get a pretty label Identifier for cross reference Marker to Marker.Id.
|
Marker |
getMarker()
Get the .
|
Marker |
getMarker(Database db)
Deprecated.
|
Integer |
getReportsFor_Id() |
String |
getReportsFor_Identifier()
Get a pretty label Identifier for cross reference ReportsFor to Marker.Id.
|
Marker |
getReportsFor()
Get the .
|
Marker |
getReportsFor(Database db)
Deprecated.
|
String |
getValues(String sep)
Deprecated.
|
String |
getXrefIdFieldName(String fieldName) |
int |
hashCode() |
static Query<? extends Marker_ReportsFor> |
query(Database db)
Shorthand for db.query(Marker_ReportsFor.class).
|
void |
set(Entity entity,
boolean strict) |
void |
setAutoid(Integer autoid)
Set the automatic id field to ensure ordering of mrefs.
|
void |
setMarker_Id(Integer marker_id)
Set foreign key for field marker.
|
void |
setMarker_Identifier(String marker_Identifier)
Set a pretty label for cross reference Marker to Marker.Id.
|
void |
setMarker(Integer marker_id) |
void |
setMarker(Marker marker)
Set the .
|
void |
setReportsFor_Id(Integer reportsFor_id)
Set foreign key for field reportsFor.
|
void |
setReportsFor_Identifier(String reportsFor_Identifier)
Set a pretty label for cross reference ReportsFor to Marker.Id.
|
void |
setReportsFor(Integer reportsFor_id) |
void |
setReportsFor(Marker reportsFor)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
void |
validate() |
get__Type, get__TypeLabel, get__TypeOptions, getLabelValue, getValues, isObjectRepresentation, isReadonly, set__Type, set, set, setReadonly, setValuesFromString, string2datepublic static final String AUTOID
public static final String REPORTSFOR
public static final String REPORTSFOR_IDENTIFIER
public static final String MARKER
public static final String MARKER_IDENTIFIER
public Marker_ReportsFor()
public Marker_ReportsFor(Marker_ReportsFor copyMe) throws Exception
Exceptionpublic static Query<? extends Marker_ReportsFor> query(Database db)
public static List<? extends Marker_ReportsFor> find(Database db, QueryRule... rules) throws DatabaseException
DatabaseExceptionpublic static Marker_ReportsFor findByAutoid(Database db, Integer autoid) throws DatabaseException
DatabaseExceptionpublic static Marker_ReportsFor findByReportsForMarker(Database db, Integer reportsFor, Integer marker) throws DatabaseException
DatabaseExceptionpublic Integer getAutoid()
public void setAutoid(Integer autoid)
autoid - public Marker getReportsFor()
@Deprecated public Marker getReportsFor(Database db)
public void setReportsFor(Marker reportsFor)
reportsFor - public void setReportsFor_Id(Integer reportsFor_id)
public void setReportsFor(Integer reportsFor_id)
public Integer getReportsFor_Id()
public String getReportsFor_Identifier()
public void setReportsFor_Identifier(String reportsFor_Identifier)
public Marker getMarker()
@Deprecated public Marker getMarker(Database db)
public void setMarker(Marker marker)
marker - public void setMarker_Id(Integer marker_id)
public void setMarker(Integer marker_id)
public Integer getMarker_Id()
public String getMarker_Identifier()
public void setMarker_Identifier(String marker_Identifier)
public void validate()
throws DatabaseException
DatabaseExceptionpublic String toString(boolean verbose)
public Vector<String> getFields(boolean skipAutoIds)
public String getIdField()
@Deprecated public String getFields(String sep)
public Object getIdValue()
@Deprecated public String getValues(String sep)
getValues in interface EntitygetValues in class AbstractEntitypublic Marker_ReportsFor create(Entity entity) throws Exception
ExceptionCopyright © 2013. All Rights Reserved.