Class GeneratedProductConfigurationTitleSummaryComponent

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

public abstract class GeneratedProductConfigurationTitleSummaryComponent extends CMSParagraphComponent
See Also:
  • Field Details

    • SHOWSUMMARY

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

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

    • GeneratedProductConfigurationTitleSummaryComponent

      public GeneratedProductConfigurationTitleSummaryComponent()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

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