Class GeneratedFutureStock

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
FutureStock

public abstract class GeneratedFutureStock extends GenericItem
Generated class for type FutureStock.
See Also:
  • Field Details

    • PRODUCTCODE

      public static final String PRODUCTCODE
      Qualifier of the FutureStock.productCode attribute
      See Also:
    • QUANTITY

      public static final String QUANTITY
      Qualifier of the FutureStock.quantity attribute
      See Also:
    • DATE

      public static final String DATE
      Qualifier of the FutureStock.date attribute
      See Also:
    • PRODUCTS

      public static final String PRODUCTS
      Qualifier of the FutureStock.products attribute
      See Also:
    • FUTURESTOCKPRODUCTRELATION_SRC_ORDERED

      protected static String FUTURESTOCKPRODUCTRELATION_SRC_ORDERED
      Relation ordering override parameter constants for FutureStockProductRelation from ((commerceservices))
    • FUTURESTOCKPRODUCTRELATION_TGT_ORDERED

      protected static String FUTURESTOCKPRODUCTRELATION_TGT_ORDERED
    • FUTURESTOCKPRODUCTRELATION_MARKMODIFIED

      protected static String FUTURESTOCKPRODUCTRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for FutureStockProductRelation from ((commerceservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedFutureStock

      public GeneratedFutureStock()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getDate

      public Date getDate(SessionContext ctx)
      Generated method - Getter of the FutureStock.date attribute.
      Returns:
      the date - Data on which the product will be available
    • getDate

      public Date getDate()
      Generated method - Getter of the FutureStock.date attribute.
      Returns:
      the date - Data on which the product will be available
    • setDate

      public void setDate(SessionContext ctx, Date value)
      Generated method - Setter of the FutureStock.date attribute.
      Parameters:
      value - the date - Data on which the product will be available
    • setDate

      public void setDate(Date value)
      Generated method - Setter of the FutureStock.date attribute.
      Parameters:
      value - the date - Data on which the product will be available
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getProductCode

      public String getProductCode(SessionContext ctx)
      Generated method - Getter of the FutureStock.productCode attribute.
      Returns:
      the productCode
    • getProductCode

      public String getProductCode()
      Generated method - Getter of the FutureStock.productCode attribute.
      Returns:
      the productCode
    • setProductCode

      public void setProductCode(SessionContext ctx, String value)
      Generated method - Setter of the FutureStock.productCode attribute.
      Parameters:
      value - the productCode
    • setProductCode

      public void setProductCode(String value)
      Generated method - Setter of the FutureStock.productCode attribute.
      Parameters:
      value - the productCode
    • getProducts

      public Collection<Product> getProducts(SessionContext ctx)
      Generated method - Getter of the FutureStock.products attribute.
      Returns:
      the products
    • getProducts

      public Collection<Product> getProducts()
      Generated method - Getter of the FutureStock.products attribute.
      Returns:
      the products
    • getProductsCount

      public long getProductsCount(SessionContext ctx)
    • getProductsCount

      public long getProductsCount()
    • setProducts

      public void setProducts(SessionContext ctx, Collection<Product> value)
      Generated method - Setter of the FutureStock.products attribute.
      Parameters:
      value - the products
    • setProducts

      public void setProducts(Collection<Product> value)
      Generated method - Setter of the FutureStock.products attribute.
      Parameters:
      value - the products
    • addToProducts

      public void addToProducts(SessionContext ctx, Product value)
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products
    • addToProducts

      public void addToProducts(Product value)
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products
    • removeFromProducts

      public void removeFromProducts(SessionContext ctx, Product value)
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products
    • removeFromProducts

      public void removeFromProducts(Product value)
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products
    • getQuantity

      public Integer getQuantity(SessionContext ctx)
      Generated method - Getter of the FutureStock.quantity attribute.
      Returns:
      the quantity - Amount that will be available
    • getQuantity

      public Integer getQuantity()
      Generated method - Getter of the FutureStock.quantity attribute.
      Returns:
      the quantity - Amount that will be available
    • getQuantityAsPrimitive

      public int getQuantityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FutureStock.quantity attribute.
      Returns:
      the quantity - Amount that will be available
    • getQuantityAsPrimitive

      public int getQuantityAsPrimitive()
      Generated method - Getter of the FutureStock.quantity attribute.
      Returns:
      the quantity - Amount that will be available
    • setQuantity

      public void setQuantity(SessionContext ctx, Integer value)
      Generated method - Setter of the FutureStock.quantity attribute.
      Parameters:
      value - the quantity - Amount that will be available
    • setQuantity

      public void setQuantity(Integer value)
      Generated method - Setter of the FutureStock.quantity attribute.
      Parameters:
      value - the quantity - Amount that will be available
    • setQuantity

      public void setQuantity(SessionContext ctx, int value)
      Generated method - Setter of the FutureStock.quantity attribute.
      Parameters:
      value - the quantity - Amount that will be available
    • setQuantity

      public void setQuantity(int value)
      Generated method - Setter of the FutureStock.quantity attribute.
      Parameters:
      value - the quantity - Amount that will be available