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

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

public interface WebVirtualHostConfigDirective
extends ConfigDirective

A directive for a Web virtual host configuration

Naming Rules:
0="parent,name"
Persistable:
true
Table Name:
WVHCFGDIR
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.app.web.ConfigDirective
IBM_COPYRIGHT
 
Method Summary
 WebVirtualHost getParent()
           
 boolean hasParent()
           
 void setParent(WebVirtualHost parent)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.web.ConfigDirective
getModule, getName, getValue, hasModule, hasName, hasValue, setModule, setName, setValue
 
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()