public class PropertyPair extends Object
| Constructor and Description |
|---|
PropertyPair(String sourceProperty,
String targetProperty)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceProperty()
returns sourceProperty
|
String |
getTargetProperty()
returns targetProperty
|
void |
setSourceProperty(String sourceProperty)
sets sourceProperty
|
void |
setTargetProperty(String targetProperty)
sets targetProperty
|
public String getSourceProperty()
public void setSourceProperty(String sourceProperty)
sourceProperty - sourcePropertypublic String getTargetProperty()
public void setTargetProperty(String targetProperty)
targetProperty - targetPropertyCopyright © 2018. All rights reserved.