java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerProperties
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGMetadataStoreProperties

public class OMAGMetadataStoreProperties extends OMAGServerProperties
OMAGMetadataStoreProperties
  • Constructor Details

    • OMAGMetadataStoreProperties

      public OMAGMetadataStoreProperties()
  • Method Details

    • getRepositoryConnector

      public OMAGConnectorProperties getRepositoryConnector()
      Return details about the connector to the server's metadata repository.
      Returns:
      connector properties
    • setRepositoryConnector

      public void setRepositoryConnector(OMAGConnectorProperties repositoryConnector)
      Set up details about the connector to the server's metadata repository.
      Parameters:
      repositoryConnector - connector properties
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class OMAGServerProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class OMAGServerProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class OMAGServerProperties
      Returns:
      int