Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.AssetProperties
-
Packages that use AssetProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of AssetProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return AssetProperties Modifier and Type Method Description AssetPropertiesAssetElement. getAssetProperties()Retrieve details of the asset itself.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type AssetProperties Modifier and Type Method Description voidAssetElement. setAssetProperties(AssetProperties assetProperties)Save details of the asset itself -
Uses of AssetProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type AssetProperties Constructor Description AssetProperties(AssetProperties template)Copy/clone constructor.
-