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

Class DataImportPreProcessConfig.RowColumn

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


    public class DataImportPreProcessConfig.RowColumn
    extends java.lang.Object
    This class store the row to column information. The row in the query to the column(s) in a temporary table.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RowColumn() 
    • Constructor Detail

      • RowColumn

        public RowColumn()
    • Method Detail

      • getAttributeNameValue

        public java.lang.String getAttributeNameValue()
        Returns value of an attribute name.
        Returns:
        The value of an attribute name.
      • setAttributeNameValue

        public void setAttributeNameValue(java.lang.String name)
        Sets the value of an attribute name.
        Parameters:
        name - The value of an attribute name..
      • 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.