java.lang.Object
com.orchestranetworks.addon.dex.mapping.ApplicationMapping<SC,TC>
Specifies the configuration used to map source and target applications.
- Since:
- 2.3.0
-
Constructor Summary
ConstructorDescriptionApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication) ApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) -
Method Summary
Modifier and TypeMethodDescriptionfinal CommonApplication
Returns theCommonApplication
instance to represent the source application.final TableMappingList<SC,
TC> Returns the list of table mappings.final CommonApplication
Returns theCommonApplication
instance to represent the target application.void
setSourceApplication
(CommonApplication sourceApplication) Sets the source application.void
setTableMappings
(TableMappingList<SC, TC> tableMappings) Sets the list of table mappings.void
setTargetApplication
(CommonApplication targetApplication) Sets the target application.
-
Constructor Details
-
ApplicationMapping
public ApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication) throws DataExchangeException - Throws:
DataExchangeException
-
ApplicationMapping
public ApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) throws DataExchangeException- Throws:
DataExchangeException
-
-
Method Details
-
getSourceApplication
Returns theCommonApplication
instance to represent the source application. -
setSourceApplication
Sets the source application. -
getTargetApplication
Returns theCommonApplication
instance to represent the target application. -
setTargetApplication
Sets the target application. -
getTableMappings
Returns the list of table mappings. -
setTableMappings
Sets the list of table mappings.
-