@Metadata(virtual=true, inspectable=false, root=NESTED) public class BaseEmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer> extends BaseConfigurationItem implements EmbeddedDeployed<D,C>
id, syntheticProperties, type
CONTAINER_FIELD, DEPLOYABLE_FIELD
SYNTHETIC_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, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
public 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
.