com.collation.platform.model.provision.definition
Interface ApplicationDeploymentPlan
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface ApplicationDeploymentPlan
- extends ModelObject
- Naming Rules:
- 0="name"
- Persistable:
- true
- Table Name:
- APPDEPL
- Display Name:
- name
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
ACTIVE
static final int ACTIVE
- See Also:
- Constant Field Values
CLOSED
static final int CLOSED
- See Also:
- Constant Field Values
setPreviousDeploymentPlan
void setPreviousDeploymentPlan(java.lang.String s)
getPreviousDeploymentPlan
java.lang.String getPreviousDeploymentPlan()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasPreviousDeploymentPlan
boolean hasPreviousDeploymentPlan()
setName
void setName(java.lang.String s)
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasName
boolean hasName()
setStatus
void setStatus(int s)
getStatus
int getStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasStatus
boolean hasStatus()
setApplicationDefinitionName
void setApplicationDefinitionName(java.lang.String s)
getApplicationDefinitionName
java.lang.String getApplicationDefinitionName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasApplicationDefinitionName
boolean hasApplicationDefinitionName()
setApplicationDefinitionVersion
void setApplicationDefinitionVersion(java.lang.String s)
getApplicationDefinitionVersion
java.lang.String getApplicationDefinitionVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasApplicationDefinitionVersion
boolean hasApplicationDefinitionVersion()
setWorkflow
void setWorkflow(Workflow workflow)
getWorkflow
Workflow getWorkflow()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasWorkflow
boolean hasWorkflow()
setWorkflowDefinition
void setWorkflowDefinition(Workflow workflow)
getWorkflowDefinition
Workflow getWorkflowDefinition()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasWorkflowDefinition
boolean hasWorkflowDefinition()
setModuleMappings
void setModuleMappings(ModuleMapping[] s)
getModuleMappings
ModuleMapping[] getModuleMappings()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasModuleMappings
boolean hasModuleMappings()