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

Interface ProductSetCatalogEntryRelation

    • 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.getProductSetCatalogEntryRelation_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()
      • 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.getProductSetCatalogEntryRelation_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()
      • 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.getProductSetCatalogEntryRelation_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()
      • getProductSetCatalogEntryForProductSet

        java.util.List getProductSetCatalogEntryForProductSet()
        Returns the value of the 'Product Set Catalog Entry For Product Set' reference list. The list contents are of type CatalogGroupProductSetRelation. It is bidirectional and its opposite is 'Product Set For Product Set Catalog Entry'.

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

        Returns:
        the value of the 'Product Set Catalog Entry For Product Set' reference list.
        See Also:
        CatalogEntityPackage.getProductSetCatalogEntryRelation_ProductSetCatalogEntryForProductSet(), CatalogGroupProductSetRelation.getProductSetForProductSetCatalogEntry()