abc.weaving.residues
Class ResidueBox

java.lang.Object
  extended by abc.weaving.residues.ResidueBox

public class ResidueBox
extends java.lang.Object

A box holding a residue.

Author:
Ondrej Lhotak

Constructor Summary
ResidueBox()
           
 
Method Summary
 Residue getResidue()
          Returns the residue contained in this box.
 void setResidue(Residue residue)
          Sets the residue contained in this box as given.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResidueBox

public ResidueBox()
Method Detail

setResidue

public void setResidue(Residue residue)
Sets the residue contained in this box as given.


getResidue

public Residue getResidue()
Returns the residue contained in this box.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object