com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereVariable
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereVariable
- extends LogicalElement
Represents a WebSphere Variable defined for a cell, node or server
- Naming Rules:
- 0="cell,symbolicName"
1="node,symbolicName"
2="server,symbolicName"
- Persistable:
- true
- Table Name:
- WASVAR
- Display Name:
- symbolicName
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 |
getCell
WebSphereCell getCell()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setCell
void setCell(WebSphereCell cell)
hasCell
boolean hasCell()
getNode
WebSphereNode getNode()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setNode
void setNode(WebSphereNode node)
hasNode
boolean hasNode()
getServer
WebSphereServer getServer()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setServer
void setServer(WebSphereServer srv)
hasServer
boolean hasServer()
getSymbolicName
java.lang.String getSymbolicName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSymbolicName
void setSymbolicName(java.lang.String symbolicName)
hasSymbolicName
boolean hasSymbolicName()
getValue
java.lang.String getValue()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setValue
void setValue(java.lang.String value)
hasValue
boolean hasValue()