@Metadata(virtual=true, description="Base type for all provisioneds.") public class BaseProvisioned<D extends Provisionable,C extends Container> extends BaseDeployed<D,C> implements Provisioned<D,C>
id, syntheticProperties, type
CONTAINER_FIELD, DEPLOYABLE_FIELD
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Constructor and Description |
---|
BaseProvisioned() |
Modifier and Type | Method and Description |
---|---|
int |
getOrdinal() |
void |
setOrdinal(int ordinal) |
getBoundConfigurationItems, getContainer, getDeployable, setBoundConfigurationItems, setContainer, setDeployable
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBoundConfigurationItems, getContainer, getDeployable, setBoundConfigurationItems, setContainer, setDeployable
get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
public void setOrdinal(int ordinal)
setOrdinal
in interface Provisioned<D extends Provisionable,C extends Container>
public int getOrdinal()
getOrdinal
in interface Provisioned<D extends Provisionable,C extends Container>