Class GeneratedProductConfigurationFormComponent

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

public abstract class GeneratedProductConfigurationFormComponent extends CMSParagraphComponent
Generated class for type ProductConfigurationFormComponent.
See Also:
  • Field Details

    • GROUPSTARTLEVEL

      public static final String GROUPSTARTLEVEL
      Qualifier of the ProductConfigurationFormComponent.groupStartLevel attribute
      See Also:
    • SHOWSUMMARY

      public static final String SHOWSUMMARY
      Qualifier of the ProductConfigurationFormComponent.showSummary attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedProductConfigurationFormComponent

      public GeneratedProductConfigurationFormComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getGroupStartLevel(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Returns:
      the groupStartLevel
    • getGroupStartLevel

      public Integer getGroupStartLevel()
      Generated method - Getter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Returns:
      the groupStartLevel
    • getGroupStartLevelAsPrimitive

      public int getGroupStartLevelAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Returns:
      the groupStartLevel
    • getGroupStartLevelAsPrimitive

      public int getGroupStartLevelAsPrimitive()
      Generated method - Getter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Returns:
      the groupStartLevel
    • setGroupStartLevel

      public void setGroupStartLevel(SessionContext ctx, Integer value)
      Generated method - Setter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Parameters:
      value - the groupStartLevel
    • setGroupStartLevel

      public void setGroupStartLevel(Integer value)
      Generated method - Setter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Parameters:
      value - the groupStartLevel
    • setGroupStartLevel

      public void setGroupStartLevel(SessionContext ctx, int value)
      Generated method - Setter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Parameters:
      value - the groupStartLevel
    • setGroupStartLevel

      public void setGroupStartLevel(int value)
      Generated method - Setter of the ProductConfigurationFormComponent.groupStartLevel attribute.
      Parameters:
      value - the groupStartLevel
    • isShowSummary

      public Boolean isShowSummary(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationFormComponent.showSummary attribute.
      Returns:
      the showSummary
    • isShowSummary

      public Boolean isShowSummary()
      Generated method - Getter of the ProductConfigurationFormComponent.showSummary attribute.
      Returns:
      the showSummary
    • isShowSummaryAsPrimitive

      public boolean isShowSummaryAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ProductConfigurationFormComponent.showSummary attribute.
      Returns:
      the showSummary
    • isShowSummaryAsPrimitive

      public boolean isShowSummaryAsPrimitive()
      Generated method - Getter of the ProductConfigurationFormComponent.showSummary attribute.
      Returns:
      the showSummary
    • setShowSummary

      public void setShowSummary(SessionContext ctx, Boolean value)
      Generated method - Setter of the ProductConfigurationFormComponent.showSummary attribute.
      Parameters:
      value - the showSummary
    • setShowSummary

      public void setShowSummary(Boolean value)
      Generated method - Setter of the ProductConfigurationFormComponent.showSummary attribute.
      Parameters:
      value - the showSummary
    • setShowSummary

      public void setShowSummary(SessionContext ctx, boolean value)
      Generated method - Setter of the ProductConfigurationFormComponent.showSummary attribute.
      Parameters:
      value - the showSummary
    • setShowSummary

      public void setShowSummary(boolean value)
      Generated method - Setter of the ProductConfigurationFormComponent.showSummary attribute.
      Parameters:
      value - the showSummary