com.collation.platform.model.topology.app.web
Interface ServerAlias

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

public interface ServerAlias
extends LogicalElement

Represents an alias name for an Web Server/Virtual Host

Naming Rules:
0="parent,alias"
Persistable:
true
Table Name:
SVRALIAS
Display Name:
alias

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getAlias()
           
 WebVirtualHost getParent()
           
 boolean hasAlias()
           
 boolean hasParent()
           
 void setAlias(java.lang.String alias)
           
 void setParent(WebVirtualHost parent)
           
 
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

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

setParent

void setParent(WebVirtualHost parent)

hasParent

boolean hasParent()

getAlias

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

setAlias

void setAlias(java.lang.String alias)

hasAlias

boolean hasAlias()