com.collation.platform.model.topology.app.lotus
Interface SametimeServer
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SametimeServer
- extends LogicalElement
- Naming Rules:
- 0="parent"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- SAMETIME
- Display Name:
- parent,path
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 |
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()
setPath
void setPath(java.lang.String s)
getPath
java.lang.String getPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasPath
boolean hasPath()
setHTTPPath
void setHTTPPath(java.lang.String s)
getHTTPPath
java.lang.String getHTTPPath()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasHTTPPath
boolean hasHTTPPath()
setLaunchMeetingCenter
void setLaunchMeetingCenter(int s)
getLaunchMeetingCenter
int getLaunchMeetingCenter()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasLaunchMeetingCenter
boolean hasLaunchMeetingCenter()
setVendorName
void setVendorName(java.lang.String s)
getVendorName
java.lang.String getVendorName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasVendorName
boolean hasVendorName()
setProductName
void setProductName(java.lang.String s)
getProductName
java.lang.String getProductName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasProductName
boolean hasProductName()
setProductVersion
void setProductVersion(java.lang.String s)
getProductVersion
java.lang.String getProductVersion()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
hasProductVersion
boolean hasProductVersion()
setCommunityServer
void setCommunityServer(CommunityServer s)
getCommunityServer
CommunityServer getCommunityServer()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
- Containment Relationship:
- true
hasCommunityServer
boolean hasCommunityServer()
setMeetingServer
void setMeetingServer(MeetingServer s)
getMeetingServer
MeetingServer getMeetingServer()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="false"
- Containment Relationship:
- true
hasMeetingServer
boolean hasMeetingServer()