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 TypeMethodDescriptionboolean
getNs()
getScore()
getTaxon()
int
hashCode()
void
setBlockCount
(Integer blockCount) void
setBlockSizes
(String blockSizes) void
setIdentity
(Double identity) void
setMatches
(Integer matches) void
setMismatches
(Integer mismatches) void
void
setQueryEnd
(Integer queryEnd) void
setQueryGapBases
(Integer queryGapBases) void
setQueryGapCount
(Integer queryGapCount) void
setQuerySequence
(BioSequenceValueObject querySequence) void
setQueryStart
(Integer queryStart) void
setQueryStarts
(String queryStarts) void
setRepMatches
(Integer repMatches) void
void
void
setTargetChromosomeName
(String targetChromosomeName) void
setTargetDatabase
(String targetDatabase) void
setTargetEnd
(Long targetEnd) void
setTargetGapBases
(Integer targetGapBases) void
setTargetGapCount
(Integer targetGapCount) void
setTargetStart
(Long targetStart) void
setTargetStarts
(String targetStarts) void
setTaxon
(TaxonValueObject taxon) Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
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
-
hashCode
public int hashCode() -
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
-