| Constructor and Description |
|---|
MappingValueRename(String sourceValueName,
String targetValueName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getSourceValueName() |
String |
getTargetValueName() |
int |
hashCode() |
void |
setSourceValueName(String sourceValueName) |
void |
setTargetValueName(String targetValueName) |
String |
toString() |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String getSourceValueName()
public void setSourceValueName(String sourceValueName)
sourceValueName - the sourceValueName to set. If null set to empty Stringpublic String getTargetValueName()
public void setTargetValueName(String targetValueName)
targetValueName - the targetValueName to set. If null set to empty String.