public class ObjectInfMappingProperty extends Object
| Constructor and Description |
|---|
ObjectInfMappingProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
The source property.
|
String |
getTarget()
The target property.
|
String |
getType()
The type of the property.
|
void |
setSource(String source)
The source property.
|
void |
setTarget(String target)
The target property.
|
void |
setType(String type)
The type of the property.
|
public String getSource()
public void setSource(String source)
source - The source property.public String getTarget()
public void setTarget(String target)
target - The target property.public String getType()
public void setType(String type)
type - The type of the property.Copyright © 2015–2018 Bridje Framework. All rights reserved.