public interface Instance
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean()
Gets the bean (or bean-like-map) associated with
this instance
|
java.lang.Object |
getMetadata()
Gets information about this instance.
|
void |
setMetadata(java.lang.Object metadata)
Sets an object containing information about this
instance.
|
java.lang.Object getBean()
java.lang.Object getMetadata()
void setMetadata(java.lang.Object metadata)
metadata
- The possibly null metadata
to be associated with this instance