@Entity public class Panel extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
ID |
static java.lang.String |
INDIVIDUALS |
static java.lang.String |
NUMBEROFINDIVIDUALS |
static java.lang.String |
PANELTYPE |
static java.lang.String |
SPECIES |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Panel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(java.lang.String name)
Generic getter.
|
java.lang.Iterable<java.lang.String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
java.lang.Integer |
getIdValue() |
java.util.List<Individual> |
getIndividuals()
Get the The list of individuals in this panel.
|
java.util.List<java.lang.String> |
getLabelAttributeNames() |
java.lang.Integer |
getNumberOfIndividuals()
Get the .
|
OntologyTerm |
getPanelType()
Get the Indicate the type of Panel (example: Sample panel, AssayedPanel, Natural=wild type, Parental=parents of a cross, F1=First generation of cross, RCC=Recombinant congenic, CSS=chromosome substitution).
|
Species |
getSpecies()
Get the The species this panel is an instance of/part of/extracted from..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setIndividuals(java.util.List<Individual> individuals)
Set the The list of individuals in this panel.
|
void |
setNumberOfIndividuals(java.lang.Integer numberOfIndividuals)
Set the .
|
void |
setPanelType(OntologyTerm panelType)
Set the Indicate the type of Panel (example: Sample panel, AssayedPanel, Natural=wild type, Parental=parents of a cross, F1=First generation of cross, RCC=Recombinant congenic, CSS=chromosome substitution).
|
void |
setSpecies(Species species)
Set the The species this panel is an instance of/part of/extracted from..
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final java.lang.String ENTITY_NAME
public static final java.lang.String PANELTYPE
public static final java.lang.String NUMBEROFINDIVIDUALS
public static final java.lang.String SPECIES
public static final java.lang.String INDIVIDUALS
public static final java.lang.String ID
public java.lang.String getEntityName()
getEntityName in class ObservationTargetpublic OntologyTerm getPanelType()
public void setPanelType(OntologyTerm panelType)
panelType - public java.lang.Integer getNumberOfIndividuals()
public void setNumberOfIndividuals(java.lang.Integer numberOfIndividuals)
numberOfIndividuals - public Species getSpecies()
public void setSpecies(Species species)
species - public java.util.List<Individual> getIndividuals()
public void setIndividuals(java.util.List<Individual> individuals)
individuals - public java.lang.Object get(java.lang.String name)
get in interface Entityget in class ObservationTargetpublic void set(Entity entity, boolean strict)
set in interface Entityset in class ObservationTargetpublic java.lang.String toString()
toString in class ObservationTargetpublic java.lang.String toString(boolean verbose)
toString in class ObservationTargetpublic java.lang.Integer getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class ObservationTargetpublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class ObservationTargetpublic void set(java.lang.String attributeName,
java.lang.Object value)
set in interface Entityset in class ObservationTargetpublic boolean equals(java.lang.Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ObservationTargetCopyright © 2014. All Rights Reserved.