com.collation.platform.model.topology.app
Interface AppDescriptor

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

public interface AppDescriptor
extends LogicalElement

Represents a configuration file residing on a file system.

Naming Rules:
0="server,content"
Persistable:
true
Table Name:
APPDESCR
Display Name:
content

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 LogicalContent getContent()
           
 AppServer getServer()
           
 boolean hasContent()
           
 boolean hasServer()
           
 void setContent(LogicalContent content)
           
 void setServer(AppServer 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
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getServer

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

setServer

void setServer(AppServer parent)

hasServer

boolean hasServer()

getContent

LogicalContent getContent()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="false"

setContent

void setContent(LogicalContent content)

hasContent

boolean hasContent()