Class ClassificationSystemVersionModel

All Implemented Interfaces:
Serializable

public class ClassificationSystemVersionModel extends CatalogVersionModel
Generated model class for type ClassificationSystemVersion first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _CATALOG2VERSIONSRELATION

      public static final String _CATALOG2VERSIONSRELATION
      Generated relation code constant for relation Catalog2VersionsRelation defining source attribute catalog in extension catalog.
      See Also:
  • Constructor Details

    • ClassificationSystemVersionModel

      public ClassificationSystemVersionModel()
      Generated constructor - Default constructor for generic creation.
    • ClassificationSystemVersionModel

      public ClassificationSystemVersionModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ClassificationSystemVersionModel

      @Deprecated(since="4.1.1", forRemoval=true) public ClassificationSystemVersionModel(ClassificationSystemModel _catalog, String _version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalog - initial attribute declared by type ClassificationSystemVersion at extension catalog
      _version - initial attribute declared by type CatalogVersion at extension catalog
    • ClassificationSystemVersionModel

      @Deprecated(since="4.1.1", forRemoval=true) public ClassificationSystemVersionModel(ClassificationSystemModel _catalog, ItemModel _owner, String _version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalog - initial attribute declared by type ClassificationSystemVersion at extension catalog
      _owner - initial attribute declared by type Item at extension core
      _version - initial attribute declared by type CatalogVersion at extension catalog
  • Method Details