com.ibm.commerce.search.catalog

Class AttrValueGenericAttributeInfo



  • public final class AttrValueGenericAttributeInfo
    extends AttributeInfo
    Reserved for IBM internal use.
    • Constructor Detail

      • AttrValueGenericAttributeInfo

        public AttrValueGenericAttributeInfo(java.lang.String column)
        This constructor initializes the column name and data type represented by this class.
        Parameters:
        info - The TableInfo class that represents the table to which the column, defined by this class, belongs.
    • Method Detail

      • getAttrValueType

        public int getAttrValueType()
        Reserved for IBM internal use.
        Returns:
        int
      • getLanguageId

        public java.lang.String getLanguageId()
        Reserved for IBM internal use.
        Returns:
        java.lang.Integer
      • getProdType

        public java.lang.String getProdType()
        Reserved for IBM internal use.
        Returns:
        int
      • getSingleton

        public static AttrValueGenericAttributeInfo getSingleton(java.lang.String richAttribute)
        Singleton method.
        Returns:
        An instance of this class.
      • getSingleton

        public static AttrValueGenericAttributeInfo getSingleton(java.lang.String richAttribute,
                                                                 java.lang.String languageId,
                                                                 int attrValueType,
                                                                 java.lang.String prodType)
        Singleton method.
        Returns:
        An instance of this class.
      • getSingleton

        public static AttrValueGenericAttributeInfo getSingleton(java.lang.String richAttribute,
                                                                 java.lang.String languageId,
                                                                 java.lang.String prodType)
        Singleton method.
        Returns:
        An instance of this class.
      • setAttrValueType

        public void setAttrValueType(int newAttrValueType)
        Reserved for IBM internal use.
        Parameters:
        newAttrValueType - int
      • setColumnName

        public void setColumnName(java.lang.String columnName)
        Reserved for IBM internal use.
        Parameters:
        columnName - java.lang.String
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        Reserved for IBM internal use.
        Parameters:
        newLanguageId - java.lang.Integer
      • setProdType

        public void setProdType(java.lang.String newProdType)
        Reserved for IBM internal use.
        Parameters:
        newProdType - int