Class GeneratedClassificationSystem

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

public abstract class GeneratedClassificationSystem extends Catalog
Generated class for type ClassificationSystem.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedClassificationSystem

      public GeneratedClassificationSystem()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<CatalogVersion> getCatalogVersions(SessionContext ctx)
      Generated method - Getter of the ClassificationSystem.catalogVersions attribute.
      Overrides:
      getCatalogVersions in class GeneratedCatalog
      Returns:
      the catalogVersions - classification system versions of this catalog
    • getCatalogVersions

      public Set<CatalogVersion> getCatalogVersions()
      Generated method - Getter of the ClassificationSystem.catalogVersions attribute.
      Overrides:
      getCatalogVersions in class GeneratedCatalog
      Returns:
      the catalogVersions - classification system versions of this catalog
    • setCatalogVersions

      public void setCatalogVersions(SessionContext ctx, Set<CatalogVersion> value)
      Generated method - Setter of the ClassificationSystem.catalogVersions attribute.
      Overrides:
      setCatalogVersions in class GeneratedCatalog
      Parameters:
      value - the catalogVersions - classification system versions of this catalog
    • setCatalogVersions

      public void setCatalogVersions(Set<CatalogVersion> value)
      Generated method - Setter of the ClassificationSystem.catalogVersions attribute.
      Overrides:
      setCatalogVersions in class GeneratedCatalog
      Parameters:
      value - the catalogVersions - classification system versions of this catalog
    • addToCatalogVersions

      public void addToCatalogVersions(SessionContext ctx, ClassificationSystemVersion value)
      Generated method - Adds value to catalogVersions.
      Parameters:
      value - the item to add to catalogVersions - classification system versions of this catalog
    • addToCatalogVersions

      public void addToCatalogVersions(ClassificationSystemVersion value)
      Generated method - Adds value to catalogVersions.
      Parameters:
      value - the item to add to catalogVersions - classification system versions of this catalog
    • removeFromCatalogVersions

      public void removeFromCatalogVersions(SessionContext ctx, ClassificationSystemVersion value)
      Generated method - Removes value from catalogVersions.
      Parameters:
      value - the item to remove from catalogVersions - classification system versions of this catalog
    • removeFromCatalogVersions

      public void removeFromCatalogVersions(ClassificationSystemVersion value)
      Generated method - Removes value from catalogVersions.
      Parameters:
      value - the item to remove from catalogVersions - classification system versions of this catalog