Version: 1.1.1

org.inb.biomoby.shared.ontology
Class ProdomMotif

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.ProdomMotif
All Implemented Interfaces:
Serializable

public class ProdomMotif
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProdomMotif()
           
 
Method Summary
 MobyString getAC()
           
 Sequence_alignment_report getAlignment()
           
 AminoAcidSequence getClosestSeq()
           
 AminoAcidSequence getConsensus()
           
 MobyString getDiameter()
           
 MobyString getID()
           
 MobyString getKeywords()
           
 MobyString getRadius()
           
 void setAC(MobyString aC)
           
 void setAlignment(Sequence_alignment_report alignment)
           
 void setClosestSeq(AminoAcidSequence closestSeq)
           
 void setConsensus(AminoAcidSequence consensus)
           
 void setDiameter(MobyString diameter)
           
 void setID(MobyString iD)
           
 void setKeywords(MobyString keywords)
           
 void setRadius(MobyString radius)
           
 
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

ProdomMotif

public ProdomMotif()
Method Detail

getAC

public MobyString getAC()

setAC

public void setAC(MobyString aC)

getID

public MobyString getID()

setID

public void setID(MobyString iD)

getKeywords

public MobyString getKeywords()

setKeywords

public void setKeywords(MobyString keywords)

getDiameter

public MobyString getDiameter()

setDiameter

public void setDiameter(MobyString diameter)

getRadius

public MobyString getRadius()

setRadius

public void setRadius(MobyString radius)

getClosestSeq

public AminoAcidSequence getClosestSeq()

setClosestSeq

public void setClosestSeq(AminoAcidSequence closestSeq)

getAlignment

public Sequence_alignment_report getAlignment()

setAlignment

public void setAlignment(Sequence_alignment_report alignment)

getConsensus

public AminoAcidSequence getConsensus()

setConsensus

public void setConsensus(AminoAcidSequence consensus)

Version: 1.1.1

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