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

Interface PackageItemRelation

    • Method Detail

      • getParentCatalogEntryId

        long getParentCatalogEntryId()
        Returns the value of the 'Parent Catalog Entry Id' attribute.

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

        Returns:
        the value of the 'Parent Catalog Entry Id' attribute.
        See Also:
        setParentCatalogEntryId(long), CatalogEntityPackage.getPackageItemRelation_ParentCatalogEntryId()
      • setParentCatalogEntryId

        void setParentCatalogEntryId(long value)
        Sets the value of the 'Parent Catalog Entry Id' attribute.
        Parameters:
        value - the new value of the 'Parent Catalog Entry Id' attribute.
        See Also:
        getParentCatalogEntryId()
      • getPackageCatalogEntryId

        long getPackageCatalogEntryId()
        Returns the value of the 'Package Catalog Entry Id' attribute.

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

        Returns:
        the value of the 'Package Catalog Entry Id' attribute.
        See Also:
        setPackageCatalogEntryId(long), CatalogEntityPackage.getPackageItemRelation_PackageCatalogEntryId()
      • getItemCatalogEntryId

        long getItemCatalogEntryId()
        Returns the value of the 'Item Catalog Entry Id' attribute.

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

        Returns:
        the value of the 'Item Catalog Entry Id' attribute.
        See Also:
        setItemCatalogEntryId(long), CatalogEntityPackage.getPackageItemRelation_ItemCatalogEntryId()
      • setItemCatalogEntryId

        void setItemCatalogEntryId(long value)
        Sets the value of the 'Item Catalog Entry Id' attribute.
        Parameters:
        value - the new value of the 'Item Catalog Entry Id' attribute.
        See Also:
        getItemCatalogEntryId()
      • 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.getPackageItemRelation_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()