public interface Instance
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean()
Gets the bean (or bean-like-map) associated with
this instance
|
Object |
getMetadata()
Gets information about this instance.
|
void |
setMetadata(Object metadata)
Sets an object containing information about this
instance.
|
Object getBean()
Object getMetadata()
void setMetadata(Object metadata)
metadata - The possibly null metadata
to be associated with this instanceCopyright © 2009–2017 Oracle Corporation. All rights reserved.