Class GeneratedAtpFormula

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    AtpFormula

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

      • CODE

        public static final java.lang.String CODE
        Qualifier of the AtpFormula.code attribute
        See Also:
        Constant Field Values
      • AVAILABILITY

        public static final java.lang.String AVAILABILITY
        Qualifier of the AtpFormula.availability attribute
        See Also:
        Constant Field Values
      • ALLOCATION

        public static final java.lang.String ALLOCATION
        Qualifier of the AtpFormula.allocation attribute
        See Also:
        Constant Field Values
      • CANCELLATION

        public static final java.lang.String CANCELLATION
        Qualifier of the AtpFormula.cancellation attribute
        See Also:
        Constant Field Values
      • INCREASE

        public static final java.lang.String INCREASE
        Qualifier of the AtpFormula.increase attribute
        See Also:
        Constant Field Values
      • RESERVED

        public static final java.lang.String RESERVED
        Qualifier of the AtpFormula.reserved attribute
        See Also:
        Constant Field Values
      • SHRINKAGE

        public static final java.lang.String SHRINKAGE
        Qualifier of the AtpFormula.shrinkage attribute
        See Also:
        Constant Field Values
      • WASTAGE

        public static final java.lang.String WASTAGE
        Qualifier of the AtpFormula.wastage attribute
        See Also:
        Constant Field Values
      • RETURNED

        public static final java.lang.String RETURNED
        Qualifier of the AtpFormula.returned attribute
        See Also:
        Constant Field Values
      • EXTERNAL

        public static final java.lang.String EXTERNAL
        Qualifier of the AtpFormula.external attribute
        See Also:
        Constant Field Values
      • BASESTORES

        public static final java.lang.String BASESTORES
        Qualifier of the AtpFormula.baseStores attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAtpFormula

        public GeneratedAtpFormula()
    • Method Detail

      • isAllocation

        public java.lang.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 java.lang.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,
                                  java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                    java.lang.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​(java.lang.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 java.util.Set<BaseStore> getBaseStores​(SessionContext ctx)
        Generated method - Getter of the AtpFormula.baseStores attribute.
        Returns:
        the baseStores
      • getBaseStores

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

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

        public void setBaseStores​(java.util.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 java.lang.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 java.lang.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,
                                    java.lang.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​(java.lang.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 java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the AtpFormula.code attribute.
        Returns:
        the code - A unique name of the formula.
      • getCode

        public java.lang.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,
                            java.lang.String value)
        Generated method - Setter of the AtpFormula.code attribute.
        Parameters:
        value - the code - A unique name of the formula.
      • setCode

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

        public java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                 java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                               java.lang.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​(java.lang.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