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 Object
clone()
boolean
equals(Object obj)
String
getSourceValueName()
String
getTargetValueName()
int
hashCode()
void
setSourceValueName(String sourceValueName)
void
setTargetValueName(String targetValueName)
String
toString()
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clone
in 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.
-
-