@Entity public class Chromosome extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
BPLENGTH |
static String |
ENTITY_NAME |
static String |
ID |
static String |
ISAUTOSOMAL |
static String |
ORDERNR |
static String |
SPECIES |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Chromosome() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Integer |
getBpLength()
Get the Lenght of the chromsome in base pairs..
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
Boolean |
getIsAutosomal()
Get the Is 'yes' when number of chromosomes is equal in male and female individuals, i.e., if not a sex chromosome..
|
List<String> |
getLabelAttributeNames() |
Integer |
getOrderNr()
Get the .
|
OntologyTerm |
getSpecies()
Get the Reference to the species this chromosome belongs to..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setBpLength(Integer bpLength)
Set the Lenght of the chromsome in base pairs..
|
void |
setIsAutosomal(Boolean isAutosomal)
Set the Is 'yes' when number of chromosomes is equal in male and female individuals, i.e., if not a sex chromosome..
|
void |
setOrderNr(Integer orderNr)
Set the .
|
void |
setSpecies(OntologyTerm species)
Set the Reference to the species this chromosome belongs to..
|
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 ORDERNR
public static final String ISAUTOSOMAL
public static final String BPLENGTH
public static final String SPECIES
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Integer getOrderNr()
public void setOrderNr(Integer orderNr)
orderNr - public Boolean getIsAutosomal()
public void setIsAutosomal(Boolean isAutosomal)
isAutosomal - public Integer getBpLength()
public void setBpLength(Integer bpLength)
bpLength - public OntologyTerm getSpecies()
public void setSpecies(OntologyTerm species)
species - 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 © 2014. All Rights Reserved.