public class PeptideData extends PolyPeptideData
Peptide
Modifier and Type | Field and Description |
---|---|
int |
endPosition |
static int |
MAX_POSTSEQUENCE_LENGTH |
static int |
MAX_PRESEQUENCE_LENGTH |
int |
startPosition |
MAX_ACCESSION_NUMBER_LENGTH, MAX_LSID_LENGTH, MAX_SEQUENCE_LENGTH
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
Constructor and Description |
---|
PeptideData() |
Modifier and Type | Method and Description |
---|---|
int |
getEndPosition() |
String |
getPostSequence() |
String |
getPreSequence() |
int |
getStartPosition() |
void |
setEndPosition(int endPosition) |
void |
setPostSequence(String postSequence) |
void |
setPreSequence(String preSequence) |
void |
setStartPosition(int startPosition) |
getAccessionNumber, getLsid, getObservedModifications, getSearchResult, getSequence, setAccessionNumber, setLsid, setObservedModifications, setSearchResult, setSequence
getAnnotationSet, setAnnotationSet
getDescription, getName, isRemoved, setDescription, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
public int startPosition
public int endPosition
public static final int MAX_PRESEQUENCE_LENGTH
public static final int MAX_POSTSEQUENCE_LENGTH
public PeptideData()
public int getStartPosition()
public void setStartPosition(int startPosition)
startPosition
- The startPosition to set.public int getEndPosition()
public void setEndPosition(int endPosition)
endPosition
- The endPosition to set.public String getPreSequence()
public void setPreSequence(String preSequence)
preSequence
- The preSequence to set.public String getPostSequence()
public void setPostSequence(String postSequence)
postSequence
- The postSequence to set.