Class BlatResultValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<BlatResult>
ubic.gemma.model.genome.sequenceAnalysis.BlatResultValueObject
- 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.BlatResultValueObject(Long id, TaxonValueObject taxon, Integer blockCount, String blockSizes, Integer matches, Integer mismatches, Integer ns, Integer queryEnd, Integer queryGapBases, Integer queryGapCount, BioSequenceValueObject querySequence, Integer queryStart, String queryStarts, Integer repMatches, Double score, Double identity, String strand, String targetChromosomeName, String targetDatabase, Long targetEnd, Integer targetGapBases, Integer targetGapCount, Long targetStart, String targetStarts) BlatResultValueObject(BlatResult br, Double score, Double identity) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNs()getScore()getTaxon()inthashCode()voidsetBlockCount(Integer blockCount) voidsetBlockSizes(String blockSizes) voidsetIdentity(Double identity) voidsetMatches(Integer matches) voidsetMismatches(Integer mismatches) voidvoidsetQueryEnd(Integer queryEnd) voidsetQueryGapBases(Integer queryGapBases) voidsetQueryGapCount(Integer queryGapCount) voidsetQuerySequence(BioSequenceValueObject querySequence) voidsetQueryStart(Integer queryStart) voidsetQueryStarts(String queryStarts) voidsetRepMatches(Integer repMatches) voidvoidvoidsetTargetChromosomeName(String targetChromosomeName) voidsetTargetDatabase(String targetDatabase) voidsetTargetEnd(Long targetEnd) voidsetTargetGapBases(Integer targetGapBases) voidsetTargetGapCount(Integer targetGapCount) voidsetTargetStart(Long targetStart) voidsetTargetStarts(String targetStarts) voidsetTaxon(TaxonValueObject taxon) Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, getId, setId, toString
-
Constructor Details
-
BlatResultValueObject
public BlatResultValueObject()Required when using the class as a spring bean. -
BlatResultValueObject
-
BlatResultValueObject
-
BlatResultValueObject
public BlatResultValueObject(Long id, TaxonValueObject taxon, Integer blockCount, String blockSizes, Integer matches, Integer mismatches, Integer ns, Integer queryEnd, Integer queryGapBases, Integer queryGapCount, BioSequenceValueObject querySequence, Integer queryStart, String queryStarts, Integer repMatches, Double score, Double identity, String strand, String targetChromosomeName, String targetDatabase, Long targetEnd, Integer targetGapBases, Integer targetGapCount, Long targetStart, String targetStarts)
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifiableValueObject<BlatResult>
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableValueObject<BlatResult>
-
getBlockCount
-
setBlockCount
-
getBlockSizes
-
setBlockSizes
-
getIdentity
-
setIdentity
- Parameters:
identity- the identity to set (0-1)
-
getMatches
-
setMatches
-
getMismatches
-
setMismatches
-
getNs
-
setNs
-
getQueryEnd
-
setQueryEnd
-
getQueryGapBases
-
setQueryGapBases
-
getQueryGapCount
-
setQueryGapCount
-
getQuerySequence
- Returns:
- the querySequence
-
setQuerySequence
- Parameters:
querySequence- the querySequence to set
-
getQueryStart
-
setQueryStart
-
getQueryStarts
-
setQueryStarts
-
getRepMatches
-
setRepMatches
-
getScore
-
setScore
-
getStrand
-
setStrand
-
getTargetChromosomeName
-
setTargetChromosomeName
-
getTargetDatabase
-
setTargetDatabase
-
getTargetEnd
-
setTargetEnd
-
getTargetGapBases
-
setTargetGapBases
-
getTargetGapCount
-
setTargetGapCount
-
getTargetStart
-
setTargetStart
-
getTargetStarts
-
setTargetStarts
-
getTaxon
-
setTaxon
-