Class GeneratedRestockConfig

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

public abstract class GeneratedRestockConfig extends GenericItem
Generated class for type RestockConfig.
See Also:
  • Field Details

    • ISUPDATESTOCKAFTERRETURN

      public static final String ISUPDATESTOCKAFTERRETURN
      Qualifier of the RestockConfig.isUpdateStockAfterReturn attribute
      See Also:
    • RETURNEDBINCODE

      public static final String RETURNEDBINCODE
      Qualifier of the RestockConfig.returnedBinCode attribute
      See Also:
    • DELAYDAYSBEFORERESTOCK

      public static final String DELAYDAYSBEFORERESTOCK
      Qualifier of the RestockConfig.delayDaysBeforeRestock attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRestockConfig

      public GeneratedRestockConfig()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getDelayDaysBeforeRestock(SessionContext ctx)
      Generated method - Getter of the RestockConfig.delayDaysBeforeRestock attribute.
      Returns:
      the delayDaysBeforeRestock
    • getDelayDaysBeforeRestock

      public Integer getDelayDaysBeforeRestock()
      Generated method - Getter of the RestockConfig.delayDaysBeforeRestock attribute.
      Returns:
      the delayDaysBeforeRestock
    • getDelayDaysBeforeRestockAsPrimitive

      public int getDelayDaysBeforeRestockAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RestockConfig.delayDaysBeforeRestock attribute.
      Returns:
      the delayDaysBeforeRestock
    • getDelayDaysBeforeRestockAsPrimitive

      public int getDelayDaysBeforeRestockAsPrimitive()
      Generated method - Getter of the RestockConfig.delayDaysBeforeRestock attribute.
      Returns:
      the delayDaysBeforeRestock
    • setDelayDaysBeforeRestock

      public void setDelayDaysBeforeRestock(SessionContext ctx, Integer value)
      Generated method - Setter of the RestockConfig.delayDaysBeforeRestock attribute.
      Parameters:
      value - the delayDaysBeforeRestock
    • setDelayDaysBeforeRestock

      public void setDelayDaysBeforeRestock(Integer value)
      Generated method - Setter of the RestockConfig.delayDaysBeforeRestock attribute.
      Parameters:
      value - the delayDaysBeforeRestock
    • setDelayDaysBeforeRestock

      public void setDelayDaysBeforeRestock(SessionContext ctx, int value)
      Generated method - Setter of the RestockConfig.delayDaysBeforeRestock attribute.
      Parameters:
      value - the delayDaysBeforeRestock
    • setDelayDaysBeforeRestock

      public void setDelayDaysBeforeRestock(int value)
      Generated method - Setter of the RestockConfig.delayDaysBeforeRestock attribute.
      Parameters:
      value - the delayDaysBeforeRestock
    • isIsUpdateStockAfterReturn

      public Boolean isIsUpdateStockAfterReturn(SessionContext ctx)
      Generated method - Getter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Returns:
      the isUpdateStockAfterReturn
    • isIsUpdateStockAfterReturn

      public Boolean isIsUpdateStockAfterReturn()
      Generated method - Getter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Returns:
      the isUpdateStockAfterReturn
    • isIsUpdateStockAfterReturnAsPrimitive

      public boolean isIsUpdateStockAfterReturnAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Returns:
      the isUpdateStockAfterReturn
    • isIsUpdateStockAfterReturnAsPrimitive

      public boolean isIsUpdateStockAfterReturnAsPrimitive()
      Generated method - Getter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Returns:
      the isUpdateStockAfterReturn
    • setIsUpdateStockAfterReturn

      public void setIsUpdateStockAfterReturn(SessionContext ctx, Boolean value)
      Generated method - Setter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Parameters:
      value - the isUpdateStockAfterReturn
    • setIsUpdateStockAfterReturn

      public void setIsUpdateStockAfterReturn(Boolean value)
      Generated method - Setter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Parameters:
      value - the isUpdateStockAfterReturn
    • setIsUpdateStockAfterReturn

      public void setIsUpdateStockAfterReturn(SessionContext ctx, boolean value)
      Generated method - Setter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Parameters:
      value - the isUpdateStockAfterReturn
    • setIsUpdateStockAfterReturn

      public void setIsUpdateStockAfterReturn(boolean value)
      Generated method - Setter of the RestockConfig.isUpdateStockAfterReturn attribute.
      Parameters:
      value - the isUpdateStockAfterReturn
    • getReturnedBinCode

      public String getReturnedBinCode(SessionContext ctx)
      Generated method - Getter of the RestockConfig.returnedBinCode attribute.
      Returns:
      the returnedBinCode
    • getReturnedBinCode

      public String getReturnedBinCode()
      Generated method - Getter of the RestockConfig.returnedBinCode attribute.
      Returns:
      the returnedBinCode
    • setReturnedBinCode

      public void setReturnedBinCode(SessionContext ctx, String value)
      Generated method - Setter of the RestockConfig.returnedBinCode attribute.
      Parameters:
      value - the returnedBinCode
    • setReturnedBinCode

      public void setReturnedBinCode(String value)
      Generated method - Setter of the RestockConfig.returnedBinCode attribute.
      Parameters:
      value - the returnedBinCode