com.ibm.commerce.search.base

Class TableInfo

  • java.lang.Object
    • com.ibm.commerce.search.base.TableInfo
    • Constructor Summary

      Constructors 
      Constructor and Description
      TableInfo(java.lang.String name)
      Constructs a table with a given name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addAttributeInfo(AttributeInfo c)
      Adds a column to this table.
      java.util.Enumeration getColumns()
      Gets the columns of this table.
      java.lang.String getTableName()
      Gets the name of this table.
      • Methods inherited from class java.lang.Object

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

      • TableInfo

        public TableInfo(java.lang.String name)
        Constructs a table with a given name.
        Parameters:
        name - the table name
    • Method Detail

      • addAttributeInfo

        public void addAttributeInfo(AttributeInfo c)
        Adds a column to this table.
        Parameters:
        c - the AttributeInfo object for a column
      • getColumns

        public java.util.Enumeration getColumns()
        Gets the columns of this table.
        Returns:
        list of columns
      • getTableName

        public java.lang.String getTableName()
        Gets the name of this table.
        Returns:
        name of this table