@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, typeCONTAINER_FIELD, DEPLOYABLE_FIELDSYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD| Constructor and Description |
|---|
BaseProvisioned() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigurationItem> |
getBoundConfigurationItems() |
int |
getOrdinal() |
void |
setBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems) |
void |
setOrdinal(int ordinal) |
getContainer, getDeployable, setContainer, setDeployablecompareTo, 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, waitgetContainer, getDeployable, setContainer, setDeployableget$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setPropertypublic void setOrdinal(int ordinal)
public void setBoundConfigurationItems(java.util.Set<ConfigurationItem> boundConfigurationItems)
public int getOrdinal()
public java.util.Set<ConfigurationItem> getBoundConfigurationItems()