Class GeneratedSourcingConfig

    • Field Detail

      • CODE

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

        public static final java.lang.String DISTANCEWEIGHTFACTOR
        Qualifier of the SourcingConfig.distanceWeightFactor attribute
        See Also:
        Constant Field Values
      • ALLOCATIONWEIGHTFACTOR

        public static final java.lang.String ALLOCATIONWEIGHTFACTOR
        Qualifier of the SourcingConfig.allocationWeightFactor attribute
        See Also:
        Constant Field Values
      • PRIORITYWEIGHTFACTOR

        public static final java.lang.String PRIORITYWEIGHTFACTOR
        Qualifier of the SourcingConfig.priorityWeightFactor attribute
        See Also:
        Constant Field Values
      • SCOREWEIGHTFACTOR

        public static final java.lang.String SCOREWEIGHTFACTOR
        Qualifier of the SourcingConfig.scoreWeightFactor attribute
        See Also:
        Constant Field Values
      • BASESTORES

        public static final java.lang.String BASESTORES
        Qualifier of the SourcingConfig.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

      • GeneratedSourcingConfig

        public GeneratedSourcingConfig()
    • Method Detail

      • getAllocationWeightFactor

        public java.lang.Integer getAllocationWeightFactor​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.allocationWeightFactor attribute.
        Returns:
        the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • getAllocationWeightFactor

        public java.lang.Integer getAllocationWeightFactor()
        Generated method - Getter of the SourcingConfig.allocationWeightFactor attribute.
        Returns:
        the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • getAllocationWeightFactorAsPrimitive

        public int getAllocationWeightFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.allocationWeightFactor attribute.
        Returns:
        the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • getAllocationWeightFactorAsPrimitive

        public int getAllocationWeightFactorAsPrimitive()
        Generated method - Getter of the SourcingConfig.allocationWeightFactor attribute.
        Returns:
        the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • setAllocationWeightFactor

        public void setAllocationWeightFactor​(SessionContext ctx,
                                              java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.allocationWeightFactor attribute.
        Parameters:
        value - the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • setAllocationWeightFactor

        public void setAllocationWeightFactor​(java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.allocationWeightFactor attribute.
        Parameters:
        value - the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • setAllocationWeightFactor

        public void setAllocationWeightFactor​(SessionContext ctx,
                                              int value)
        Generated method - Setter of the SourcingConfig.allocationWeightFactor attribute.
        Parameters:
        value - the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • setAllocationWeightFactor

        public void setAllocationWeightFactor​(int value)
        Generated method - Setter of the SourcingConfig.allocationWeightFactor attribute.
        Parameters:
        value - the allocationWeightFactor - Determines the weightage of the ATP during sourcing
      • getBaseStores

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

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

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

        public void setBaseStores​(java.util.Set<BaseStore> value)
        Generated method - Setter of the SourcingConfig.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
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the SourcingConfig.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SourcingConfig.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the SourcingConfig.code attribute.
        Parameters:
        value - the code
      • getDistanceWeightFactor

        public java.lang.Integer getDistanceWeightFactor​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.distanceWeightFactor attribute.
        Returns:
        the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • getDistanceWeightFactor

        public java.lang.Integer getDistanceWeightFactor()
        Generated method - Getter of the SourcingConfig.distanceWeightFactor attribute.
        Returns:
        the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • getDistanceWeightFactorAsPrimitive

        public int getDistanceWeightFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.distanceWeightFactor attribute.
        Returns:
        the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • getDistanceWeightFactorAsPrimitive

        public int getDistanceWeightFactorAsPrimitive()
        Generated method - Getter of the SourcingConfig.distanceWeightFactor attribute.
        Returns:
        the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • setDistanceWeightFactor

        public void setDistanceWeightFactor​(SessionContext ctx,
                                            java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.distanceWeightFactor attribute.
        Parameters:
        value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • setDistanceWeightFactor

        public void setDistanceWeightFactor​(java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.distanceWeightFactor attribute.
        Parameters:
        value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • setDistanceWeightFactor

        public void setDistanceWeightFactor​(SessionContext ctx,
                                            int value)
        Generated method - Setter of the SourcingConfig.distanceWeightFactor attribute.
        Parameters:
        value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • setDistanceWeightFactor

        public void setDistanceWeightFactor​(int value)
        Generated method - Setter of the SourcingConfig.distanceWeightFactor attribute.
        Parameters:
        value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing
      • getPriorityWeightFactor

        public java.lang.Integer getPriorityWeightFactor​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.priorityWeightFactor attribute.
        Returns:
        the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • getPriorityWeightFactor

        public java.lang.Integer getPriorityWeightFactor()
        Generated method - Getter of the SourcingConfig.priorityWeightFactor attribute.
        Returns:
        the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • getPriorityWeightFactorAsPrimitive

        public int getPriorityWeightFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.priorityWeightFactor attribute.
        Returns:
        the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • getPriorityWeightFactorAsPrimitive

        public int getPriorityWeightFactorAsPrimitive()
        Generated method - Getter of the SourcingConfig.priorityWeightFactor attribute.
        Returns:
        the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • setPriorityWeightFactor

        public void setPriorityWeightFactor​(SessionContext ctx,
                                            java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.priorityWeightFactor attribute.
        Parameters:
        value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • setPriorityWeightFactor

        public void setPriorityWeightFactor​(java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.priorityWeightFactor attribute.
        Parameters:
        value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • setPriorityWeightFactor

        public void setPriorityWeightFactor​(SessionContext ctx,
                                            int value)
        Generated method - Setter of the SourcingConfig.priorityWeightFactor attribute.
        Parameters:
        value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • setPriorityWeightFactor

        public void setPriorityWeightFactor​(int value)
        Generated method - Setter of the SourcingConfig.priorityWeightFactor attribute.
        Parameters:
        value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing
      • getScoreWeightFactor

        public java.lang.Integer getScoreWeightFactor​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.scoreWeightFactor attribute.
        Returns:
        the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • getScoreWeightFactor

        public java.lang.Integer getScoreWeightFactor()
        Generated method - Getter of the SourcingConfig.scoreWeightFactor attribute.
        Returns:
        the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • getScoreWeightFactorAsPrimitive

        public int getScoreWeightFactorAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SourcingConfig.scoreWeightFactor attribute.
        Returns:
        the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • getScoreWeightFactorAsPrimitive

        public int getScoreWeightFactorAsPrimitive()
        Generated method - Getter of the SourcingConfig.scoreWeightFactor attribute.
        Returns:
        the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • setScoreWeightFactor

        public void setScoreWeightFactor​(SessionContext ctx,
                                         java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.scoreWeightFactor attribute.
        Parameters:
        value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • setScoreWeightFactor

        public void setScoreWeightFactor​(java.lang.Integer value)
        Generated method - Setter of the SourcingConfig.scoreWeightFactor attribute.
        Parameters:
        value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • setScoreWeightFactor

        public void setScoreWeightFactor​(SessionContext ctx,
                                         int value)
        Generated method - Setter of the SourcingConfig.scoreWeightFactor attribute.
        Parameters:
        value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing
      • setScoreWeightFactor

        public void setScoreWeightFactor​(int value)
        Generated method - Setter of the SourcingConfig.scoreWeightFactor attribute.
        Parameters:
        value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcing