com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereJ2EEResourceProperty

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

public interface WebSphereJ2EEResourceProperty
extends LogicalElement

Represents a WebSphere Resource Property

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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getName()
           
 WebSphereJ2EEResource getParent()
           
 boolean getRequired()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasRequired()
           
 boolean hasType()
           
 boolean hasValue()
           
 void setName(java.lang.String name)
           
 void setParent(WebSphereJ2EEResource cp)
           
 void setRequired(boolean required)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
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

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

setParent

void setParent(WebSphereJ2EEResource cp)

hasParent

boolean hasParent()

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getType

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

setType

void setType(java.lang.String type)

hasType

boolean hasType()

getValue

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

setValue

void setValue(java.lang.String value)

hasValue

boolean hasValue()

getRequired

boolean getRequired()
                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setRequired

void setRequired(boolean required)

hasRequired

boolean hasRequired()