public class MappedValue extends Object
| Constructor and Description |
|---|
MappedValue(String sourceValue,
String targetValue,
String fieldLabel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldLabel() |
String |
getSourceValue() |
String |
getTargetValue() |
void |
setFieldLabel(String fieldLabel) |
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 getFieldLabel()
public void setFieldLabel(String fieldLabel)
fieldLabel - the fieldLabel to setCopyright © 2014. All Rights Reserved.