Class DataPrivacyElementHeader
java.lang.Object
org.odpi.openmetadata.accessservices.dataprivacy.properties.DataPrivacyElementHeader
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Classification
,DigitalService
,DigitalServiceDependency
,DigitalServiceDependencyGraph
DataPrivacyElementHeader provides a common base for all instance information from the access service.
It implements Serializable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor sets the properties to nullsCopy/clone constructor set values from the template -
Method Summary
-
Constructor Details
-
DataPrivacyElementHeader
public DataPrivacyElementHeader()Default Constructor sets the properties to nulls -
DataPrivacyElementHeader
Copy/clone constructor set values from the template- Parameters:
template
- object to copy
-