@Entity public class Panel extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
INDIVIDUALS |
static String |
NUMBEROFINDIVIDUALS |
static String |
PANELTYPE |
static String |
SPECIES |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Panel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<Individual> |
getIndividuals()
Get the The list of individuals in this panel.
|
List<String> |
getLabelAttributeNames() |
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(String attributeName,
Object value) |
void |
setIndividuals(List<Individual> individuals)
Set the The list of individuals in this panel.
|
void |
setNumberOfIndividuals(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..
|
String |
toString() |
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, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String PANELTYPE
public static final String NUMBEROFINDIVIDUALS
public static final String SPECIES
public static final String INDIVIDUALS
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic OntologyTerm getPanelType()
public void setPanelType(OntologyTerm panelType)
panelType - public Integer getNumberOfIndividuals()
public void setNumberOfIndividuals(Integer numberOfIndividuals)
numberOfIndividuals - public Species getSpecies()
public void setSpecies(Species species)
species - public List<Individual> getIndividuals()
public void setIndividuals(List<Individual> individuals)
individuals - public Object get(String name)
get in interface Entityget in class ObservationTargetpublic void set(Entity entity, boolean strict)
set in interface Entityset in class ObservationTargetpublic String toString()
toString in class ObservationTargetpublic String toString(boolean verbose)
toString in class ObservationTargetpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class ObservationTargetpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class ObservationTargetpublic void set(String attributeName, Object value)
set in interface Entityset in class ObservationTargetpublic boolean equals(Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ObservationTargetCopyright © 2015. All Rights Reserved.