Class MappingValueRename

java.lang.Object
org.pentaho.di.trans.steps.mapping.MappingValueRename
All Implemented Interfaces:
Cloneable

public class MappingValueRename extends Object implements Cloneable
  • Constructor Details

    • MappingValueRename

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

    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • 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.