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
ConstructorsConstructorDescriptionDefault constructorAssetManagerElement(AssetManagerElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeaderReturn the element header associated with the properties.org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityPropertiesReturn the properties of the software server capability.inthashCode()Return hash code for this objectvoidsetElementHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader elementHeader) Set up the element header associated with the properties.voidsetSoftwareCapabilityProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.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
public org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader getElementHeader()Return the element header associated with the properties.- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementHeader elementHeader) Set up the element header associated with the properties.- Parameters:
elementHeader- element header object
-
getSoftwareCapabilityProperties
public org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityProperties getSoftwareCapabilityProperties()Return the properties of the software server capability.- Returns:
- properties bean
-
setSoftwareCapabilityProperties
public void setSoftwareCapabilityProperties(org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.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
-