com.collation.platform.model.topology.app.db.mssql
Interface SqlServerTable

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

public interface SqlServerTable
extends LogicalElement

Represents a Microsoft SQL Server table.

Naming Rules:
0="parent,name" 1="managedSystemName"
Persistable:
true
Table Name:
SQLTABLE
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getCreationDate()
           
 java.lang.String getName()
           
 SqlServerDatabase getParent()
           
 java.lang.String getType()
           
 int getUser()
           
 boolean hasCreationDate()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasType()
           
 boolean hasUser()
           
 void setCreationDate(java.lang.String creationDate)
           
 void setName(java.lang.String name)
           
 void setParent(SqlServerDatabase parent)
           
 void setType(java.lang.String type)
           
 void setUser(int uid)
           
 
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

SqlServerDatabase getParent()
                            throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="true"

setParent

void setParent(SqlServerDatabase parent)

hasParent

boolean hasParent()

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getUser

int getUser()
            throws AttributeNotSetException
Throws:
AttributeNotSetException

setUser

void setUser(int uid)

hasUser

boolean hasUser()

getType

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

setType

void setType(java.lang.String type)

hasType

boolean hasType()

getCreationDate

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

setCreationDate

void setCreationDate(java.lang.String creationDate)

hasCreationDate

boolean hasCreationDate()