com.collation.platform.model.topology.app.db.sybase
Interface SybaseSegment

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

public interface SybaseSegment
extends LogicalElement

Represents a Sybase segment.

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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 SybaseDevice[] getDevices()
           
 java.lang.String getName()
           
 SybaseDatabase getParent()
           
 long getSize()
           
 boolean hasDevices()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasSize()
           
 void setDevices(SybaseDevice[] devs)
           
 void setName(java.lang.String name)
           
 void setParent(SybaseDatabase parent)
           
 void setSize(long size)
           
 
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

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

setParent

void setParent(SybaseDatabase parent)

hasParent

boolean hasParent()

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getSize

long getSize()
             throws AttributeNotSetException
Throws:
AttributeNotSetException

setSize

void setSize(long size)

hasSize

boolean hasSize()

getDevices

SybaseDevice[] getDevices()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Uses" reverse="false"

setDevices

void setDevices(SybaseDevice[] devs)

hasDevices

boolean hasDevices()