Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.SupplementaryProperties
-
Packages that use SupplementaryProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of SupplementaryProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Subclasses of SupplementaryProperties in org.odpi.openmetadata.accessservices.assetowner.properties Modifier and Type Class Description classAssetPropertiesAssetProperties holds asset properties that are used for displaying details of an asset in summary lists or hover text.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.assetowner.properties with parameters of type SupplementaryProperties Constructor Description SupplementaryProperties(SupplementaryProperties template)Copy/clone constructor.
-