Class ClassificationSystemVersionModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _CATALOG2VERSIONSRELATION

        public static final java.lang.String _CATALOG2VERSIONSRELATION
        Generated relation code constant for relation Catalog2VersionsRelation defining source attribute catalog in extension catalog.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                                java.lang.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,
                                                java.lang.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 Detail

      • 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