DynaClass dynaClass
DynaClass "base class" that this DynaBean
is associated with.java.util.HashMap<K extends java.lang.Object,V extends java.lang.Object> values
java.lang.Object[] constructorValues
java.lang.Class<T extends java.lang.Object> dynaBeanClass
DynaBean implementation class we will use for
creating new instances.java.lang.String name
DynaProperty[] properties
java.util.HashMap<K extends java.lang.Object,V extends java.lang.Object> propertiesMap
properties list.java.util.Comparator<T extends java.lang.Object> comparator
java.lang.String property
java.lang.Throwable cause
ConversionException, compatible with
JDK 1.4's extensions to java.lang.Throwable.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 rangejava.io.IOExceptionjava.lang.ClassNotFoundExceptionprivate void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionjava.lang.String name
MutableDynaClass dynaClass
MutableDynaClass "base class" that this DynaBean
is associated with.java.util.Map<K extends java.lang.Object,V extends java.lang.Object> values
MutableDynaClass "base class" that this DynaBean
is associated with.boolean restricted
boolean returnNull
Controls whether the getDynaProperty() method returns
null if a property doesn't exist - or creates a new one.
Default is false.
java.lang.Class<T extends java.lang.Object> elementDynaBeanType
DynaClass elementDynaClass
java.lang.Class<T extends java.lang.Object> elementType
java.lang.String name
getName() method of java.lang.Class).boolean restricted
boolean returnNull
Controls whether the getDynaProperty() method returns
null if a property doesn't exist - or creates a new one.
Default is false.
java.sql.ResultSet resultSet
The ResultSet we are wrapping.
int limit
Limits the size of the returned list. The call to
getRows() will return at most limit number of rows.
If less than or equal to 0, does not limit the size of the result.
java.util.List<E extends java.lang.Object> rows
The list of DynaBeans representing the contents of
the original ResultSet on which this
RowSetDynaClass was based.
java.lang.Object instance
Copyright (c) 2000-2008 - Apache Software Foundation