com.collation.platform.model.provision.definition
Interface ApplicationDefinition
- All Superinterfaces:
- ModelObject, java.io.Serializable
public interface ApplicationDefinition
- extends ModelObject
- Naming Rules:
- 0="name,defVersion"
- Persistable:
- true
- Table Name:
- APPDEFN
- Display Name:
- name,defVersion
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 |
setName
void setName(java.lang.String s)
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasName
boolean hasName()
setDefVersion
void setDefVersion(java.lang.String s)
getDefVersion
java.lang.String getDefVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasDefVersion
boolean hasDefVersion()
setModuleDefinitions
void setModuleDefinitions(ModuleDefinition[] s)
getModuleDefinitions
ModuleDefinition[] getModuleDefinitions()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasModuleDefinitions
boolean hasModuleDefinitions()
setActions
void setActions(Action[] s)
getActions
Action[] getActions()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasActions
boolean hasActions()
setParameters
void setParameters(Parameter[] s)
getParameters
Parameter[] getParameters()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasParameters
boolean hasParameters()
setWorkflows
void setWorkflows(Workflow[] workflows)
getWorkflows
Workflow[] getWorkflows()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasWorkflows
boolean hasWorkflows()