java.lang.Object
org.odpi.openmetadata.viewservices.automatedcuration.properties.RefDataElementBase
Direct Known Subclasses:
CatalogTemplate, ResourceDescription

public class RefDataElementBase extends Object
RefDataElementBase provides the base class for an element that is defined using metadata.
  • Constructor Details

    • RefDataElementBase

      public RefDataElementBase()
      Default constructor
  • Method Details

    • getSpecification

      public Map<String,List<Map<String,String>>> getSpecification()
      Return the specification reference data for the attached element.
      Returns:
      specification (attributeName, list[propertyName, propertyValue])
    • setSpecification

      public void setSpecification(Map<String,List<Map<String,String>>> specification)
      Set up the specification reference data for the attached element.
      Parameters:
      specification - specification
    • getRelatedElement

      public ElementStub getRelatedElement()
      Return the element header associated with the technology type.
      Returns:
      element stub object
    • setRelatedElement

      public void setRelatedElement(ElementStub relatedElement)
      Set up the element header associated with the technology type.
      Parameters:
      relatedElement - element stub object
    • toString

      public String toString()
      Generate a string containing the properties.
      Overrides:
      toString in class Object
      Returns:
      string value