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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 int getConfigId()
           
 boolean getIsAdvanced()
           
 boolean getIsDynamic()
           
 SqlServer getParent()
           
 int getValue()
           
 boolean hasConfigId()
           
 boolean hasIsAdvanced()
           
 boolean hasIsDynamic()
           
 boolean hasParent()
           
 boolean hasValue()
           
 void setConfigId(int configId)
           
 void setIsAdvanced(boolean advanced)
           
 void setIsDynamic(boolean dynamic)
           
 void setParent(SqlServer parent)
           
 void setValue(int 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

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