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

Class DataImportPreProcessConfig.ColumnColumn

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


    public class DataImportPreProcessConfig.ColumnColumn
    extends java.lang.Object
    This class store the column to column mapping which maps the column in the queried table to the column in a temporary table.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ColumnColumn() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getQueryColumnName()
      Returns the column name of the table in the query in upper case.
      java.lang.String getSeparator()
      Returns the separator.
      java.lang.String getTableColumnName()
      Returns the table column name.
      void setQueryColumnName(java.lang.String name)
      Sets the column name of the table in the query.
      void setSeparator(java.lang.String sep)
      Sets the value separator.
      void setTableColumnName(java.lang.String name)
      Sets the column name in the temporary table
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColumnColumn

        public ColumnColumn()
    • Method Detail

      • getQueryColumnName

        public java.lang.String getQueryColumnName()
        Returns the column name of the table in the query in upper case.
        Returns:
        The column name of the table in the query in upper case.
      • setQueryColumnName

        public void setQueryColumnName(java.lang.String name)
        Sets the column name of the table in the query.
        Parameters:
        name - The column name of the table in the query.
      • getTableColumnName

        public java.lang.String getTableColumnName()
        Returns the table column name.
        Returns:
        The column name of the temporary table.
      • setTableColumnName

        public void setTableColumnName(java.lang.String name)
        Sets the column name in the temporary table
        Parameters:
        name - The column name of the temporary table.
      • getSeparator

        public java.lang.String getSeparator()
        Returns the separator.
        Returns:
        The value separator.
      • setSeparator

        public void setSeparator(java.lang.String sep)
        Sets the value separator.
        Parameters:
        sep - The value separator.