|
||||||||||
| 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.FlowcellLane
@Entity public class FlowcellLane
FlowcellLane: A FlowcellLaneSampleBarcode bundles information about a sample which is added to a lane on a flowcell..
| Field Summary | |
|---|---|
static String |
FLOWCELL
|
static String |
FLOWCELL_FLOWCELLNAME
|
static String |
FLOWCELLLANECOMMENT
|
static String |
ID
|
static String |
LANE
|
static String |
QCDRYDATE
|
static String |
QCDRYMET
|
static String |
QCDRYUSER
|
static String |
QCDRYUSER_USERNAME
|
static String |
QCWETDATE
|
static String |
QCWETMET
|
static String |
QCWETUSER
|
static String |
QCWETUSER_USERNAME
|
static String |
SAMPLE
|
static String |
SAMPLE_INTERNALID
|
| Constructor Summary | |
|---|---|
FlowcellLane()
|
|
FlowcellLane(FlowcellLane copyMe)
copy constructor |
|
| Method Summary | |
|---|---|
FlowcellLane |
create(Tuple tuple)
|
boolean |
equals(Object obj)
|
static List<? extends FlowcellLane> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(FlowcellLane.class, org.molgenis.framework.db.QueryRule ... |
static FlowcellLane |
findByFlowcellLaneSample(Database db,
Integer flowcell,
String lane,
Integer sample)
|
static FlowcellLane |
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 FlowcellLane. |
String |
getFields(String sep)
Deprecated. |
String |
getFlowcell_FlowcellName()
Get a pretty label FlowcellName for cross reference Flowcell to Flowcell.Id. |
Integer |
getFlowcell_Id()
|
Flowcell |
getFlowcell()
Get the The flowcell to which this lane belongs. |
Flowcell |
getFlowcell(Database db)
Deprecated. |
String |
getFlowcellLaneComment()
Get the Comment about the experiment.. |
String |
getFlowcellLaneComment(Database db)
Deprecated. |
Integer |
getId()
Get the automatically generated internal id, only for internal use.. |
String |
getIdField()
|
Object |
getIdValue()
|
List<String> |
getLabelFields()
|
String |
getLane()
Get the The lane number that is unique within a flow cell with a range of 1-8.. |
String |
getLane(Database db)
Deprecated. |
String |
getLaneLabel()
Get tha label for enum Lane. |
List<ValueLabel> |
getLaneOptions()
Lane is enum. |
Date |
getQcDryDate()
Get the The date the QcWetUser selected the QcWetMet value. |
Date |
getQcDryDate(Database db)
Deprecated. |
String |
getQcDryMet()
Get the Variant calling quality criteria. |
String |
getQcDryMet(Database db)
Deprecated. |
String |
getQcDryMetLabel()
Get tha label for enum QcDryMet. |
List<ValueLabel> |
getQcDryMetOptions()
QcDryMet is enum. |
Integer |
getQcDryUser_Id()
|
String |
getQcDryUser_UserName()
Get a pretty label UserName for cross reference QcDryUser to NgsUser.Id. |
NgsUser |
getQcDryUser()
Get the The user who checked if the quality score of the analysis was met. |
NgsUser |
getQcDryUser(Database db)
Deprecated. |
Date |
getQcWetDate()
Get the The date the QcWetUser selected the QcWetMet value.. |
Date |
getQcWetDate(Database db)
Deprecated. |
String |
getQcWetMet()
Get the Quality criteria of the wet lab met. |
String |
getQcWetMet(Database db)
Deprecated. |
String |
getQcWetMetLabel()
Get tha label for enum QcWetMet. |
List<ValueLabel> |
getQcWetMetOptions()
QcWetMet is enum. |
Integer |
getQcWetUser_Id()
|
String |
getQcWetUser_UserName()
Get a pretty label UserName for cross reference QcWetUser to NgsUser.Id. |
NgsUser |
getQcWetUser()
Get the The user who checked if the quality score on the wet-lab was met. |
NgsUser |
getQcWetUser(Database db)
Deprecated. |
Integer |
getSample_Id()
|
String |
getSample_InternalId()
Get a pretty label InternalId for cross reference Sample to Sample.Id. |
Sample |
getSample()
Get the Sample. |
Sample |
getSample(Database db)
Deprecated. |
String |
getValues(String sep)
Deprecated. |
String |
getXrefIdFieldName(String fieldName)
|
int |
hashCode()
|
static Query<? extends FlowcellLane> |
query(Database db)
Shorthand for db.query(FlowcellLane.class). |
void |
set(Tuple tuple,
boolean strict)
|
void |
setFlowcell_FlowcellName(String flowcell_FlowcellName)
Set a pretty label for cross reference Flowcell to Flowcell.Id. |
void |
setFlowcell_Id(Integer flowcell_id)
Set foreign key for field flowcell. |
void |
setFlowcell(Flowcell flowcell)
Set the The flowcell to which this lane belongs. |
void |
setFlowcell(Integer flowcell_id)
|
void |
setFlowcellLaneComment(String flowcellLaneComment)
Set the Comment about the experiment.. |
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use.. |
void |
setLane(String lane)
Set the The lane number that is unique within a flow cell with a range of 1-8.. |
void |
setQcDryDate(Date qcDryDate)
Set the The date the QcWetUser selected the QcWetMet value. |
void |
setQcDryMet(String qcDryMet)
Set the Variant calling quality criteria. |
void |
setQcDryUser_Id(Integer qcDryUser_id)
Set foreign key for field qcDryUser. |
void |
setQcDryUser_UserName(String qcDryUser_UserName)
Set a pretty label for cross reference QcDryUser to NgsUser.Id. |
void |
setQcDryUser(Integer qcDryUser_id)
|
void |
setQcDryUser(NgsUser qcDryUser)
Set the The user who checked if the quality score of the analysis was met. |
void |
setQcWetDate(Date qcWetDate)
Set the The date the QcWetUser selected the QcWetMet value.. |
void |
setQcWetMet(String qcWetMet)
Set the Quality criteria of the wet lab met. |
void |
setQcWetUser_Id(Integer qcWetUser_id)
Set foreign key for field qcWetUser. |
void |
setQcWetUser_UserName(String qcWetUser_UserName)
Set a pretty label for cross reference QcWetUser to NgsUser.Id. |
void |
setQcWetUser(Integer qcWetUser_id)
|
void |
setQcWetUser(NgsUser qcWetUser)
Set the The user who checked if the quality score on the wet-lab was met. |
void |
setSample_Id(Integer sample_id)
Set foreign key for field sample. |
void |
setSample_InternalId(String sample_InternalId)
Set a pretty label for cross reference Sample to Sample.Id. |
void |
setSample(Integer sample_id)
|
void |
setSample(Sample sample)
Set the Sample. |
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 FLOWCELL
public static final String FLOWCELL_FLOWCELLNAME
public static final String LANE
public static final String SAMPLE
public static final String SAMPLE_INTERNALID
public static final String FLOWCELLLANECOMMENT
public static final String QCWETMET
public static final String QCWETUSER
public static final String QCWETUSER_USERNAME
public static final String QCWETDATE
public static final String QCDRYMET
public static final String QCDRYUSER
public static final String QCDRYUSER_USERNAME
public static final String QCDRYDATE
| Constructor Detail |
|---|
public FlowcellLane()
public FlowcellLane(FlowcellLane copyMe)
throws Exception
Exception| Method Detail |
|---|
public static Query<? extends FlowcellLane> query(Database db)
public static List<? extends FlowcellLane> find(Database db,
QueryRule... rules)
throws DatabaseException
DatabaseException
public static FlowcellLane findById(Database db,
Integer id)
throws DatabaseException
DatabaseException
public static FlowcellLane findByFlowcellLaneSample(Database db,
Integer flowcell,
String lane,
Integer sample)
throws DatabaseException
DatabaseExceptionpublic Integer getId()
getId in interface Autoidpublic void setId(Integer id)
setId in interface Autoidid - public Flowcell getFlowcell()
@Deprecated public Flowcell getFlowcell(Database db)
public void setFlowcell(Flowcell flowcell)
flowcell - public void setFlowcell_Id(Integer flowcell_id)
public void setFlowcell(Integer flowcell_id)
public Integer getFlowcell_Id()
public String getFlowcell_FlowcellName()
public void setFlowcell_FlowcellName(String flowcell_FlowcellName)
public String getLane()
@Deprecated public String getLane(Database db)
public void setLane(String lane)
lane - public String getLaneLabel()
public List<ValueLabel> getLaneOptions()
public Sample getSample()
@Deprecated public Sample getSample(Database db)
public void setSample(Sample sample)
sample - public void setSample_Id(Integer sample_id)
public void setSample(Integer sample_id)
public Integer getSample_Id()
public String getSample_InternalId()
public void setSample_InternalId(String sample_InternalId)
public String getFlowcellLaneComment()
@Deprecated public String getFlowcellLaneComment(Database db)
public void setFlowcellLaneComment(String flowcellLaneComment)
flowcellLaneComment - public String getQcWetMet()
@Deprecated public String getQcWetMet(Database db)
public void setQcWetMet(String qcWetMet)
qcWetMet - public String getQcWetMetLabel()
public List<ValueLabel> getQcWetMetOptions()
public NgsUser getQcWetUser()
@Deprecated public NgsUser getQcWetUser(Database db)
public void setQcWetUser(NgsUser qcWetUser)
qcWetUser - public void setQcWetUser_Id(Integer qcWetUser_id)
public void setQcWetUser(Integer qcWetUser_id)
public Integer getQcWetUser_Id()
public String getQcWetUser_UserName()
public void setQcWetUser_UserName(String qcWetUser_UserName)
public Date getQcWetDate()
@Deprecated public Date getQcWetDate(Database db)
public void setQcWetDate(Date qcWetDate)
qcWetDate - public String getQcDryMet()
@Deprecated public String getQcDryMet(Database db)
public void setQcDryMet(String qcDryMet)
qcDryMet - public String getQcDryMetLabel()
public List<ValueLabel> getQcDryMetOptions()
public NgsUser getQcDryUser()
@Deprecated public NgsUser getQcDryUser(Database db)
public void setQcDryUser(NgsUser qcDryUser)
qcDryUser - public void setQcDryUser_Id(Integer qcDryUser_id)
public void setQcDryUser(Integer qcDryUser_id)
public Integer getQcDryUser_Id()
public String getQcDryUser_UserName()
public void setQcDryUser_UserName(String qcDryUser_UserName)
public Date getQcDryDate()
@Deprecated public Date getQcDryDate(Database db)
public void setQcDryDate(Date qcDryDate)
qcDryDate - 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 FlowcellLane 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 | |||||||||