Class MappingValueRename
- java.lang.Object
-
- org.pentaho.di.trans.steps.mapping.MappingValueRename
-
-
Constructor Summary
Constructors Constructor Description MappingValueRename(String sourceValueName, String targetValueName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()booleanequals(Object obj)StringgetSourceValueName()StringgetTargetValueName()inthashCode()voidsetSourceValueName(String sourceValueName)voidsetTargetValueName(String targetValueName)StringtoString()
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
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.
-
-