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

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

public interface CommunityServer
extends LogicalElement

Naming Rules:
0="parent" 1="managedSystemName"
Persistable:
true
Table Name:
COMMSVR
Display Name:
parent

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getCGIPath()
           
 java.lang.String getHTTPPath()
           
 java.lang.String getLauncher()
           
 SametimeServer getParent()
           
 java.lang.String getPath()
           
 java.lang.String getProductVersion()
           
 boolean hasCGIPath()
           
 boolean hasHTTPPath()
           
 boolean hasLauncher()
           
 boolean hasParent()
           
 boolean hasPath()
           
 boolean hasProductVersion()
           
 void setCGIPath(java.lang.String s)
           
 void setHTTPPath(java.lang.String s)
           
 void setLauncher(java.lang.String s)
           
 void setParent(SametimeServer s)
           
 void setPath(java.lang.String s)
           
 void setProductVersion(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(SametimeServer s)

getParent

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

hasParent

boolean hasParent()

setCGIPath

void setCGIPath(java.lang.String s)

getCGIPath

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

hasCGIPath

boolean hasCGIPath()

setHTTPPath

void setHTTPPath(java.lang.String s)

getHTTPPath

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

hasHTTPPath

boolean hasHTTPPath()

setLauncher

void setLauncher(java.lang.String s)

getLauncher

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

hasLauncher

boolean hasLauncher()

setPath

void setPath(java.lang.String s)

getPath

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

hasPath

boolean hasPath()

setProductVersion

void setProductVersion(java.lang.String s)

getProductVersion

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

hasProductVersion

boolean hasProductVersion()