com.collation.platform.model.provision.definition
Interface PackageDefinition

All Superinterfaces:
ModelObject, java.io.Serializable

public interface PackageDefinition
extends ModelObject

Naming Rules:
0="name,defVersion"
Persistable:
true
Table Name:
PACKDEFN
Display Name:
name,defVersion

Method Summary
 Action[] getActions()
           
 java.lang.String getDefVersion()
           
 FileLocation getFileLocation()
           
 java.lang.String getName()
           
 Parameter[] getParameters()
           
 java.lang.String getType()
           
 boolean hasActions()
           
 boolean hasDefVersion()
           
 boolean hasFileLocation()
           
 boolean hasName()
           
 boolean hasParameters()
           
 boolean hasType()
           
 void setActions(Action[] s)
           
 void setDefVersion(java.lang.String s)
           
 void setFileLocation(FileLocation fl)
           
 void setName(java.lang.String s)
           
 void setParameters(Parameter[] s)
           
 void setType(java.lang.String s)
           
 
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
 

Method Detail

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()

setType

void setType(java.lang.String s)

getType

java.lang.String getType()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException

hasType

boolean hasType()

setFileLocation

void setFileLocation(FileLocation fl)

getFileLocation

FileLocation getFileLocation()
                             throws AttributeNotSetException
Throws:
AttributeNotSetException

hasFileLocation

boolean hasFileLocation()

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()