Class GeneratedCxCustomizationsGroup

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

public abstract class GeneratedCxCustomizationsGroup extends GenericItem
Generated class for type CxCustomizationsGroup.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCxCustomizationsGroup

      public GeneratedCxCustomizationsGroup()
  • Method Details

    • getDefaultAttributeModes

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

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the CxCustomizationsGroup.catalogVersion attribute.
      Returns:
      the catalogVersion
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the CxCustomizationsGroup.catalogVersion attribute.
      Returns:
      the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the CxCustomizationsGroup.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the CxCustomizationsGroup.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the CxCustomizationsGroup.code attribute.
      Returns:
      the code - Group code
    • getCode

      public String getCode()
      Generated method - Getter of the CxCustomizationsGroup.code attribute.
      Returns:
      the code - Group code
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the CxCustomizationsGroup.code attribute.
      Parameters:
      value - the code - Group code
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the CxCustomizationsGroup.code attribute.
      Parameters:
      value - the code - Group code
    • getCustomizations

      public List<CxCustomization> getCustomizations(SessionContext ctx)
      Generated method - Getter of the CxCustomizationsGroup.customizations attribute.
      Returns:
      the customizations
    • getCustomizations

      public List<CxCustomization> getCustomizations()
      Generated method - Getter of the CxCustomizationsGroup.customizations attribute.
      Returns:
      the customizations
    • setCustomizations

      public void setCustomizations(SessionContext ctx, List<CxCustomization> value)
      Generated method - Setter of the CxCustomizationsGroup.customizations attribute.
      Parameters:
      value - the customizations
    • setCustomizations

      public void setCustomizations(List<CxCustomization> value)
      Generated method - Setter of the CxCustomizationsGroup.customizations attribute.
      Parameters:
      value - the customizations
    • addToCustomizations

      public void addToCustomizations(SessionContext ctx, CxCustomization value)
      Generated method - Adds value to customizations.
      Parameters:
      value - the item to add to customizations
    • addToCustomizations

      public void addToCustomizations(CxCustomization value)
      Generated method - Adds value to customizations.
      Parameters:
      value - the item to add to customizations
    • removeFromCustomizations

      public void removeFromCustomizations(SessionContext ctx, CxCustomization value)
      Generated method - Removes value from customizations.
      Parameters:
      value - the item to remove from customizations
    • removeFromCustomizations

      public void removeFromCustomizations(CxCustomization value)
      Generated method - Removes value from customizations.
      Parameters:
      value - the item to remove from customizations