org.pentaho.di.trans.steps.mapping
Class MappingValueRename
java.lang.Object
org.pentaho.di.trans.steps.mapping.MappingValueRename
- All Implemented Interfaces:
- Cloneable
public class MappingValueRename
- extends Object
- implements Cloneable
MappingValueRename
public MappingValueRename(String sourceValueName,
String targetValueName)
- Parameters:
sourceValueName
- targetValueName
-
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
getTargetValueName
public String getTargetValueName()
- Returns:
- the targetValueName
setTargetValueName
public void setTargetValueName(String targetValueName)
- Parameters:
targetValueName
- the targetValueName to set