java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.MetadataSourceProperties

public class MetadataSourceProperties extends ReferenceableProperties
MetadataSourceProperties describe the properties for a capability that is supplying profile information to the Community Profile OMAS. This entity is stored as a SoftwareCapability and its GUID and qualifiedName is passed as the externalSourceGUID and externalSourceName on the profile management requests.
  • Constructor Details

    • MetadataSourceProperties

      public MetadataSourceProperties()
      Default constructor.
    • MetadataSourceProperties

      public MetadataSourceProperties(MetadataSourceProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Return the display name for messages and UI.
      Returns:
      string name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the display name for messages and UI.
      Parameters:
      displayName - string name
    • getDescription

      public String getDescription()
      Return the description of the capability.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description of the capability.
      Parameters:
      description - string
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return the description of the type of capability this is.
      Returns:
      string description
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the description of the type of capability this is.
      Parameters:
      deployedImplementationType - string
    • getVersion

      public String getVersion()
      Return the version of the capability.
      Returns:
      version string
    • setVersion

      public void setVersion(String version)
      Set up the version string of the capability.
      Parameters:
      version - string
    • getPatchLevel

      public String getPatchLevel()
      Return the patch level of the capability.
      Returns:
      patch level string
    • setPatchLevel

      public void setPatchLevel(String patchLevel)
      Set up the patch level of the capability.
      Parameters:
      patchLevel - string
    • getSource

      public String getSource()
      Return the source of the capability implementation.
      Returns:
      string url
    • setSource

      public void setSource(String source)
      Set up the source of the capability implementation.
      Parameters:
      source - string url
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class ReferenceableProperties
      Returns:
      int hash code