Class ValidValueMappingElement

    • Constructor Detail

      • ValidValueMappingElement

        public ValidValueMappingElement()
        Default constructor
      • ValidValueMappingElement

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

      • getValidValueElement

        public ValidValueElement getValidValueElement()
        Return the valid value element that are mapped to the requested valid value.
        Returns:
        valid value object
      • setValidValueElement

        public void setValidValueElement​(ValidValueElement validValueElement)
        Set up the valid value elements that are mapped together.
        Parameters:
        validValueElement - valid value object
      • 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