Class CatalogVersionDifferenceModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CRONJOB
      Generated constant - Attribute key of CatalogVersionDifference.cronJob attribute defined at extension catalog.
      static java.lang.String DIFFERENCETEXT
      Generated constant - Attribute key of CatalogVersionDifference.differenceText attribute defined at extension catalog.
      static java.lang.String DIFFERENCEVALUE
      Generated constant - Attribute key of CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      static java.lang.String SOURCEVERSION
      Generated constant - Attribute key of CatalogVersionDifference.sourceVersion attribute defined at extension catalog.
      static java.lang.String TARGETVERSION
      Generated constant - Attribute key of CatalogVersionDifference.targetVersion attribute defined at extension catalog.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CompareCatalogVersionsCronJobModel getCronJob()
      Generated method - Getter of the CatalogVersionDifference.cronJob attribute defined at extension catalog.
      java.lang.String getDifferenceText()
      Generated method - Getter of the CatalogVersionDifference.differenceText attribute defined at extension catalog.
      java.lang.Double getDifferenceValue()
      Generated method - Getter of the CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      CatalogVersionModel getSourceVersion()
      Generated method - Getter of the CatalogVersionDifference.sourceVersion attribute defined at extension catalog.
      CatalogVersionModel getTargetVersion()
      Generated method - Getter of the CatalogVersionDifference.targetVersion attribute defined at extension catalog.
      void setCronJob​(CompareCatalogVersionsCronJobModel value)
      Generated method - Initial setter of CatalogVersionDifference.cronJob attribute defined at extension catalog.
      void setDifferenceText​(java.lang.String value)
      Generated method - Setter of CatalogVersionDifference.differenceText attribute defined at extension catalog.
      void setDifferenceValue​(java.lang.Double value)
      Generated method - Setter of CatalogVersionDifference.differenceValue attribute defined at extension catalog.
      void setSourceVersion​(CatalogVersionModel value)
      Generated method - Initial setter of CatalogVersionDifference.sourceVersion attribute defined at extension catalog.
      void setTargetVersion​(CatalogVersionModel value)
      Generated method - Initial setter of CatalogVersionDifference.targetVersion attribute defined at extension catalog.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

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

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

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

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

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

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

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

      • 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 java.lang.String getDifferenceText()
        Generated method - Getter of the CatalogVersionDifference.differenceText attribute defined at extension catalog.
        Returns:
        the differenceText
      • getDifferenceValue

        @Accessor(qualifier="differenceValue",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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