Class GeneratedCxCustomizationsGroup

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the CxCustomizationsGroup.code attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the CxCustomizationsGroup.catalogVersion attribute
        See Also:
        Constant Field Values
      • CUSTOMIZATIONS

        public static final java.lang.String CUSTOMIZATIONS
        Qualifier of the CxCustomizationsGroup.customizations 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

      • GeneratedCxCustomizationsGroup

        public GeneratedCxCustomizationsGroup()
    • Method Detail

      • 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 java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the CxCustomizationsGroup.code attribute.
        Returns:
        the code - Group code
      • getCode

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

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

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

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

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

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

        public void setCustomizations​(java.util.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