@Entity public class Individual extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
FATHER |
static String |
ID |
static String |
MOTHER |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Individual() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Individual |
getFather()
Get the Refers to the father of the individual..
|
Integer |
getIdValue() |
Collection<Panel> |
getIndividualsPanelCollection() |
List<String> |
getLabelAttributeNames() |
Individual |
getMother()
Get the Refers to the mother of the individual..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setFather(Individual father)
Set the Refers to the father of the individual..
|
void |
setIndividualsPanelCollection(Collection<Panel> collection) |
void |
setMother(Individual mother)
Set the Refers to the mother of the individual..
|
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 MOTHER
public static final String FATHER
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Individual getMother()
public void setMother(Individual mother)
mother - public Individual getFather()
public void setFather(Individual father)
father - 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 Collection<Panel> getIndividualsPanelCollection()
public void setIndividualsPanelCollection(Collection<Panel> collection)
public 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.