Class GeneratedCodeGenerationConfiguration

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Qualifier of the CodeGenerationConfiguration.name attribute
        See Also:
        Constant Field Values
      • CODESEPARATOR

        public static final java.lang.String CODESEPARATOR
        Qualifier of the CodeGenerationConfiguration.codeSeparator attribute
        See Also:
        Constant Field Values
      • COUPONPARTCOUNT

        public static final java.lang.String COUPONPARTCOUNT
        Qualifier of the CodeGenerationConfiguration.couponPartCount attribute
        See Also:
        Constant Field Values
      • COUPONPARTLENGTH

        public static final java.lang.String COUPONPARTLENGTH
        Qualifier of the CodeGenerationConfiguration.couponPartLength 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

      • GeneratedCodeGenerationConfiguration

        public GeneratedCodeGenerationConfiguration()
    • Method Detail

      • getCodeSeparator

        public java.lang.String getCodeSeparator​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.codeSeparator attribute.
        Returns:
        the codeSeparator
      • getCodeSeparator

        public java.lang.String getCodeSeparator()
        Generated method - Getter of the CodeGenerationConfiguration.codeSeparator attribute.
        Returns:
        the codeSeparator
      • setCodeSeparator

        public void setCodeSeparator​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the CodeGenerationConfiguration.codeSeparator attribute.
        Parameters:
        value - the codeSeparator
      • setCodeSeparator

        public void setCodeSeparator​(java.lang.String value)
        Generated method - Setter of the CodeGenerationConfiguration.codeSeparator attribute.
        Parameters:
        value - the codeSeparator
      • getCouponPartCount

        public java.lang.Integer getCouponPartCount​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute.
        Returns:
        the couponPartCount
      • getCouponPartCount

        public java.lang.Integer getCouponPartCount()
        Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute.
        Returns:
        the couponPartCount
      • getCouponPartCountAsPrimitive

        public int getCouponPartCountAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute.
        Returns:
        the couponPartCount
      • getCouponPartCountAsPrimitive

        public int getCouponPartCountAsPrimitive()
        Generated method - Getter of the CodeGenerationConfiguration.couponPartCount attribute.
        Returns:
        the couponPartCount
      • setCouponPartCount

        public void setCouponPartCount​(SessionContext ctx,
                                       java.lang.Integer value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartCount attribute.
        Parameters:
        value - the couponPartCount
      • setCouponPartCount

        public void setCouponPartCount​(java.lang.Integer value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartCount attribute.
        Parameters:
        value - the couponPartCount
      • setCouponPartCount

        public void setCouponPartCount​(SessionContext ctx,
                                       int value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartCount attribute.
        Parameters:
        value - the couponPartCount
      • setCouponPartCount

        public void setCouponPartCount​(int value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartCount attribute.
        Parameters:
        value - the couponPartCount
      • getCouponPartLength

        public java.lang.Integer getCouponPartLength​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute.
        Returns:
        the couponPartLength
      • getCouponPartLength

        public java.lang.Integer getCouponPartLength()
        Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute.
        Returns:
        the couponPartLength
      • getCouponPartLengthAsPrimitive

        public int getCouponPartLengthAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute.
        Returns:
        the couponPartLength
      • getCouponPartLengthAsPrimitive

        public int getCouponPartLengthAsPrimitive()
        Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute.
        Returns:
        the couponPartLength
      • setCouponPartLength

        public void setCouponPartLength​(SessionContext ctx,
                                        java.lang.Integer value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartLength attribute.
        Parameters:
        value - the couponPartLength
      • setCouponPartLength

        public void setCouponPartLength​(java.lang.Integer value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartLength attribute.
        Parameters:
        value - the couponPartLength
      • setCouponPartLength

        public void setCouponPartLength​(SessionContext ctx,
                                        int value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartLength attribute.
        Parameters:
        value - the couponPartLength
      • setCouponPartLength

        public void setCouponPartLength​(int value)
        Generated method - Setter of the CodeGenerationConfiguration.couponPartLength attribute.
        Parameters:
        value - the couponPartLength
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the CodeGenerationConfiguration.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the CodeGenerationConfiguration.name attribute.
        Returns:
        the name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the CodeGenerationConfiguration.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the CodeGenerationConfiguration.name attribute.
        Parameters:
        value - the name