Class CatalogVersionDifferenceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.CatalogVersionDifferenceModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CategoryCatalogVersionDifferenceModel, ProductCatalogVersionDifferenceModel

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

    • _TYPECODE

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

      public static final String SOURCEVERSION
      Generated constant - Attribute key of CatalogVersionDifference.sourceVersion attribute defined at extension catalog.
      See Also:
    • TARGETVERSION

      public static final String TARGETVERSION
      Generated constant - Attribute key of CatalogVersionDifference.targetVersion attribute defined at extension catalog.
      See Also:
    • CRONJOB

      public static final String CRONJOB
      Generated constant - Attribute key of CatalogVersionDifference.cronJob attribute defined at extension catalog.
      See Also:
    • DIFFERENCETEXT

      public static final String DIFFERENCETEXT
      Generated constant - Attribute key of CatalogVersionDifference.differenceText attribute defined at extension catalog.
      See Also:
    • DIFFERENCEVALUE

      public static final String DIFFERENCEVALUE
      Generated constant - Attribute key of CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • CatalogVersionDifferenceModel

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

      public CatalogVersionDifferenceModel(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
    • CatalogVersionDifferenceModel

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

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionDifferenceModel(CompareCatalogVersionsCronJobModel _cronJob, ItemModel _owner, 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 - for all mandatory and initial attributes.
      Parameters:
      _cronJob - initial attribute declared by type CatalogVersionDifference at extension catalog
      _owner - initial attribute declared by type Item at extension core
      _sourceVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
      _targetVersion - initial attribute declared by type CatalogVersionDifference at extension catalog
  • Method Details

    • getCronJob

      @Accessor(qualifier="cronJob", type=GETTER) public CompareCatalogVersionsCronJobModel getCronJob()
      Generated method - Getter of the CatalogVersionDifference.cronJob attribute defined at extension catalog.
      Returns:
      the cronJob
    • getDifferenceText

      @Accessor(qualifier="differenceText", type=GETTER) public String getDifferenceText()
      Generated method - Getter of the CatalogVersionDifference.differenceText attribute defined at extension catalog.
      Returns:
      the differenceText
    • getDifferenceValue

      @Accessor(qualifier="differenceValue", type=GETTER) public Double getDifferenceValue()
      Generated method - Getter of the CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      Returns:
      the differenceValue
    • getSourceVersion

      @Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
      Generated method - Getter of the CatalogVersionDifference.sourceVersion attribute defined at extension catalog.
      Returns:
      the sourceVersion
    • getTargetVersion

      @Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
      Generated method - Getter of the CatalogVersionDifference.targetVersion attribute defined at extension catalog.
      Returns:
      the targetVersion
    • setCronJob

      @Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CompareCatalogVersionsCronJobModel value)
      Generated method - Initial setter of CatalogVersionDifference.cronJob attribute defined at extension catalog. Can only be used at creation of model - before first save.
      Parameters:
      value - the cronJob
    • setDifferenceText

      @Accessor(qualifier="differenceText", type=SETTER) public void setDifferenceText(String value)
      Generated method - Setter of CatalogVersionDifference.differenceText attribute defined at extension catalog.
      Parameters:
      value - the differenceText
    • setDifferenceValue

      @Accessor(qualifier="differenceValue", type=SETTER) public void setDifferenceValue(Double value)
      Generated method - Setter of CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      Parameters:
      value - the differenceValue
    • setSourceVersion

      @Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value)
      Generated method - Initial setter of CatalogVersionDifference.sourceVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.
      Parameters:
      value - the sourceVersion
    • setTargetVersion

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