Class RepositoryDiag

  • All Implemented Interfaces:
    Serializable

    public class RepositoryDiag
    extends Object
    implements Serializable
    DTO that contains repository run-time configuration and diagnostic information. All information contained in this class are meant for information purposes only. They are not meant to be used by a machine or algorithm, they are meant to be displayed to a human user.
    Author:
    Radovan Semancik
    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryDiag

        public RepositoryDiag()
    • Method Detail

      • getImplementationShortName

        public String getImplementationShortName()
      • setImplementationShortName

        public void setImplementationShortName​(String implementationShortName)
      • getImplementationDescription

        public String getImplementationDescription()
      • setImplementationDescription

        public void setImplementationDescription​(String implementationDescription)
      • isEmbedded

        public boolean isEmbedded()
      • setEmbedded

        public void setEmbedded​(boolean isEmbedded)
      • getDriverShortName

        public String getDriverShortName()
      • setDriverShortName

        public void setDriverShortName​(String driverShortName)
      • getDriverVersion

        public String getDriverVersion()
      • setDriverVersion

        public void setDriverVersion​(String driverVersion)
      • getRepositoryUrl

        public String getRepositoryUrl()
      • setRepositoryUrl

        public void setRepositoryUrl​(String repositoryUrl)
      • setAdditionalDetails

        public void setAdditionalDetails​(List<LabeledString> additionalDetails)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object