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
ConstructorsConstructorDescriptionApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication) ApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) -
Method Summary
Modifier and TypeMethodDescriptionfinal CommonApplicationReturns theCommonApplicationinstance to represent the source application.final TableMappingList<SC,TC> Returns the list of table mappings.final CommonApplicationReturns theCommonApplicationinstance to represent the target application.voidsetSourceApplication(CommonApplication sourceApplication) Sets the source application.voidsetTableMappings(TableMappingList<SC, TC> tableMappings) Sets the list of table mappings.voidsetTargetApplication(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 theCommonApplicationinstance to represent the source application. -
setSourceApplication
Sets the source application. -
getTargetApplication
Returns theCommonApplicationinstance to represent the target application. -
setTargetApplication
Sets the target application. -
getTableMappings
Returns the list of table mappings. -
setTableMappings
Sets the list of table mappings.
-