@Entity public class PanelSource extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CURRENTPANEL |
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
ID |
static java.lang.String |
NUMBEROFINDIVIDUALS |
static java.lang.String |
SELECTIONCRITERIA |
static java.lang.String |
SOURCEPANEL |
| Constructor and Description |
|---|
PanelSource() |
| 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() |
Panel |
getCurrentPanel()
Get the Panel for which these sources are defined..
|
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
java.lang.Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
java.lang.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
java.lang.Integer |
getNumberOfIndividuals()
Get the Number of individuals lifted over from this source.
|
java.lang.String |
getSelectionCriteria()
Get the Inclusion/exclusion criteria used to select these individuals from source into current panel.
|
Panel |
getSourcePanel()
Get the Source that contributed individuals to current panel.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setCurrentPanel(Panel currentPanel)
Set the Panel for which these sources are defined..
|
void |
setId(java.lang.Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setNumberOfIndividuals(java.lang.Integer numberOfIndividuals)
Set the Number of individuals lifted over from this source.
|
void |
setSelectionCriteria(java.lang.String selectionCriteria)
Set the Inclusion/exclusion criteria used to select these individuals from source into current panel.
|
void |
setSourcePanel(Panel sourcePanel)
Set the Source that contributed individuals to current panel.
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean verbose) |
getBoolean, 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 ID
public static final java.lang.String CURRENTPANEL
public static final java.lang.String SOURCEPANEL
public static final java.lang.String NUMBEROFINDIVIDUALS
public static final java.lang.String SELECTIONCRITERIA
public java.lang.String getEntityName()
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public Panel getCurrentPanel()
public void setCurrentPanel(Panel currentPanel)
currentPanel - public Panel getSourcePanel()
public void setSourcePanel(Panel sourcePanel)
sourcePanel - public java.lang.Integer getNumberOfIndividuals()
public void setNumberOfIndividuals(java.lang.Integer numberOfIndividuals)
numberOfIndividuals - public java.lang.String getSelectionCriteria()
public void setSelectionCriteria(java.lang.String selectionCriteria)
selectionCriteria - public java.lang.Object get(java.lang.String name)
public java.lang.String toString()
toString in class AbstractEntitypublic java.lang.String toString(boolean verbose)
public java.lang.Integer getIdValue()
getIdValue in interface Entitypublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface Entitypublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic void set(java.lang.String attributeName,
java.lang.Object value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.