Class MappingValueRename
java.lang.Object
org.pentaho.di.trans.steps.mapping.MappingValueRename
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetSourceValueName(String sourceValueName) voidsetTargetValueName(String targetValueName) toString()
-
Constructor Details
-
MappingValueRename
- Parameters:
sourceValueName-targetValueName-
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-
equals
-
hashCode
public int hashCode() -
getSourceValueName
- Returns:
- the sourceValueName
-
setSourceValueName
- Parameters:
sourceValueName- the sourceValueName to set. If null set to empty String
-
getTargetValueName
- Returns:
- the targetValueName
-
setTargetValueName
- Parameters:
targetValueName- the targetValueName to set. If null set to empty String.
-