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

Interface CatalogGroupProductSetRelation

    • Method Detail

      • getCatalogId

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

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

        Returns:
        the value of the 'Catalog Id' attribute.
        See Also:
        setCatalogId(long), CatalogEntityPackage.getCatalogGroupProductSetRelation_CatalogId()
      • setCatalogId

        void setCatalogId(long value)
        Sets the value of the 'Catalog Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Id' attribute.
        See Also:
        getCatalogId()
      • getCatalogGroupId

        long getCatalogGroupId()
        Returns the value of the 'Catalog Group Id' attribute.

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

        Returns:
        the value of the 'Catalog Group Id' attribute.
        See Also:
        setCatalogGroupId(long), CatalogEntityPackage.getCatalogGroupProductSetRelation_CatalogGroupId()
      • setCatalogGroupId

        void setCatalogGroupId(long value)
        Sets the value of the 'Catalog Group Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Group Id' attribute.
        See Also:
        getCatalogGroupId()
      • 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.getCatalogGroupProductSetRelation_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()
      • getUsage

        java.lang.String getUsage()
        Returns the value of the 'Usage' attribute.

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

        Returns:
        the value of the 'Usage' attribute.
        See Also:
        setUsage(String), CatalogEntityPackage.getCatalogGroupProductSetRelation_Usage()
      • setUsage

        void setUsage(java.lang.String value)
        Sets the value of the 'Usage' attribute.
        Parameters:
        value - the new value of the 'Usage' attribute.
        See Also:
        getUsage()
      • 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.getCatalogGroupProductSetRelation_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()
      • getCatalogForCatalogGroupProductSetRelation

        Catalog getCatalogForCatalogGroupProductSetRelation()
        Returns the value of the 'Catalog For Catalog Group Product Set Relation' reference. It is bidirectional and its opposite is 'Catalog Group Product Sets'.

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

        Returns:
        the value of the 'Catalog For Catalog Group Product Set Relation' reference.
        See Also:
        setCatalogForCatalogGroupProductSetRelation(Catalog), CatalogEntityPackage.getCatalogGroupProductSetRelation_CatalogForCatalogGroupProductSetRelation(), Catalog.getCatalogGroupProductSets()
      • getCatalogGroupForCatalogGroupProductSetRelation

        CatalogGroup getCatalogGroupForCatalogGroupProductSetRelation()
        Returns the value of the 'Catalog Group For Catalog Group Product Set Relation' reference. It is bidirectional and its opposite is 'Catalog Group Product Set'.

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

        Returns:
        the value of the 'Catalog Group For Catalog Group Product Set Relation' reference.
        See Also:
        setCatalogGroupForCatalogGroupProductSetRelation(CatalogGroup), CatalogEntityPackage.getCatalogGroupProductSetRelation_CatalogGroupForCatalogGroupProductSetRelation(), CatalogGroup.getCatalogGroupProductSet()
      • getProductSetForProductSetCatalogEntry

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

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

        Returns:
        the value of the 'Product Set For Product Set Catalog Entry' reference list.
        See Also:
        CatalogEntityPackage.getCatalogGroupProductSetRelation_ProductSetForProductSetCatalogEntry(), ProductSetCatalogEntryRelation.getProductSetCatalogEntryForProductSet()