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

Class DataImportPreProcessConfig.RowColumnMapping

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


    public class DataImportPreProcessConfig.RowColumnMapping
    extends java.lang.Object
    This class stores the row to column mapping information for dynamic attributes.
    • Constructor Detail

      • RowColumnMapping

        public RowColumnMapping()
    • Method Detail

      • getAttributeNameColumnName

        public java.lang.String getAttributeNameColumnName()
        Returns the name of the column which stores the attribute name.
        Returns:
        The name of the column which stores the attribute name.
      • setAttributeNameColumnName

        public void setAttributeNameColumnName(java.lang.String name)
        Sets the name of the column which stores the attribute name.
        Parameters:
        name - The name of the column which stores the attribute name.
      • getAttributeValueColumnName

        public java.lang.String getAttributeValueColumnName()
        Returns the name of the column which stores the attribute value.
        Returns:
        The name of the column which stores the attribute value.
      • setAttributeValueColumnName

        public void setAttributeValueColumnName(java.lang.String name)
        Sets the name of the column which stores the attribute value.
        Parameters:
        name - The name of the column which stores the attribute value.
      • getRowColumns

        public java.util.List getRowColumns()
        Returns a list of row-column object.
        Returns:
        The list of row-column object.