Class GeneratedBundleTemplateStatus

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

public abstract class GeneratedBundleTemplateStatus extends GenericItem
Generated class for type BundleTemplateStatus.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBundleTemplateStatus

      public GeneratedBundleTemplateStatus()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

      public void setBundleTemplates(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 String getId(SessionContext ctx)
      Generated method - Getter of the BundleTemplateStatus.id attribute.
      Returns:
      the id - Identifier
    • getId

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

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

      protected void setId(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