public interface EnhancedInstance extends Serializable, InternalInstance
| Modifier and Type | Method and Description |
|---|---|
ManagedInstance<?> |
__enhanced__$$__getManagedInstance()
Returns the managed instance of the instance.
|
boolean |
__enhanced__$$__isInitialized()
Returns if the instance has been initialized.
|
void |
__enhanced__$$__setInitialized()
Marks the instance as initialized.
|
void |
__enhanced__$$__setManagedInstance(ManagedInstance<?> instance)
Sets the managed instance of the instance.
|
__enhanced__$$__setInternalCallManagedInstance<?> __enhanced__$$__getManagedInstance()
boolean __enhanced__$$__isInitialized()
void __enhanced__$$__setInitialized()
void __enhanced__$$__setManagedInstance(ManagedInstance<?> instance)
instance - the instance to setCopyright © 2012-2013 Batoo. All Rights Reserved.