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
-
- All Implemented Interfaces:
Serializable
public class AssetManagerProperties extends SoftwareCapabilitiesProperties
AssetManagerProperties describes the properties of an external asset manager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetManagerProperties()Default constructorAssetManagerProperties(AssetManagerProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SoftwareCapabilitiesProperties
equals, getPatchLevel, getSource, getTechnicalDescription, getTechnicalName, getTypeDescription, getVersion, hashCode, setDescription, setPatchLevel, setSource, setTechnicalName, setTypeDescription, setVersion
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SupplementaryProperties
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, 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 Detail
-
AssetManagerProperties
public AssetManagerProperties()
Default constructor
-
AssetManagerProperties
public AssetManagerProperties(AssetManagerProperties template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classSoftwareCapabilitiesProperties- Returns:
- print out of variables in a JSON-style
-
-