Class ClassificationSystemVersionModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.CatalogVersionModel
de.hybris.platform.catalog.model.classification.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(de.hybris.platform.servicelayer.model.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

    • getCatalog

      @Accessor(qualifier="catalog", type=GETTER) public ClassificationSystemModel getCatalog()
      Generated method - Getter of the CatalogVersion.catalog attribute defined at extension catalog and redeclared at extension catalog.
      Overrides:
      getCatalog in class CatalogVersionModel
      Returns:
      the catalog - the classification system
    • setCatalog

      @Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
      Generated method - Initial setter of CatalogVersion.catalog attribute defined at extension catalog and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type ClassificationSystemModel.
      Overrides:
      setCatalog in class CatalogVersionModel
      Parameters:
      value - the catalog - the classification system