Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: PrimitiveBean [javadoc | source]
java.lang.Object
   org.apache.commons.digester.PrimitiveBean
A simple bean with primitive properties. At the moment only need a boolean property. Feel free to add others later.
Constructor:
 public PrimitiveBean() 
Method from org.apache.commons.digester.PrimitiveBean Summary:
getBoolean,   getSetBooleanCalled,   setBoolean,   testSetBoolean
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.PrimitiveBean Detail:
 public boolean getBoolean() 
 public boolean getSetBooleanCalled() 
 public  void setBoolean(boolean booleanValue) 
 public  void testSetBoolean(String ignored,
    boolean booleanValue)