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

Interface StoreCatalogEntryRelation

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