Package ubic.gemma.model.genome
Class PhysicalLocationValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<PhysicalLocation>
ubic.gemma.model.genome.PhysicalLocationValueObject
- All Implemented Interfaces:
Serializable,Identifiable
A very simple value object to represent a physical location
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBin()getTaxon()inthashCode()voidvoidsetChromosome(String chromosome) voidsetNucleotide(Long nucleotide) voidsetNucleotideLength(Integer nucleotideLength) voidvoidsetTaxon(TaxonValueObject taxon) Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, getId, setId, toString
-
Constructor Details
-
PhysicalLocationValueObject
public PhysicalLocationValueObject() -
PhysicalLocationValueObject
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<PhysicalLocation>
-
equals
- Overrides:
equalsin classIdentifiableValueObject<PhysicalLocation>
-
getNucleotide
-
getNucleotideLength
-
getStrand
-
getBin
-
getChromosome
-
getTaxon
-
setNucleotideLength
-
setStrand
-
setBin
-
setChromosome
-
setTaxon
-
setNucleotide
-