Class MappingValueRename
java.lang.Object
org.pentaho.di.trans.steps.mapping.MappingValueRename
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setSourceValueName
(String sourceValueName) void
setTargetValueName
(String targetValueName) toString()
-
Constructor Details
-
MappingValueRename
- Parameters:
sourceValueName
-targetValueName
-
-
-
Method Details
-
clone
- Overrides:
clone
in 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.
-