Class DeployedCapabilityElement
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DeployedCapabilityElement
- All Implemented Interfaces:
Serializable
,MetadataElement
DeployedCapabilityElement contains the properties and header for a SupportedSoftwareCapability relationship retrieved from the repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the properties from the software server supported capability relationship.Return the properties of the linked software server capability.Return the element header associated with the relationship.int
hashCode()
Return hash code for this objectvoid
setCapabilityDeploymentProperties
(CapabilityDeploymentProperties capabilityDeploymentProperties) Set up the properties from the software server supported capability relationship.void
setCapabilityElement
(SoftwareCapabilityElement capabilityElement) Set up the properties of the linked software server capability.void
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the relationship.toString()
JSON-style toString
-
Constructor Details
-
DeployedCapabilityElement
public DeployedCapabilityElement()Default constructor -
DeployedCapabilityElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the relationship.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the relationship.- Specified by:
setElementHeader
in interfaceMetadataElement
- Parameters:
elementHeader
- element header object
-
getCapabilityDeploymentProperties
Return the properties from the software server supported capability relationship.- Returns:
- properties
-
setCapabilityDeploymentProperties
public void setCapabilityDeploymentProperties(CapabilityDeploymentProperties capabilityDeploymentProperties) Set up the properties from the software server supported capability relationship.- Parameters:
capabilityDeploymentProperties
- server asset use
-
getCapabilityElement
Return the properties of the linked software server capability.- Returns:
- properties
-
setCapabilityElement
Set up the properties of the linked software server capability.- Parameters:
capabilityElement
- properties
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-