protected class BeanProxyFor.ProxyAgent extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String proptyName) |
void |
setProperty(String proptyName,
Object value)
will consult ctorArgs:
if present and object not created -> assigns value
if all assigned create object
consuls delegate methods
-> if present and object created -> forwards value
-> if present and not ctorArgs and not created -> assigns locally
-> else fails
|
public void setProperty(String proptyName, Object value)
proptyName - value - Copyright © 2014 LSST. All rights reserved.