Class AssetManagerElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.AssetManagerElement
AssetManagerElement contains the properties and header for a software server capabilities entity retrieved from the metadata
repository that represents the asset manager that is using the Asset Manager OMAS. This element is created
in the open metadata ecosystem and does not need the metadata correlation properties that other elements that
being correlated with elements in the external asset manager needs.
-
Constructor Summary
ConstructorDescriptionDefault constructorAssetManagerElement
(AssetManagerElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the properties.Return the properties of the software server capability.int
hashCode()
Return hash code for this objectvoid
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the properties.void
setSoftwareCapabilityProperties
(SoftwareCapabilityProperties softwareCapabilityProperties) Set up the properties of the software server capability.toString()
JSON-style toString
-
Constructor Details
-
AssetManagerElement
public AssetManagerElement()Default constructor -
AssetManagerElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the properties.- Parameters:
elementHeader
- element header object
-
getSoftwareCapabilityProperties
Return the properties of the software server capability.- Returns:
- properties bean
-
setSoftwareCapabilityProperties
public void setSoftwareCapabilityProperties(SoftwareCapabilityProperties softwareCapabilityProperties) Set up the properties of the software server capability.- Parameters:
softwareCapabilityProperties
- properties bean
-
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
-