|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.apache.commons.beanutils |
| Class org.apache.commons.beanutils.BasicDynaBean implements Serializable |
| Serialized Fields |
DynaClass dynaClass
DynaClass "base class" that this DynaBean
is associated with.
java.util.HashMap values
| Class org.apache.commons.beanutils.BasicDynaClass implements Serializable |
| Serialized Fields |
java.lang.Object[] constructorValues
java.lang.Class dynaBeanClass
DynaBean implementation class we will use for
creating new instances.
java.lang.String name
DynaProperty[] properties
java.util.HashMap propertiesMap
properties list.
| Class org.apache.commons.beanutils.BeanComparator implements Serializable |
| Serialized Fields |
java.lang.String property
java.util.Comparator comparator
| Class org.apache.commons.beanutils.ConversionException implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
ConversionException, compatible with
JDK 1.4's extensions to java.lang.Throwable.
| Class org.apache.commons.beanutils.DynaProperty implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.StreamCorruptedException - when the stream data values are outside expected range
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
| Serialized Fields |
java.lang.String name
| Class org.apache.commons.beanutils.RowSetDynaClass implements Serializable |
| Serialized Fields |
boolean lowerCase
Flag defining whether column names should be lower cased when converted to property names.
DynaProperty[] properties
The set of dynamic properties that are part of this
DynaClass.
java.util.Map propertiesMap
The set of dynamic properties that are part of this
DynaClass, keyed by the property name. Individual descriptor
instances will be the same instances as those in the
properties list.
java.util.List rows
The list of DynaBeans representing the contents of
the original ResultSet on which this
RowSetDynaClass was based.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||