com.collation.platform.model.topology.app.lotus
Interface SpecialityServer

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

public interface SpecialityServer
extends LogicalElement

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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getName()
           
 DominoServer getParent()
           
 java.lang.String getType()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasType()
           
 void setName(java.lang.String s)
           
 void setParent(DominoServer s)
           
 void setType(java.lang.String s)
           
 
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

setParent

void setParent(DominoServer s)

getParent

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

hasParent

boolean hasParent()

setName

void setName(java.lang.String s)

getName

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

hasName

boolean hasName()

setType

void setType(java.lang.String s)

getType

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

hasType

boolean hasType()