Class GeneratedAtpFormula

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

public abstract class GeneratedAtpFormula extends GenericItem
Generated class for type AtpFormula.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAtpFormula

      public GeneratedAtpFormula()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isAllocation(SessionContext ctx)
      Generated method - Getter of the AtpFormula.allocation attribute.
      Returns:
      the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • isAllocation

      public Boolean isAllocation()
      Generated method - Getter of the AtpFormula.allocation attribute.
      Returns:
      the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • isAllocationAsPrimitive

      public boolean isAllocationAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.allocation attribute.
      Returns:
      the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • isAllocationAsPrimitive

      public boolean isAllocationAsPrimitive()
      Generated method - Getter of the AtpFormula.allocation attribute.
      Returns:
      the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • setAllocation

      public void setAllocation(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.allocation attribute.
      Parameters:
      value - the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • setAllocation

      public void setAllocation(Boolean value)
      Generated method - Setter of the AtpFormula.allocation attribute.
      Parameters:
      value - the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • setAllocation

      public void setAllocation(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.allocation attribute.
      Parameters:
      value - the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • setAllocation

      public void setAllocation(boolean value)
      Generated method - Setter of the AtpFormula.allocation attribute.
      Parameters:
      value - the allocation - A flag to indicate if allocation events are included in the ATP calculation
    • isAvailability

      public Boolean isAvailability(SessionContext ctx)
      Generated method - Getter of the AtpFormula.availability attribute.
      Returns:
      the availability - A flag to indicate if availability events are included in the ATP calculation
    • isAvailability

      public Boolean isAvailability()
      Generated method - Getter of the AtpFormula.availability attribute.
      Returns:
      the availability - A flag to indicate if availability events are included in the ATP calculation
    • isAvailabilityAsPrimitive

      public boolean isAvailabilityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.availability attribute.
      Returns:
      the availability - A flag to indicate if availability events are included in the ATP calculation
    • isAvailabilityAsPrimitive

      public boolean isAvailabilityAsPrimitive()
      Generated method - Getter of the AtpFormula.availability attribute.
      Returns:
      the availability - A flag to indicate if availability events are included in the ATP calculation
    • setAvailability

      public void setAvailability(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.availability attribute.
      Parameters:
      value - the availability - A flag to indicate if availability events are included in the ATP calculation
    • setAvailability

      public void setAvailability(Boolean value)
      Generated method - Setter of the AtpFormula.availability attribute.
      Parameters:
      value - the availability - A flag to indicate if availability events are included in the ATP calculation
    • setAvailability

      public void setAvailability(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.availability attribute.
      Parameters:
      value - the availability - A flag to indicate if availability events are included in the ATP calculation
    • setAvailability

      public void setAvailability(boolean value)
      Generated method - Setter of the AtpFormula.availability attribute.
      Parameters:
      value - the availability - A flag to indicate if availability events are included in the ATP calculation
    • getBaseStores

      public Set<BaseStore> getBaseStores(SessionContext ctx)
      Generated method - Getter of the AtpFormula.baseStores attribute.
      Returns:
      the baseStores
    • getBaseStores

      public Set<BaseStore> getBaseStores()
      Generated method - Getter of the AtpFormula.baseStores attribute.
      Returns:
      the baseStores
    • setBaseStores

      public void setBaseStores(SessionContext ctx, Set<BaseStore> value)
      Generated method - Setter of the AtpFormula.baseStores attribute.
      Parameters:
      value - the baseStores
    • setBaseStores

      public void setBaseStores(Set<BaseStore> value)
      Generated method - Setter of the AtpFormula.baseStores attribute.
      Parameters:
      value - the baseStores
    • addToBaseStores

      public void addToBaseStores(SessionContext ctx, BaseStore value)
      Generated method - Adds value to baseStores.
      Parameters:
      value - the item to add to baseStores
    • addToBaseStores

      public void addToBaseStores(BaseStore value)
      Generated method - Adds value to baseStores.
      Parameters:
      value - the item to add to baseStores
    • removeFromBaseStores

      public void removeFromBaseStores(SessionContext ctx, BaseStore value)
      Generated method - Removes value from baseStores.
      Parameters:
      value - the item to remove from baseStores
    • removeFromBaseStores

      public void removeFromBaseStores(BaseStore value)
      Generated method - Removes value from baseStores.
      Parameters:
      value - the item to remove from baseStores
    • isCancellation

      public Boolean isCancellation(SessionContext ctx)
      Generated method - Getter of the AtpFormula.cancellation attribute.
      Returns:
      the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • isCancellation

      public Boolean isCancellation()
      Generated method - Getter of the AtpFormula.cancellation attribute.
      Returns:
      the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • isCancellationAsPrimitive

      public boolean isCancellationAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.cancellation attribute.
      Returns:
      the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • isCancellationAsPrimitive

      public boolean isCancellationAsPrimitive()
      Generated method - Getter of the AtpFormula.cancellation attribute.
      Returns:
      the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • setCancellation

      public void setCancellation(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.cancellation attribute.
      Parameters:
      value - the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • setCancellation

      public void setCancellation(Boolean value)
      Generated method - Setter of the AtpFormula.cancellation attribute.
      Parameters:
      value - the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • setCancellation

      public void setCancellation(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.cancellation attribute.
      Parameters:
      value - the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • setCancellation

      public void setCancellation(boolean value)
      Generated method - Setter of the AtpFormula.cancellation attribute.
      Parameters:
      value - the cancellation - A flag to indicate if cancellation events are included in the ATP calculation
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the AtpFormula.code attribute.
      Returns:
      the code - A unique name of the formula.
    • getCode

      public String getCode()
      Generated method - Getter of the AtpFormula.code attribute.
      Returns:
      the code - A unique name of the formula.
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the AtpFormula.code attribute.
      Parameters:
      value - the code - A unique name of the formula.
    • setCode

      public void setCode(String value)
      Generated method - Setter of the AtpFormula.code attribute.
      Parameters:
      value - the code - A unique name of the formula.
    • isExternal

      public Boolean isExternal(SessionContext ctx)
      Generated method - Getter of the AtpFormula.external attribute.
      Returns:
      the external - A flag indicating that the external availability is included in the ATP calculation
    • isExternal

      public Boolean isExternal()
      Generated method - Getter of the AtpFormula.external attribute.
      Returns:
      the external - A flag indicating that the external availability is included in the ATP calculation
    • isExternalAsPrimitive

      public boolean isExternalAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.external attribute.
      Returns:
      the external - A flag indicating that the external availability is included in the ATP calculation
    • isExternalAsPrimitive

      public boolean isExternalAsPrimitive()
      Generated method - Getter of the AtpFormula.external attribute.
      Returns:
      the external - A flag indicating that the external availability is included in the ATP calculation
    • setExternal

      public void setExternal(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.external attribute.
      Parameters:
      value - the external - A flag indicating that the external availability is included in the ATP calculation
    • setExternal

      public void setExternal(Boolean value)
      Generated method - Setter of the AtpFormula.external attribute.
      Parameters:
      value - the external - A flag indicating that the external availability is included in the ATP calculation
    • setExternal

      public void setExternal(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.external attribute.
      Parameters:
      value - the external - A flag indicating that the external availability is included in the ATP calculation
    • setExternal

      public void setExternal(boolean value)
      Generated method - Setter of the AtpFormula.external attribute.
      Parameters:
      value - the external - A flag indicating that the external availability is included in the ATP calculation
    • isIncrease

      public Boolean isIncrease(SessionContext ctx)
      Generated method - Getter of the AtpFormula.increase attribute.
      Returns:
      the increase - A flag to indicate if increase events are included in the ATP calculation
    • isIncrease

      public Boolean isIncrease()
      Generated method - Getter of the AtpFormula.increase attribute.
      Returns:
      the increase - A flag to indicate if increase events are included in the ATP calculation
    • isIncreaseAsPrimitive

      public boolean isIncreaseAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.increase attribute.
      Returns:
      the increase - A flag to indicate if increase events are included in the ATP calculation
    • isIncreaseAsPrimitive

      public boolean isIncreaseAsPrimitive()
      Generated method - Getter of the AtpFormula.increase attribute.
      Returns:
      the increase - A flag to indicate if increase events are included in the ATP calculation
    • setIncrease

      public void setIncrease(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.increase attribute.
      Parameters:
      value - the increase - A flag to indicate if increase events are included in the ATP calculation
    • setIncrease

      public void setIncrease(Boolean value)
      Generated method - Setter of the AtpFormula.increase attribute.
      Parameters:
      value - the increase - A flag to indicate if increase events are included in the ATP calculation
    • setIncrease

      public void setIncrease(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.increase attribute.
      Parameters:
      value - the increase - A flag to indicate if increase events are included in the ATP calculation
    • setIncrease

      public void setIncrease(boolean value)
      Generated method - Setter of the AtpFormula.increase attribute.
      Parameters:
      value - the increase - A flag to indicate if increase events are included in the ATP calculation
    • isReserved

      public Boolean isReserved(SessionContext ctx)
      Generated method - Getter of the AtpFormula.reserved attribute.
      Returns:
      the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • isReserved

      public Boolean isReserved()
      Generated method - Getter of the AtpFormula.reserved attribute.
      Returns:
      the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • isReservedAsPrimitive

      public boolean isReservedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.reserved attribute.
      Returns:
      the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • isReservedAsPrimitive

      public boolean isReservedAsPrimitive()
      Generated method - Getter of the AtpFormula.reserved attribute.
      Returns:
      the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • setReserved

      public void setReserved(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.reserved attribute.
      Parameters:
      value - the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • setReserved

      public void setReserved(Boolean value)
      Generated method - Setter of the AtpFormula.reserved attribute.
      Parameters:
      value - the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • setReserved

      public void setReserved(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.reserved attribute.
      Parameters:
      value - the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • setReserved

      public void setReserved(boolean value)
      Generated method - Setter of the AtpFormula.reserved attribute.
      Parameters:
      value - the reserved - A flag to indicate if reserved events are included in the ATP calculation
    • isReturned

      public Boolean isReturned(SessionContext ctx)
      Generated method - Getter of the AtpFormula.returned attribute.
      Returns:
      the returned - A flag to indicate if returned events are included in the ATP calculation
    • isReturned

      public Boolean isReturned()
      Generated method - Getter of the AtpFormula.returned attribute.
      Returns:
      the returned - A flag to indicate if returned events are included in the ATP calculation
    • isReturnedAsPrimitive

      public boolean isReturnedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.returned attribute.
      Returns:
      the returned - A flag to indicate if returned events are included in the ATP calculation
    • isReturnedAsPrimitive

      public boolean isReturnedAsPrimitive()
      Generated method - Getter of the AtpFormula.returned attribute.
      Returns:
      the returned - A flag to indicate if returned events are included in the ATP calculation
    • setReturned

      public void setReturned(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.returned attribute.
      Parameters:
      value - the returned - A flag to indicate if returned events are included in the ATP calculation
    • setReturned

      public void setReturned(Boolean value)
      Generated method - Setter of the AtpFormula.returned attribute.
      Parameters:
      value - the returned - A flag to indicate if returned events are included in the ATP calculation
    • setReturned

      public void setReturned(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.returned attribute.
      Parameters:
      value - the returned - A flag to indicate if returned events are included in the ATP calculation
    • setReturned

      public void setReturned(boolean value)
      Generated method - Setter of the AtpFormula.returned attribute.
      Parameters:
      value - the returned - A flag to indicate if returned events are included in the ATP calculation
    • isShrinkage

      public Boolean isShrinkage(SessionContext ctx)
      Generated method - Getter of the AtpFormula.shrinkage attribute.
      Returns:
      the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • isShrinkage

      public Boolean isShrinkage()
      Generated method - Getter of the AtpFormula.shrinkage attribute.
      Returns:
      the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • isShrinkageAsPrimitive

      public boolean isShrinkageAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.shrinkage attribute.
      Returns:
      the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • isShrinkageAsPrimitive

      public boolean isShrinkageAsPrimitive()
      Generated method - Getter of the AtpFormula.shrinkage attribute.
      Returns:
      the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • setShrinkage

      public void setShrinkage(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.shrinkage attribute.
      Parameters:
      value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • setShrinkage

      public void setShrinkage(Boolean value)
      Generated method - Setter of the AtpFormula.shrinkage attribute.
      Parameters:
      value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • setShrinkage

      public void setShrinkage(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.shrinkage attribute.
      Parameters:
      value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • setShrinkage

      public void setShrinkage(boolean value)
      Generated method - Setter of the AtpFormula.shrinkage attribute.
      Parameters:
      value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation
    • isWastage

      public Boolean isWastage(SessionContext ctx)
      Generated method - Getter of the AtpFormula.wastage attribute.
      Returns:
      the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • isWastage

      public Boolean isWastage()
      Generated method - Getter of the AtpFormula.wastage attribute.
      Returns:
      the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • isWastageAsPrimitive

      public boolean isWastageAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AtpFormula.wastage attribute.
      Returns:
      the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • isWastageAsPrimitive

      public boolean isWastageAsPrimitive()
      Generated method - Getter of the AtpFormula.wastage attribute.
      Returns:
      the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • setWastage

      public void setWastage(SessionContext ctx, Boolean value)
      Generated method - Setter of the AtpFormula.wastage attribute.
      Parameters:
      value - the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • setWastage

      public void setWastage(Boolean value)
      Generated method - Setter of the AtpFormula.wastage attribute.
      Parameters:
      value - the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • setWastage

      public void setWastage(SessionContext ctx, boolean value)
      Generated method - Setter of the AtpFormula.wastage attribute.
      Parameters:
      value - the wastage - A flag to indicate if wastage events are included in the ATP calculation
    • setWastage

      public void setWastage(boolean value)
      Generated method - Setter of the AtpFormula.wastage attribute.
      Parameters:
      value - the wastage - A flag to indicate if wastage events are included in the ATP calculation