@Entity public class Protein extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
AMINOSEQUENCE |
static String |
ENTITY_NAME |
static String |
GENE |
static String |
ID |
static String |
MASS |
static String |
TRANSCRIPT |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Protein() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
String |
getAminoSequence()
Get the The aminoacid sequence..
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Gene |
getGene()
Get the The gene that produces this protein.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Double |
getMass()
Get the The mass of this metabolite.
|
Transcript |
getTranscript()
Get the The transcript variant that produces this protein.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAminoSequence(String aminoSequence)
Set the The aminoacid sequence..
|
void |
setGene(Gene gene)
Set the The gene that produces this protein.
|
void |
setMass(Double mass)
Set the The mass of this metabolite.
|
void |
setTranscript(Transcript transcript)
Set the The transcript variant that produces this protein.
|
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 GENE
public static final String TRANSCRIPT
public static final String AMINOSEQUENCE
public static final String MASS
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Gene getGene()
public void setGene(Gene gene)
gene - public Transcript getTranscript()
public void setTranscript(Transcript transcript)
transcript - public String getAminoSequence()
public void setAminoSequence(String aminoSequence)
aminoSequence - public Double getMass()
public void setMass(Double mass)
mass - 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.