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

Interface Inventory

    • Method Detail

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

        double getQuantity()
        Returns the value of the 'Quantity' attribute.

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

        Returns:
        the value of the 'Quantity' attribute.
        See Also:
        setQuantity(double), CatalogEntityPackage.getInventory_Quantity()
      • setQuantity

        void setQuantity(double value)
        Sets the value of the 'Quantity' attribute.
        Parameters:
        value - the new value of the 'Quantity' attribute.
        See Also:
        getQuantity()
      • getFulfillmentCenterId

        int getFulfillmentCenterId()
        Returns the value of the 'Fulfillment Center Id' attribute.

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

        Returns:
        the value of the 'Fulfillment Center Id' attribute.
        See Also:
        setFulfillmentCenterId(int), CatalogEntityPackage.getInventory_FulfillmentCenterId()
      • setFulfillmentCenterId

        void setFulfillmentCenterId(int value)
        Sets the value of the 'Fulfillment Center Id' attribute.
        Parameters:
        value - the new value of the 'Fulfillment Center Id' attribute.
        See Also:
        getFulfillmentCenterId()
      • getStoreId

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

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

        Returns:
        the value of the 'Store Id' attribute.
        See Also:
        setStoreId(int), CatalogEntityPackage.getInventory_StoreId()
      • setStoreId

        void setStoreId(int value)
        Sets the value of the 'Store Id' attribute.
        Parameters:
        value - the new value of the 'Store Id' attribute.
        See Also:
        getStoreId()
      • getQuantityMeasure

        java.lang.String getQuantityMeasure()
        Returns the value of the 'Quantity Measure' attribute.

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

        Returns:
        the value of the 'Quantity Measure' attribute.
        See Also:
        setQuantityMeasure(String), CatalogEntityPackage.getInventory_QuantityMeasure()
      • setQuantityMeasure

        void setQuantityMeasure(java.lang.String value)
        Sets the value of the 'Quantity Measure' attribute.
        Parameters:
        value - the new value of the 'Quantity Measure' attribute.
        See Also:
        getQuantityMeasure()
      • getInventoryFlags

        int getInventoryFlags()
        Returns the value of the 'Inventory Flags' attribute.

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

        Returns:
        the value of the 'Inventory Flags' attribute.
        See Also:
        setInventoryFlags(int), CatalogEntityPackage.getInventory_InventoryFlags()
      • setInventoryFlags

        void setInventoryFlags(int value)
        Sets the value of the 'Inventory Flags' attribute.
        Parameters:
        value - the new value of the 'Inventory Flags' attribute.
        See Also:
        getInventoryFlags()
      • 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.getInventory_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()