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