Class GeneratedBundleTemplateStatus

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the BundleTemplateStatus.id attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

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

        public static final java.lang.String STATUS
        Qualifier of the BundleTemplateStatus.status attribute
        See Also:
        Constant Field Values
      • BUNDLETEMPLATES

        public static final java.lang.String BUNDLETEMPLATES
        Qualifier of the BundleTemplateStatus.bundleTemplates 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

      • GeneratedBundleTemplateStatus

        public GeneratedBundleTemplateStatus()
    • Method Detail

      • getBundleTemplates

        public java.util.Collection<BundleTemplate> getBundleTemplates​(SessionContext ctx)
        Generated method - Getter of the BundleTemplateStatus.bundleTemplates attribute.
        Returns:
        the bundleTemplates
      • getBundleTemplates

        public java.util.Collection<BundleTemplate> getBundleTemplates()
        Generated method - Getter of the BundleTemplateStatus.bundleTemplates attribute.
        Returns:
        the bundleTemplates
      • setBundleTemplates

        public void setBundleTemplates​(SessionContext ctx,
                                       java.util.Collection<BundleTemplate> value)
        Generated method - Setter of the BundleTemplateStatus.bundleTemplates attribute.
        Parameters:
        value - the bundleTemplates
      • setBundleTemplates

        public void setBundleTemplates​(java.util.Collection<BundleTemplate> value)
        Generated method - Setter of the BundleTemplateStatus.bundleTemplates attribute.
        Parameters:
        value - the bundleTemplates
      • addToBundleTemplates

        public void addToBundleTemplates​(SessionContext ctx,
                                         BundleTemplate value)
        Generated method - Adds value to bundleTemplates.
        Parameters:
        value - the item to add to bundleTemplates
      • addToBundleTemplates

        public void addToBundleTemplates​(BundleTemplate value)
        Generated method - Adds value to bundleTemplates.
        Parameters:
        value - the item to add to bundleTemplates
      • removeFromBundleTemplates

        public void removeFromBundleTemplates​(SessionContext ctx,
                                              BundleTemplate value)
        Generated method - Removes value from bundleTemplates.
        Parameters:
        value - the item to remove from bundleTemplates
      • removeFromBundleTemplates

        public void removeFromBundleTemplates​(BundleTemplate value)
        Generated method - Removes value from bundleTemplates.
        Parameters:
        value - the item to remove from bundleTemplates
      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the BundleTemplateStatus.catalogVersion attribute.
        Returns:
        the catalogVersion - Catalog Version
      • getCatalogVersion

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

        protected void setCatalogVersion​(SessionContext ctx,
                                         CatalogVersion value)
        Generated method - Setter of the BundleTemplateStatus.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version
      • setCatalogVersion

        protected void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the BundleTemplateStatus.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the BundleTemplateStatus.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the BundleTemplateStatus.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the BundleTemplateStatus.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the BundleTemplateStatus.id attribute.
        Parameters:
        value - the id - Identifier
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the BundleTemplateStatus.status attribute.
        Returns:
        the status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the BundleTemplateStatus.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the BundleTemplateStatus.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the BundleTemplateStatus.status attribute.
        Parameters:
        value - the status