Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.DuplicateProperties
-
Packages that use DuplicateProperties 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 DuplicateProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return DuplicateProperties Modifier and Type Method Description DuplicatePropertiesDuplicateElement. getDuplicateProperties()Retrieve details of the duplicate itself.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type DuplicateProperties Modifier and Type Method Description voidDuplicateElement. setDuplicateProperties(DuplicateProperties duplicateProperties)Save details of the duplicate itself -
Uses of DuplicateProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type DuplicateProperties Constructor Description DuplicateProperties(DuplicateProperties template)Copy/clone constructor
-