Class AssetManagerProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareCapabilitiesProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.AssetManagerProperties
AssetManagerProperties describes the properties of an external asset manager.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorAssetManagerProperties
(AssetManagerProperties template) Copy/clone constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareCapabilitiesProperties
equals, getPatchLevel, getSource, getTechnicalDescription, getTechnicalName, getTypeDescription, getVersion, hashCode, setPatchLevel, setSource, setTechnicalDescription, setTechnicalName, setTypeDescription, setVersion
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsage
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
AssetManagerProperties
public AssetManagerProperties()Default constructor -
AssetManagerProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toString
in classSoftwareCapabilitiesProperties
- Returns:
- print out of variables in a JSON-style
-