com.collation.platform.model.topology.app.web.iis
Interface IIsParameter

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface IIsParameter
extends LogicalElement

Represents an IIS Parameter.

Naming Rules:
0="path,name"
Persistable:
true
Table Name:
IISPARAMETER
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPath()
           
 java.lang.String getValue()
           
 boolean hasName()
           
 boolean hasPath()
           
 boolean hasValue()
           
 void setName(java.lang.String name)
           
 void setPath(java.lang.String path)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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

setPath

void setPath(java.lang.String path)

getPath

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

hasPath

boolean hasPath()

setName

void setName(java.lang.String name)

getName

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

hasName

boolean hasName()

setValue

void setValue(java.lang.String value)

getValue

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

hasValue

boolean hasValue()