Class CategoryCatalogVersionDifferenceModel

All Implemented Interfaces:
Serializable

public class CategoryCatalogVersionDifferenceModel extends CatalogVersionDifferenceModel
Generated model class for type CategoryCatalogVersionDifference first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

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

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

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

      public static final String MODE
      Generated constant - Attribute key of CategoryCatalogVersionDifference.mode attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • 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 Details

    • getMode

      Generated method - Getter of the CategoryCatalogVersionDifference.mode attribute defined at extension catalog.
      Returns:
      the mode
    • 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