com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface CatalogEntryClassificationCode

    • Method Detail

      • getCatalogEntryId

        long getCatalogEntryId()
        Returns the value of the 'Catalog Entry Id' attribute.

        If the meaning of the 'Catalog Entry Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Catalog Entry Id' attribute.
        See Also:
        setCatalogEntryId(long), CatalogEntityPackage.getCatalogEntryClassificationCode_CatalogEntryId()
      • setCatalogEntryId

        void setCatalogEntryId(long value)
        Sets the value of the 'Catalog Entry Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Entry Id' attribute.
        See Also:
        getCatalogEntryId()
      • getDomain

        java.lang.String getDomain()
        Returns the value of the 'Domain' attribute.

        If the meaning of the 'Domain' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Domain' attribute.
        See Also:
        setDomain(String), CatalogEntityPackage.getCatalogEntryClassificationCode_Domain()
      • setDomain

        void setDomain(java.lang.String value)
        Sets the value of the 'Domain' attribute.
        Parameters:
        value - the new value of the 'Domain' attribute.
        See Also:
        getDomain()
      • getCode

        java.lang.String getCode()
        Returns the value of the 'Code' attribute.

        If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Code' attribute.
        See Also:
        setCode(String), CatalogEntityPackage.getCatalogEntryClassificationCode_Code()
      • setCode

        void setCode(java.lang.String value)
        Sets the value of the 'Code' attribute.
        Parameters:
        value - the new value of the 'Code' attribute.
        See Also:
        getCode()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getCatalogEntryClassificationCode_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()