|
||||||||||
| 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.Sample_SampleInPool
public class Sample_SampleInPool
Sample_SampleInPool: Link table for many-to-many relationship 'Sample.SampleInPool'..
| Field Summary | |
|---|---|
static String |
AUTOID
|
static String |
SAMPLE
|
static String |
SAMPLE_INTERNALID
|
static String |
SAMPLEINPOOL
|
static String |
SAMPLEINPOOL_INTERNALID
|
| Constructor Summary | |
|---|---|
Sample_SampleInPool()
|
|
Sample_SampleInPool(Sample_SampleInPool copyMe)
copy constructor |
|
| Method Summary | |
|---|---|
Sample_SampleInPool |
create(Tuple tuple)
|
boolean |
equals(Object obj)
|
static List<? extends Sample_SampleInPool> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(Sample_SampleInPool.class, org.molgenis.framework.db.QueryRule ... |
static Sample_SampleInPool |
findByAutoid(Database db,
Integer autoid)
|
static Sample_SampleInPool |
findBySampleInPoolSample(Database db,
Integer sampleInPool,
Integer sample)
|
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 Sample_SampleInPool. |
String |
getFields(String sep)
Deprecated. |
String |
getIdField()
|
Object |
getIdValue()
|
List<String> |
getLabelFields()
|
Integer |
getSample_Id()
|
String |
getSample_InternalId()
Get a pretty label InternalId for cross reference Sample to Sample.Id. |
Sample |
getSample()
Get the . |
Sample |
getSample(Database db)
Deprecated. |
Integer |
getSampleInPool_Id()
|
String |
getSampleInPool_InternalId()
Get a pretty label InternalId for cross reference SampleInPool to Sample.Id. |
Sample |
getSampleInPool()
Get the . |
Sample |
getSampleInPool(Database db)
Deprecated. |
String |
getValues(String sep)
Deprecated. |
String |
getXrefIdFieldName(String fieldName)
|
int |
hashCode()
|
static Query<? extends Sample_SampleInPool> |
query(Database db)
Shorthand for db.query(Sample_SampleInPool.class). |
void |
set(Tuple tuple,
boolean strict)
|
void |
setAutoid(Integer autoid)
Set the automatic id field to ensure ordering of mrefs. |
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 . |
void |
setSampleInPool_Id(Integer sampleInPool_id)
Set foreign key for field sampleInPool. |
void |
setSampleInPool_InternalId(String sampleInPool_InternalId)
Set a pretty label for cross reference SampleInPool to Sample.Id. |
void |
setSampleInPool(Integer sampleInPool_id)
|
void |
setSampleInPool(Sample sampleInPool)
Set the . |
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 |
| Field Detail |
|---|
public static final String AUTOID
public static final String SAMPLEINPOOL
public static final String SAMPLEINPOOL_INTERNALID
public static final String SAMPLE
public static final String SAMPLE_INTERNALID
| Constructor Detail |
|---|
public Sample_SampleInPool()
public Sample_SampleInPool(Sample_SampleInPool copyMe)
throws Exception
Exception| Method Detail |
|---|
public static Query<? extends Sample_SampleInPool> query(Database db)
public static List<? extends Sample_SampleInPool> find(Database db,
QueryRule... rules)
throws DatabaseException
DatabaseException
public static Sample_SampleInPool findByAutoid(Database db,
Integer autoid)
throws DatabaseException
DatabaseException
public static Sample_SampleInPool findBySampleInPoolSample(Database db,
Integer sampleInPool,
Integer sample)
throws DatabaseException
DatabaseExceptionpublic Integer getAutoid()
public void setAutoid(Integer autoid)
autoid - public Sample getSampleInPool()
@Deprecated public Sample getSampleInPool(Database db)
public void setSampleInPool(Sample sampleInPool)
sampleInPool - public void setSampleInPool_Id(Integer sampleInPool_id)
public void setSampleInPool(Integer sampleInPool_id)
public Integer getSampleInPool_Id()
public String getSampleInPool_InternalId()
public void setSampleInPool_InternalId(String sampleInPool_InternalId)
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 Object get(String name)
public void validate()
throws DatabaseException
DatabaseException
public void set(Tuple tuple,
boolean strict)
throws Exception
Exceptionpublic String toString()
toString in class Objectpublic String toString(boolean verbose)
public Vector<String> getFields(boolean skipAutoIds)
public Vector<String> getFields()
public String getIdField()
public List<String> getLabelFields()
@Deprecated public String getFields(String sep)
public Object getIdValue()
public String getXrefIdFieldName(String fieldName)
@Deprecated public String getValues(String sep)
getValues in interface EntitygetValues in class AbstractEntity
public Sample_SampleInPool create(Tuple tuple)
throws Exception
Exceptionpublic 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 | |||||||||