Class GeneratedCodeGenerationConfiguration

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

public abstract class GeneratedCodeGenerationConfiguration extends GenericItem
Generated class for type CodeGenerationConfiguration.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      Qualifier of the CodeGenerationConfiguration.name attribute
      See Also:
    • CODESEPARATOR

      public static final String CODESEPARATOR
      Qualifier of the CodeGenerationConfiguration.codeSeparator attribute
      See Also:
    • COUPONPARTCOUNT

      public static final String COUPONPARTCOUNT
      Qualifier of the CodeGenerationConfiguration.couponPartCount attribute
      See Also:
    • COUPONPARTLENGTH

      public static final String COUPONPARTLENGTH
      Qualifier of the CodeGenerationConfiguration.couponPartLength attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCodeGenerationConfiguration

      public GeneratedCodeGenerationConfiguration()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the CodeGenerationConfiguration.couponPartCount attribute.
      Parameters:
      value - the couponPartCount
    • setCouponPartCount

      public void setCouponPartCount(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 Integer getCouponPartLength(SessionContext ctx)
      Generated method - Getter of the CodeGenerationConfiguration.couponPartLength attribute.
      Returns:
      the couponPartLength
    • getCouponPartLength

      public 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, Integer value)
      Generated method - Setter of the CodeGenerationConfiguration.couponPartLength attribute.
      Parameters:
      value - the couponPartLength
    • setCouponPartLength

      public void setCouponPartLength(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 String getName(SessionContext ctx)
      Generated method - Getter of the CodeGenerationConfiguration.name attribute.
      Returns:
      the name
    • getName

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

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

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