com.collation.platform.model.topology.sys
Interface ProcessFileSystemMapping

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

public interface ProcessFileSystemMapping
extends LogicalElement

Naming Rules:
0="parent,fileSystem"
Persistable:
true
Table Name:
PROCFSMAP
Display Name:
parent,fileSystem

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 FileSystem getFileSystem()
           
 RuntimeProcess getParent()
           
 boolean hasFileSystem()
           
 boolean hasParent()
           
 void setFileSystem(FileSystem fs)
           
 void setParent(RuntimeProcess 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

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

setParent

void setParent(RuntimeProcess parent)

hasParent

boolean hasParent()

getFileSystem

FileSystem getFileSystem()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Uses" reverse="false"

setFileSystem

void setFileSystem(FileSystem fs)

hasFileSystem

boolean hasFileSystem()