Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: BetaBean [javadoc | source]
java.lang.Object
   org.apache.commons.digester.BetaBean

All Implemented Interfaces:
    Nameable

Constructor:
 public BetaBean() 
Method from org.apache.commons.digester.BetaBean Summary:
getChild,   getName,   getParent,   setChild,   setName,   setParent,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.BetaBean Detail:
 public Nameable getChild() 
 public String getName() 
 public Nameable getParent() 
 public  void setChild(Nameable child) 
 public  void setName(String name) 
 public  void setParent(Nameable parent) 
 public String toString()