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

Interface StoreCatalogGroupRelation

    • Method Detail

      • getStoreEntityId

        int getStoreEntityId()
        Returns the value of the 'Store Entity Id' attribute.

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

        Returns:
        the value of the 'Store Entity Id' attribute.
        See Also:
        setStoreEntityId(int), CatalogEntityPackage.getStoreCatalogGroupRelation_StoreEntityId()
      • setStoreEntityId

        void setStoreEntityId(int value)
        Sets the value of the 'Store Entity Id' attribute.
        Parameters:
        value - the new value of the 'Store Entity Id' attribute.
        See Also:
        getStoreEntityId()
      • 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.getStoreCatalogGroupRelation_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()
      • 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.getStoreCatalogGroupRelation_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()