Version: 1.1.1

org.inb.biomoby.shared.ontology
Class FamilyBLOCKAnnotation

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

public class FamilyBLOCKAnnotation
extends MobyObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
FamilyBLOCKAnnotation()
           
 
Method Summary
 void addBlocks(BLOCKAnnotation blocks)
           
 MobyString getAC()
           
 List<? extends BLOCKAnnotation> getBlocks()
           
 MobyString getCombined_Evalue()
           
 MobyString getDescription()
           
 MobyInteger getNum_blocks()
           
 MobyString getStrand()
           
 void setAC(MobyString aC)
           
 void setCombined_Evalue(MobyString combined_Evalue)
           
 void setDescription(MobyString description)
           
 void setNum_blocks(MobyInteger num_blocks)
           
 void setStrand(MobyString strand)
           
 
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

FamilyBLOCKAnnotation

public FamilyBLOCKAnnotation()
Method Detail

getBlocks

public List<? extends BLOCKAnnotation> getBlocks()

addBlocks

public void addBlocks(BLOCKAnnotation blocks)

getAC

public MobyString getAC()

setAC

public void setAC(MobyString aC)

getStrand

public MobyString getStrand()

setStrand

public void setStrand(MobyString strand)

getCombined_Evalue

public MobyString getCombined_Evalue()

setCombined_Evalue

public void setCombined_Evalue(MobyString combined_Evalue)

getNum_blocks

public MobyInteger getNum_blocks()

setNum_blocks

public void setNum_blocks(MobyInteger num_blocks)

getDescription

public MobyString getDescription()

setDescription

public void setDescription(MobyString description)

Version: 1.1.1

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