| 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 setpublic String getTargetValueName()
public void setTargetValueName(String targetValueName)
targetValueName - the targetValueName to set