|
||||||||||
| 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.ngs.Flowcell
@Entity public class Flowcell
Flowcell: .
| Field Summary | |
|---|---|
static String |
FLOWCELLDIRECTION
|
static String |
FLOWCELLNAME
|
static String |
ID
|
static String |
MACHINE
|
static String |
MACHINE_MACHINENAME
|
static String |
RUN
|
static String |
RUNDATE
|
| Constructor Summary | |
|---|---|
Flowcell()
|
|
Flowcell(Flowcell copyMe)
copy constructor |
|
| Method Summary | |
|---|---|
Flowcell |
create(Tuple tuple)
|
boolean |
equals(Object obj)
|
static List<? extends Flowcell> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(Flowcell.class, org.molgenis.framework.db.QueryRule ... |
static Flowcell |
findByFlowcellName(Database db,
String flowcellName)
|
static Flowcell |
findById(Database db,
Integer id)
|
Object |
get(String name)
Generic getter. |
Vector<String> |
getFields()
|
Vector<String> |
getFields(boolean skipAutoIds)
Get the names of all public properties of Flowcell. |
String |
getFields(String sep)
Deprecated. |
String |
getFlowcellDirection()
Get the The direction used to read sequences. |
String |
getFlowcellDirection(Database db)
Deprecated. |
String |
getFlowcellDirectionLabel()
Get tha label for enum FlowcellDirection. |
List<ValueLabel> |
getFlowcellDirectionOptions()
FlowcellDirection is enum. |
String |
getFlowcellName()
Get the The unique name of a flowcell. |
String |
getFlowcellName(Database db)
Deprecated. |
Integer |
getId()
Get the automatically generated internal id, only for internal use.. |
String |
getIdField()
|
Object |
getIdValue()
|
List<String> |
getLabelFields()
|
Integer |
getMachine_Id()
|
String |
getMachine_MachineName()
Get a pretty label MachineName for cross reference Machine to Machine.Id. |
Machine |
getMachine()
Get the The machine used for sequencing. |
Machine |
getMachine(Database db)
Deprecated. |
String |
getRun()
Get the The run number always use 4 digits (with leading 0's). |
String |
getRun(Database db)
Deprecated. |
Date |
getRunDate()
Get the The date the flowcell was run on the machine.. |
Date |
getRunDate(Database db)
Deprecated. |
String |
getValues(String sep)
Deprecated. |
String |
getXrefIdFieldName(String fieldName)
|
int |
hashCode()
|
static Query<? extends Flowcell> |
query(Database db)
Shorthand for db.query(Flowcell.class). |
void |
set(Tuple tuple,
boolean strict)
|
void |
setFlowcellDirection(String flowcellDirection)
Set the The direction used to read sequences. |
void |
setFlowcellName(String flowcellName)
Set the The unique name of a flowcell. |
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use.. |
void |
setMachine_Id(Integer machine_id)
Set foreign key for field machine. |
void |
setMachine_MachineName(String machine_MachineName)
Set a pretty label for cross reference Machine to Machine.Id. |
void |
setMachine(Integer machine_id)
|
void |
setMachine(Machine machine)
Set the The machine used for sequencing. |
void |
setRun(String run)
Set the The run number always use 4 digits (with leading 0's). |
void |
setRunDate(Date runDate)
Set the The date the flowcell was run on the machine.. |
String |
toString()
|
String |
toString(boolean verbose)
|
void |
validate()
|
| Methods inherited from class org.molgenis.util.AbstractEntity |
|---|
get__Type, get__TypeLabel, get__TypeOptions, getLabelValue, getValues, isObjectRepresentation, isReadonly, set__Type, 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
public static final String FLOWCELLDIRECTION
public static final String FLOWCELLNAME
public static final String MACHINE
public static final String MACHINE_MACHINENAME
public static final String RUN
public static final String RUNDATE
| Constructor Detail |
|---|
public Flowcell()
public Flowcell(Flowcell copyMe)
throws Exception
Exception| Method Detail |
|---|
public static Query<? extends Flowcell> query(Database db)
public static List<? extends Flowcell> find(Database db,
QueryRule... rules)
throws DatabaseException
DatabaseException
public static Flowcell findById(Database db,
Integer id)
throws DatabaseException
DatabaseException
public static Flowcell findByFlowcellName(Database db,
String flowcellName)
throws DatabaseException
DatabaseExceptionpublic Integer getId()
getId in interface Autoidpublic void setId(Integer id)
setId in interface Autoidid - public String getFlowcellDirection()
@Deprecated public String getFlowcellDirection(Database db)
public void setFlowcellDirection(String flowcellDirection)
flowcellDirection - public String getFlowcellDirectionLabel()
public List<ValueLabel> getFlowcellDirectionOptions()
public String getFlowcellName()
@Deprecated public String getFlowcellName(Database db)
public void setFlowcellName(String flowcellName)
flowcellName - public Machine getMachine()
@Deprecated public Machine getMachine(Database db)
public void setMachine(Machine machine)
machine - public void setMachine_Id(Integer machine_id)
public void setMachine(Integer machine_id)
public Integer getMachine_Id()
public String getMachine_MachineName()
public void setMachine_MachineName(String machine_MachineName)
public String getRun()
@Deprecated public String getRun(Database db)
public void setRun(String run)
run - public Date getRunDate()
@Deprecated public Date getRunDate(Database db)
public void setRunDate(Date runDate)
runDate - public Object get(String name)
get in interface Entity
public void validate()
throws DatabaseException
validate in interface EntityDatabaseException
public void set(Tuple tuple,
boolean strict)
throws Exception
set in interface EntityExceptionpublic String toString()
toString in class Objectpublic String toString(boolean verbose)
public Vector<String> getFields(boolean skipAutoIds)
getFields in interface Entitypublic Vector<String> getFields()
getFields in interface Entitypublic String getIdField()
getIdField in interface Entitypublic List<String> getLabelFields()
getLabelFields in interface Entity@Deprecated public String getFields(String sep)
getFields in interface Entitypublic Object getIdValue()
getIdValue in interface Entitypublic String getXrefIdFieldName(String fieldName)
getXrefIdFieldName in interface Entity@Deprecated public String getValues(String sep)
getValues in interface EntitygetValues in class AbstractEntity
public Flowcell create(Tuple tuple)
throws Exception
create in interface EntityExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||