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

Interface ProductSetDescription

    • Method Detail

      • getProductSetId

        int getProductSetId()
        Returns the value of the 'Product Set Id' attribute.

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

        Returns:
        the value of the 'Product Set Id' attribute.
        See Also:
        setProductSetId(int), CatalogEntityPackage.getProductSetDescription_ProductSetId()
      • setProductSetId

        void setProductSetId(int value)
        Sets the value of the 'Product Set Id' attribute.
        Parameters:
        value - the new value of the 'Product Set Id' attribute.
        See Also:
        getProductSetId()
      • getLanguageId

        int getLanguageId()
        Returns the value of the 'Language Id' attribute.

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

        Returns:
        the value of the 'Language Id' attribute.
        See Also:
        setLanguageId(int), CatalogEntityPackage.getProductSetDescription_LanguageId()
      • setLanguageId

        void setLanguageId(int value)
        Sets the value of the 'Language Id' attribute.
        Parameters:
        value - the new value of the 'Language Id' attribute.
        See Also:
        getLanguageId()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

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

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getProductSetDescription_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • 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.getProductSetDescription_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()
      • getProductSetForProductSetDescription

        ProductSet getProductSetForProductSetDescription()
        Returns the value of the 'Product Set For Product Set Description' reference. It is bidirectional and its opposite is 'Product Set Description'.

        If the meaning of the 'Product Set For Product Set Description' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Product Set For Product Set Description' reference.
        See Also:
        setProductSetForProductSetDescription(ProductSet), CatalogEntityPackage.getProductSetDescription_ProductSetForProductSetDescription(), ProductSet.getProductSetDescription()