public class DblParamSetPersistenceDelegate
extends java.beans.PersistenceDelegate
| Constructor and Description |
|---|
DblParamSetPersistenceDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initialize(java.lang.Class type,
java.lang.Object oldInstance,
java.lang.Object newInstance,
java.beans.Encoder out) |
protected java.beans.Expression |
instantiate(java.lang.Object oldInstance,
java.beans.Encoder out)
Instantiates an appropriate new instance which can be initialized using public methods.
|
protected void initialize(java.lang.Class type,
java.lang.Object oldInstance,
java.lang.Object newInstance,
java.beans.Encoder out)
initialize in class java.beans.PersistenceDelegateprotected java.beans.Expression instantiate(java.lang.Object oldInstance,
java.beans.Encoder out)
instantiate in class java.beans.PersistenceDelegateCopyright © 2011, 2013. Daniel P. Dougherty