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