Class ValidValuesMappingElement

    • Constructor Detail

      • ValidValuesMappingElement

        public ValidValuesMappingElement()
        Default constructor
      • ValidValuesMappingElement

        public ValidValuesMappingElement​(ValidValuesMappingElement template)
        Copy clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getValidValueElements

        public List<ValidValueElement> getValidValueElements()
        Return the valid value elements that are mapped together.
        Returns:
        list of valid value objects
      • setValidValueElements

        public void setValidValueElements​(List<ValidValueElement> validValueElements)
        Set up the valid value elements that are mapped together.
        Parameters:
        validValueElements - list of valid value objects
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ValidValuesMappingProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison