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