|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.BasicItem<HitData>
org.proteios.core.Hit
public class Hit
| Field Summary | |
|---|---|
static int |
MAX_EXTERNALID_LENGTH
|
static int |
MAX_FRACTION_ID_LENGTH
The maximum length of the fraction ID that can be stored in the database. |
static int |
MAX_SPECTRUMSTRINGID_LENGTH
|
| Methods inherited from class org.proteios.core.BasicItem |
|---|
checkPermission, equals, getDbControl, getId, getPermissions, getSessionControl, getVersion, hashCode, hasPermission, isDetached, isInDatabase, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_FRACTION_ID_LENGTH
setFractionId(String),
Constant Field Valuespublic static final int MAX_EXTERNALID_LENGTH
public static final int MAX_SPECTRUMSTRINGID_LENGTH
| Method Detail |
|---|
public static List<String> getUniqueScoreTypes(Project project,
DbControl dc)
public static List<String> getUniquePlateIds(Project project,
DbControl dc)
public static List<String> getUniqueGelIds(Project project,
DbControl dc)
public static List<String> getUniqueLocalSampleIds(Project project,
DbControl dc)
public static List<String> getUniqueFractionIds(Project project,
DbControl dc)
public static List<String> getUniquePeptideSequences(Project project,
DbControl dc)
public static List<Integer> getUniqueCharges(Project project,
DbControl dc)
public static List<String> getUniqueExternalIds(Project project,
DbControl dc)
public String getGelExternalId()
public Boolean isMicroPlate()
public void setGelExternalId(String gelExternalId)
public void setMicroPlate(Boolean microPlate)
public File getIdentificationResultFile()
public File getPeakListFile()
public void setIdentificationResultFile(File identificationResultFile)
public void setPeakListFile(File peakListFile)
public Float getRootMeanSquareError()
public Double getTotalIntensity()
public void setRootMeanSquareError(Float RMSError)
public void setTotalIntensity(Double totalIntensity)
public String getPlateId()
public String getWellPosition()
public void setPlateId(String plateId)
public void setProject(ProjectData project)
public void setWellPosition(String wellPosition)
public String getLocalSampleId()
public void setLocalSampleId(String localSampleId)
public String getFractionId()
public void setFractionId(String fractionId)
public static ItemQuery<Hit> getQuery()
public static ItemQuery<Hit> getQuery(Project project)
public boolean isUsed()
throws BaseException
BasicItem
isUsed in class BasicItem<HitData>BaseExceptionpublic Item getType()
IdentifiableItem enumeration.
public Integer getCharge()
public Float getCoverage()
public String getDescription()
public Float getExpectationValue()
public Float getExperimentalMassInDaltons()
public String getExternalId()
public Integer getMatchedPeaks()
public Float getMwInDaltons()
public Float getPi()
public ProjectData getProject()
public Float getScore()
public String getScoreType()
public Date getSearchDate()
public Integer getSpotId()
public Integer getTotalPeaks()
public Boolean isProtein()
public void setCharge(Integer charge)
public void setCoverage(Float coverage)
public void setDescription(String description)
public void setExpectationValue(Float eValue)
public void setExperimentalMassInDaltons(Float experimentalMass)
public void setExternalId(String externalId)
public void setMatchedPeaks(Integer matchedPeaks)
public void setMwInDaltons(Float mw)
public void setPi(Float pi)
public void setProject(Project project)
public void setProtein(Boolean protein)
public void setScore(Float score)
public void setScoreType(String scoreType)
public void setSearchDate(Date searchDate)
public void setSpotId(Integer spotId)
public void setTotalPeaks(Integer totalPeaks)
public Float getDeltaMassInDaltons()
public Integer getSpectrumId()
public void setDeltaMassInDaltons(Float arg0)
public void setSpectrumId(Integer arg0)
public Float getSpotXPixel()
public void setSpotXPixel(Float spotXPixel)
spotXPixel - The spotXPixel to set.public Float getSpotYPixel()
public void setSpotYPixel(Float spotYPixel)
spotYPixel - The spotYPixel to set.public Float getCombinedFDR()
public void setCombinedFDR(Float combinedFDR)
combinedFDR - The combinedFDR to set.public Boolean getPrimaryCombined()
public void setPrimaryCombined(Boolean primaryCombined)
primaryCombined - The primaryCombined to set.public Hit getFirstInCombination()
public void setFirstInCombination(Hit firstInCombination)
firstInCombination - The first hit in the combination to set, for a
combined hit.public List<Hit> getSubHitsInCombination()
public String getSpectrumStringId()
public void setSpectrumStringId(String spectrumStringId)
throws InvalidDataException
SearchResult item. The
value may be null but must not be longer than the value specified by the
spectrumStringId - The spectrumStringId to set.
InvalidDataException - If the spectrumStringId is longer than
MAX_SPECTRUMSTRINGID_LENGTHpublic Float getRetentionTimeInMinutes()
public void setRetentionTimeInMinutes(Float retentionTimeInMinutes)
retentionTimeInMinutes - The retentionTimeInMinutes to set.public Float getPrecursorQuantity()
public void setPrecursorQuantity(Float precursorQuantity)
precursorQuantity - The precursorQuantity to set.public Feature getFeature()
public void setFeature(Feature feature)
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||