Version: 1.1.1

org.inb.biomoby.shared.ontology
Class PrositeMotif

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

public class PrositeMotif
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
PrositeMotif()
           
 
Method Summary
 MobyString getAC()
           
 MobyString getCC()
           
 MobyString getDate()
           
 MobyString getDescription()
           
 MobyString getDoc()
           
 MobyString getID()
           
 MotifMatrix getMatrix()
           
 Pattern getPattern()
           
 Rules getRules()
           
 void setAC(MobyString aC)
           
 void setCC(MobyString cC)
           
 void setDate(MobyString date)
           
 void setDescription(MobyString description)
           
 void setDoc(MobyString doc)
           
 void setID(MobyString iD)
           
 void setMatrix(MotifMatrix matrix)
           
 void setPattern(Pattern pattern)
           
 void setRules(Rules rules)
           
 
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

PrositeMotif

public PrositeMotif()
Method Detail

getAC

public MobyString getAC()

setAC

public void setAC(MobyString aC)

getID

public MobyString getID()

setID

public void setID(MobyString iD)

getDate

public MobyString getDate()

setDate

public void setDate(MobyString date)

getDescription

public MobyString getDescription()

setDescription

public void setDescription(MobyString description)

getCC

public MobyString getCC()

setCC

public void setCC(MobyString cC)

getPattern

public Pattern getPattern()

setPattern

public void setPattern(Pattern pattern)

getRules

public Rules getRules()

setRules

public void setRules(Rules rules)

getMatrix

public MotifMatrix getMatrix()

setMatrix

public void setMatrix(MotifMatrix matrix)

getDoc

public MobyString getDoc()

setDoc

public void setDoc(MobyString doc)

Version: 1.1.1

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