Class ValidValuesMappingProperties

    • Constructor Detail

      • ValidValuesMappingProperties

        public ValidValuesMappingProperties()
        Default constructor
      • ValidValuesMappingProperties

        public ValidValuesMappingProperties​(ValidValuesMappingProperties template)
        Copy/clone constructor. Note, this is a deep copy
        Parameters:
        template - object to copy
    • Method Detail

      • getAssociationDescription

        public String getAssociationDescription()
        Returns the short description of the type of association.
        Returns:
        String text
      • setAssociationDescription

        public void setAssociationDescription​(String associationDescription)
        Set up the short description of the type of association.
        Parameters:
        associationDescription - String text
      • getConfidence

        public int getConfidence()
        Return the confidence level (0-100) that the mapping is correct.
        Returns:
        int
      • setConfidence

        public void setConfidence​(int confidence)
        Set up the confidence level (0-100) that the mapping is correct.
        Parameters:
        confidence - int
      • getSteward

        public String getSteward()
        Returns the id of the steward responsible for the mapping.
        Returns:
        String id
      • setSteward

        public void setSteward​(String steward)
        Set up the the id of the steward responsible for the mapping.
        Parameters:
        steward - String id
      • getNotes

        public String getNotes()
        Return the additional values associated with the symbolic name.
        Returns:
        string text
      • setNotes

        public void setNotes​(String notes)
        Set up the additional values associated with the symbolic name.
        Parameters:
        notes - string text
      • toString

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

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