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

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

public interface SqlServerUser
extends LogicalElement

Represents a Microsoft SQL Server user.

Naming Rules:
0="parent,name"
Persistable:
true
Table Name:
SQLUSER
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 int getGid()
           
 java.lang.String getName()
           
 SqlServer getParent()
           
 int getUid()
           
 boolean hasGid()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasUid()
           
 void setGid(int gid)
           
 void setName(java.lang.String name)
           
 void setParent(SqlServer parent)
           
 void setUid(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

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

setParent

void setParent(SqlServer parent)

hasParent

boolean hasParent()

getUid

int getUid()
           throws AttributeNotSetException
Throws:
AttributeNotSetException

setUid

void setUid(int uid)

hasUid

boolean hasUid()

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getGid

int getGid()
           throws AttributeNotSetException
Throws:
AttributeNotSetException

setGid

void setGid(int gid)

hasGid

boolean hasGid()