Class CategoryCatalogVersionDifferenceModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class CategoryCatalogVersionDifferenceModel
    extends CatalogVersionDifferenceModel
    Generated model class for type CategoryCatalogVersionDifference 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
      • SOURCECATEGORY

        public static final java.lang.String SOURCECATEGORY
        Generated constant - Attribute key of CategoryCatalogVersionDifference.sourceCategory attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • TARGETCATEGORY

        public static final java.lang.String TARGETCATEGORY
        Generated constant - Attribute key of CategoryCatalogVersionDifference.targetCategory attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Generated constant - Attribute key of CategoryCatalogVersionDifference.mode attribute defined at extension catalog.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CategoryCatalogVersionDifferenceModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CategoryCatalogVersionDifferenceModel​(CompareCatalogVersionsCronJobModel _cronJob,
                                                     CategoryDifferenceMode _mode,
                                                     CatalogVersionModel _sourceVersion,
                                                     CatalogVersionModel _targetVersion)
        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:
        _cronJob - initial attribute declared by type CatalogVersionDifference at extension catalog
        _mode - initial attribute declared by type CategoryCatalogVersionDifference at extension catalog
        _sourceVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
        _targetVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
      • CategoryCatalogVersionDifferenceModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public CategoryCatalogVersionDifferenceModel​(CompareCatalogVersionsCronJobModel _cronJob,
                                                     CategoryDifferenceMode _mode,
                                                     ItemModel _owner,
                                                     CategoryModel _sourceCategory,
                                                     CatalogVersionModel _sourceVersion,
                                                     CategoryModel _targetCategory,
                                                     CatalogVersionModel _targetVersion)
        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:
        _cronJob - initial attribute declared by type CatalogVersionDifference at extension catalog
        _mode - initial attribute declared by type CategoryCatalogVersionDifference at extension catalog
        _owner - initial attribute declared by type Item at extension core
        _sourceCategory - initial attribute declared by type CategoryCatalogVersionDifference at extension catalog
        _sourceVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
        _targetCategory - initial attribute declared by type CategoryCatalogVersionDifference at extension catalog
        _targetVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
    • Method Detail

      • getSourceCategory

        @Accessor(qualifier="sourceCategory",
                  type=GETTER)
        public CategoryModel getSourceCategory()
        Generated method - Getter of the CategoryCatalogVersionDifference.sourceCategory attribute defined at extension catalog.
        Returns:
        the sourceCategory
      • getTargetCategory

        @Accessor(qualifier="targetCategory",
                  type=GETTER)
        public CategoryModel getTargetCategory()
        Generated method - Getter of the CategoryCatalogVersionDifference.targetCategory attribute defined at extension catalog.
        Returns:
        the targetCategory
      • setMode

        @Accessor(qualifier="mode",
                  type=SETTER)
        public void setMode​(CategoryDifferenceMode value)
        Generated method - Initial setter of CategoryCatalogVersionDifference.mode attribute defined at extension catalog. Can only be used at creation of model - before first save.
        Parameters:
        value - the mode
      • setSourceCategory

        @Accessor(qualifier="sourceCategory",
                  type=SETTER)
        public void setSourceCategory​(CategoryModel value)
        Generated method - Initial setter of CategoryCatalogVersionDifference.sourceCategory attribute defined at extension catalog. Can only be used at creation of model - before first save.
        Parameters:
        value - the sourceCategory
      • setTargetCategory

        @Accessor(qualifier="targetCategory",
                  type=SETTER)
        public void setTargetCategory​(CategoryModel value)
        Generated method - Initial setter of CategoryCatalogVersionDifference.targetCategory attribute defined at extension catalog. Can only be used at creation of model - before first save.
        Parameters:
        value - the targetCategory