org.fhcrc.cpl.viewer.amt
Class AmtMatchedProtein.AmtMatchedPeptide

java.lang.Object
  extended by org.fhcrc.cpl.viewer.amt.AmtMatchedProtein.AmtMatchedPeptide
Enclosing class:
AmtMatchedProtein

public static class AmtMatchedProtein.AmtMatchedPeptide
extends java.lang.Object


Field Summary
protected  float intensity
           
protected  java.lang.String sequence
           
protected  boolean uniqueThisProtein
           
 
Constructor Summary
AmtMatchedProtein.AmtMatchedPeptide(java.lang.String sequence, float intensity, boolean uniqueThisProtein)
           
 
Method Summary
 float getIntensity()
           
 java.lang.String getSequence()
           
 boolean isUniqueThisProtein()
           
 java.lang.String oldToString()
           
 void setIntensity(float intensity)
           
 void setSequence(java.lang.String sequence)
           
 void setUniqueThisProtein(boolean uniqueThisProtein)
           
 java.lang.String toString(java.lang.String proteinId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequence

protected java.lang.String sequence

intensity

protected float intensity

uniqueThisProtein

protected boolean uniqueThisProtein
Constructor Detail

AmtMatchedProtein.AmtMatchedPeptide

public AmtMatchedProtein.AmtMatchedPeptide(java.lang.String sequence,
                                           float intensity,
                                           boolean uniqueThisProtein)
Method Detail

toString

public java.lang.String toString(java.lang.String proteinId)

oldToString

public java.lang.String oldToString()

getSequence

public java.lang.String getSequence()

setSequence

public void setSequence(java.lang.String sequence)

getIntensity

public float getIntensity()

setIntensity

public void setIntensity(float intensity)

isUniqueThisProtein

public boolean isUniqueThisProtein()

setUniqueThisProtein

public void setUniqueThisProtein(boolean uniqueThisProtein)


Fred Hutchinson Cancer Research Center