public class ObjectInfMapping extends Object
| Constructor and Description |
|---|
ObjectInfMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
The base object of the mapping object.
|
List<ObjectInfMappingProperty> |
getProperties()
The properties to map.
|
String |
getTarget()
The target object for this mapping.
|
void |
setBase(String base)
The base object of the mapping object.
|
void |
setProperties(List<ObjectInfMappingProperty> properties)
The properties to map.
|
void |
setTarget(String target)
The target object for this mapping.
|
public String getTarget()
public void setTarget(String target)
target - The target object for this mapping.public String getBase()
public void setBase(String base)
base - The base object of the mapping object.public List<ObjectInfMappingProperty> getProperties()
public void setProperties(List<ObjectInfMappingProperty> properties)
properties - The properties to map.Copyright © 2015–2018 Bridje Framework. All rights reserved.