java.lang.Object
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceElementHeader
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassificationEntityExtension, InstanceAuditHeader, InstanceGraph, InstanceProperties, InstancePropertyValue, InstanceType

public abstract class InstanceElementHeader extends RepositoryElementHeader
InstanceElementHeader provides a common base for all instance information from the metadata collection.
See Also:
  • Constructor Details

    • InstanceElementHeader

      public InstanceElementHeader()
      Default Constructor sets the instance to nulls
    • InstanceElementHeader

      public InstanceElementHeader(InstanceElementHeader template)
      Copy/clone constructor set values from the template
      Parameters:
      template - InstanceElementHeader to copy