Package org.biojava.nbio.protmod
Class ProteinModificationImpl
java.lang.Object
org.biojava.nbio.protmod.ProteinModificationImpl
- All Implemented Interfaces:
 Comparable<ProteinModification>,ProteinModification
public class ProteinModificationImpl
extends Object
implements ProteinModification, Comparable<ProteinModification>
This class contains information about a specific protein
 modification.
- Since:
 - 3.0
 - Author:
 - Jianjiong Gao
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUses Builder pattern to build a ProteinModification. - 
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ProteinModification arg0) booleangetId()inthashCode()toString() 
- 
Method Details
- 
getId
- Specified by:
 getIdin interfaceProteinModification- Returns:
 - modification id.
 
 - 
getPdbccId
- Specified by:
 getPdbccIdin interfaceProteinModification- Returns:
 - Protein Data Bank Chemical Component ID.
 
 - 
getPdbccName
- Specified by:
 getPdbccNamein interfaceProteinModification- Returns:
 - Protein Data Bank Chemical Component name.
 
 - 
getResidId
- Specified by:
 getResidIdin interfaceProteinModification- Returns:
 - RESID ID.
 
 - 
getResidName
- Specified by:
 getResidNamein interfaceProteinModification- Returns:
 - RESID name.
 
 - 
getPsimodId
- Specified by:
 getPsimodIdin interfaceProteinModification- Returns:
 - PSI-MOD ID.
 
 - 
getPsimodName
- Specified by:
 getPsimodNamein interfaceProteinModification- Returns:
 - PSI-MOD name.
 
 - 
getSystematicName
- Specified by:
 getSystematicNamein interfaceProteinModification- Returns:
 - Systematic name.
 
 - 
getDescription
- Specified by:
 getDescriptionin interfaceProteinModification- Returns:
 - Description.
 
 - 
getKeywords
- Specified by:
 getKeywordsin interfaceProteinModification- Returns:
 - a set of keywords.
 
 - 
getCondition
- Specified by:
 getConditionin interfaceProteinModification- Returns:
 ModificationCondition
 - 
getFormula
- Specified by:
 getFormulain interfaceProteinModification- Returns:
 - formula of the modified residue.
 
 - 
getCategory
- Specified by:
 getCategoryin interfaceProteinModification- Returns:
 - the modification category.
 
 - 
getOccurrenceType
- Specified by:
 getOccurrenceTypein interfaceProteinModification- Returns:
 - the modification occurrence type.
 
 - 
toString
 - 
hashCode
 - 
equals
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<ProteinModification>
 
 -