com.ibm.commerce.foundation.dataimport.preprocess.config

Class DataImportPreProcessConfig.Mapping

  • java.lang.Object
    • com.ibm.commerce.foundation.dataimport.preprocess.config.DataImportPreProcessConfig.Mapping
  • Enclosing class:
    DataImportPreProcessConfig


    public class DataImportPreProcessConfig.Mapping
    extends java.lang.Object
    This class stores the column to column and row to row mapping.
    • Constructor Detail

      • Mapping

        public Mapping()
    • Method Detail

      • getQueryKeyColumnName

        public java.lang.String getQueryKeyColumnName()
        Returns the primary key column name in the query.
        Returns:
        The primary key column name in the query.
      • setQueryKeyColumnName

        public void setQueryKeyColumnName(java.lang.String name)
        Sets the primary key column name in the query.
        Parameters:
        name - The primary key column name in the query.
      • getTableKeyColumnName

        public java.lang.String getTableKeyColumnName()
        Returns the primary key column name in the pre-processing temporary table.
        Returns:
        The primary key column name in the pre-processing temporary table.
      • setTableKeyColumnName

        public void setTableKeyColumnName(java.lang.String name)
        Sets the primary key column name in the pre-processing temporary table.
        Parameters:
        name - The primary key column name in the pre-processing temporary table.
      • getColumnColumns

        public java.util.List<DataImportPreProcessConfig.ColumnColumn> getColumnColumns()
        Returns the list of column to column mapping object.
        Returns:
        A list of the column to column mapping.