@Metadata(virtual=true, inspectable=false, root=NESTED) public class BaseEmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer> extends BaseConfigurationItem implements EmbeddedDeployed<D,C>
id, syntheticProperties, typeCONTAINER_FIELD, DEPLOYABLE_FIELDSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD| Modifier | Constructor and Description |
|---|---|
|
BaseEmbeddedDeployed()
Default constructor should be public in order to be able to instantiate this.
|
protected |
BaseEmbeddedDeployed(D deployable,
C container) |
| Modifier and Type | Method and Description |
|---|---|
C |
getContainer() |
D |
getDeployable() |
void |
setContainer(C container) |
void |
setDeployable(D deployable) |
compareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitget$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertypublic BaseEmbeddedDeployed()
public D getDeployable()
getDeployable in interface EmbeddedDeployedContainer<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>Deployable CI.public void setDeployable(D deployable)
setDeployable in interface EmbeddedDeployedContainer<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>deployable - The associated Deployable CI.public C getContainer()
getContainer in interface EmbeddedDeployedContainer<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>Container.public void setContainer(C container)
setContainer in interface EmbeddedDeployedContainer<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>container - The target Container.