public class MappedValue extends Object
| Constructor and Description |
|---|
MappedValue(String sourceValue,
String targetValue,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
String |
getSourceValue() |
String |
getTargetValue() |
void |
setFieldName(String fieldName) |
void |
setSourceValue(String sourceValue) |
void |
setTargetValue(String targetValue) |
public String getSourceValue()
public void setSourceValue(String sourceValue)
sourceValue - the sourceValue to setpublic String getTargetValue()
public void setTargetValue(String targetValue)
targetValue - the targetValue to setpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - the fieldLabel to setCopyright © 2015. All Rights Reserved.