@Entity public class PanelSource extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENTPANEL |
static String |
ENTITY_NAME |
static String |
ID |
static String |
NUMBEROFINDIVIDUALS |
static String |
SELECTIONCRITERIA |
static String |
SOURCEPANEL |
| Constructor and Description |
|---|
PanelSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Panel |
getCurrentPanel()
Get the Panel for which these sources are defined..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Integer |
getNumberOfIndividuals()
Get the Number of individuals lifted over from this source.
|
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(String attributeName,
Object value) |
void |
setCurrentPanel(Panel currentPanel)
Set the Panel for which these sources are defined..
|
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setNumberOfIndividuals(Integer numberOfIndividuals)
Set the Number of individuals lifted over from this source.
|
void |
setSelectionCriteria(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.
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, 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 ID
public static final String CURRENTPANEL
public static final String SOURCEPANEL
public static final String NUMBEROFINDIVIDUALS
public static final String SELECTIONCRITERIA
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public Panel getCurrentPanel()
public void setCurrentPanel(Panel currentPanel)
currentPanel - public Panel getSourcePanel()
public void setSourcePanel(Panel sourcePanel)
sourcePanel - public Integer getNumberOfIndividuals()
public void setNumberOfIndividuals(Integer numberOfIndividuals)
numberOfIndividuals - public String getSelectionCriteria()
public void setSelectionCriteria(String selectionCriteria)
selectionCriteria - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.