Package ubic.gemma.model.genome.gene
Class GeneProductValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<GeneProduct>
ubic.gemma.model.genome.gene.GeneProductValueObject
- All Implemented Interfaces:
Serializable
,Identifiable
- Author:
- paul
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean.GeneProductValueObject
(GeneProduct entity) Populates the VO properties with values from the given entity. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.void
setChromosome
(String chromosome) void
void
void
void
setNucleotideEnd
(Long nucleotideEnd) Deprecated.void
setNucleotideStart
(Long nucleotideStart) void
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
-
Constructor Details
-
GeneProductValueObject
public GeneProductValueObject()Required when using the class as a spring bean. -
GeneProductValueObject
-
GeneProductValueObject
Populates the VO properties with values from the given entity. Checks that physicalLocation is not-null before accessing its properties.- Parameters:
entity
- the GeneProduct to load the values from.
-
-
Method Details
-
getChromosome
-
setChromosome
-
getGeneId
-
setGeneId
-
getName
-
setName
-
getNcbiId
-
setNcbiId
-
getNucleotideEnd
Deprecated. -
setNucleotideEnd
Deprecated. -
getNucleotideStart
-
setNucleotideStart
-
getStrand
-
setStrand
-