Class CatalogVersionDifferenceModel

    • 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​(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

      • 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