com.collation.platform.model.topology.app.db.mssql
Interface SqlServerConfig
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SqlServerConfig
- extends LogicalElement
Represents a Microsoft SQL Server configuration parameter.
- Naming Rules:
- 0="parent,configId"
- Persistable:
- true
- Table Name:
- SQLCONFIG
- Display Name:
- description
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 |
getParent
SqlServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setParent
void setParent(SqlServer parent)
hasParent
boolean hasParent()
getConfigId
int getConfigId()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConfigId
void setConfigId(int configId)
hasConfigId
boolean hasConfigId()
getValue
int getValue()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setValue
void setValue(int value)
hasValue
boolean hasValue()
getIsDynamic
boolean getIsDynamic()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIsDynamic
void setIsDynamic(boolean dynamic)
hasIsDynamic
boolean hasIsDynamic()
getIsAdvanced
boolean getIsAdvanced()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIsAdvanced
void setIsAdvanced(boolean advanced)
hasIsAdvanced
boolean hasIsAdvanced()