Class MappingValueRename

    • Constructor Detail

      • MappingValueRename

        public MappingValueRename​(String sourceValueName,
                                  String targetValueName)
        Parameters:
        sourceValueName -
        targetValueName -
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getSourceValueName

        public String getSourceValueName()
        Returns:
        the sourceValueName
      • setSourceValueName

        public void setSourceValueName​(String sourceValueName)
        Parameters:
        sourceValueName - the sourceValueName to set. If null set to empty String
      • getTargetValueName

        public String getTargetValueName()
        Returns:
        the targetValueName
      • setTargetValueName

        public void setTargetValueName​(String targetValueName)
        Parameters:
        targetValueName - the targetValueName to set. If null set to empty String.