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
Subclasses of AssetProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties Modifier and Type Class Description classDataStorePropertiesDataStoreProperties provides the JavaBean for describing a data store.classFilePropertiesFileProperties describes the property of a single data file.classFolderPropertiesFolderProperties defines an asset that is a folder.Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type AssetProperties Constructor Description AssetProperties(AssetProperties template)Copy/clone constructor.DataStoreProperties(AssetProperties template)Copy/clone constructor.FolderProperties(AssetProperties template)Subtyping constructor.
-