Serialized Form
initialized
boolean initialized
- Initialization flag.
configFile
java.io.File configFile
- Configuration file.
db
Database db
- The wrapped database connection.
cache
java.util.Map<K,V> cache
- A cache used by the generic getter. Its purpose is to avoid the creation of several
attribute references for the same multivalued attribute.
externalParams
java.util.Map<K,V> externalParams
- The map of external query parameters used by children attributes.
wrapped
java.lang.Object wrapped
- The wrapped object.
classInfo
ExternalObjectWrapper.ClassInfo classInfo
- Info on the wrapped object class.
getterCache
java.util.Map<K,V> getterCache
- A cache for the wrapped object getter methods.
setterCache
java.util.Map<K,V> setterCache
- A cache for the wrapped object setter methods.
entity
Entity entity
- This Instance's Entity.
localized
boolean localized
- Is there a column to localize?
db
Database db
- The main database connection.
dirtyFlags
java.util.List<E> dirtyFlags
- Keep a dirty flag per column
forbiddenUri
java.lang.String forbiddenUri
- page showing the 'forbidden' error message
configFile
java.lang.String configFile
- path to the config file.
~ooOoo~