Version: 1.1.1

org.inb.biomoby.shared.ontology
Class PepinfoReport

java.lang.Object
  extended by org.inb.biomoby.shared.message.AbstractMobyElement
      extended by org.inb.biomoby.shared.message.AbstractMobyObject
          extended by org.inb.biomoby.shared.message.MobyObject
              extended by org.inb.biomoby.shared.ontology.PepinfoReport
All Implemented Interfaces:
Serializable

public class PepinfoReport
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
PepinfoReport()
           
 
Method Summary
 FeatureAASequence getAliphatic()
           
 FeatureAASequence getAromatic()
           
 FeatureAASequence getCharged()
           
 FeatureAASequence getConsensus()
           
 FeatureAASequence getHydropathy_KD()
           
 FeatureAASequence getHydropathy_OHM()
           
 FeatureAASequence getNegative()
           
 FeatureAASequence getNon__polar()
           
 FeatureAASequence getPolar()
           
 FeatureAASequence getPositive()
           
 FeatureAASequence getSmall()
           
 FeatureAASequence getTiny()
           
 void setAliphatic(FeatureAASequence aliphatic)
           
 void setAromatic(FeatureAASequence aromatic)
           
 void setCharged(FeatureAASequence charged)
           
 void setConsensus(FeatureAASequence consensus)
           
 void setHydropathy_KD(FeatureAASequence hydropathy_KD)
           
 void setHydropathy_OHM(FeatureAASequence hydropathy_OHM)
           
 void setNegative(FeatureAASequence negative)
           
 void setNon__polar(FeatureAASequence non__polar)
           
 void setPolar(FeatureAASequence polar)
           
 void setPositive(FeatureAASequence positive)
           
 void setSmall(FeatureAASequence small)
           
 void setTiny(FeatureAASequence tiny)
           
 
Methods inherited from class org.inb.biomoby.shared.message.MobyObject
getAttributes, getCrossReference, putAttribute, removeAttribute, removeCrossReference, setCrossReference, toString
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyObject
getMobyId, getNamespace, setMobyId, setNamespace
 
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement
getArticleName, setArticleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PepinfoReport

public PepinfoReport()
Method Detail

getTiny

public FeatureAASequence getTiny()

setTiny

public void setTiny(FeatureAASequence tiny)

getSmall

public FeatureAASequence getSmall()

setSmall

public void setSmall(FeatureAASequence small)

getAliphatic

public FeatureAASequence getAliphatic()

setAliphatic

public void setAliphatic(FeatureAASequence aliphatic)

getAromatic

public FeatureAASequence getAromatic()

setAromatic

public void setAromatic(FeatureAASequence aromatic)

getNon__polar

public FeatureAASequence getNon__polar()

setNon__polar

public void setNon__polar(FeatureAASequence non__polar)

getPolar

public FeatureAASequence getPolar()

setPolar

public void setPolar(FeatureAASequence polar)

getCharged

public FeatureAASequence getCharged()

setCharged

public void setCharged(FeatureAASequence charged)

getPositive

public FeatureAASequence getPositive()

setPositive

public void setPositive(FeatureAASequence positive)

getNegative

public FeatureAASequence getNegative()

setNegative

public void setNegative(FeatureAASequence negative)

getHydropathy_KD

public FeatureAASequence getHydropathy_KD()

setHydropathy_KD

public void setHydropathy_KD(FeatureAASequence hydropathy_KD)

getHydropathy_OHM

public FeatureAASequence getHydropathy_OHM()

setHydropathy_OHM

public void setHydropathy_OHM(FeatureAASequence hydropathy_OHM)

getConsensus

public FeatureAASequence getConsensus()

setConsensus

public void setConsensus(FeatureAASequence consensus)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010