Class GeneratedCatalogVersionDifference

    • Field Detail

      • SOURCEVERSION

        public static final java.lang.String SOURCEVERSION
        Qualifier of the CatalogVersionDifference.sourceVersion attribute
        See Also:
        Constant Field Values
      • TARGETVERSION

        public static final java.lang.String TARGETVERSION
        Qualifier of the CatalogVersionDifference.targetVersion attribute
        See Also:
        Constant Field Values
      • CRONJOB

        public static final java.lang.String CRONJOB
        Qualifier of the CatalogVersionDifference.cronJob attribute
        See Also:
        Constant Field Values
      • DIFFERENCETEXT

        public static final java.lang.String DIFFERENCETEXT
        Qualifier of the CatalogVersionDifference.differenceText attribute
        See Also:
        Constant Field Values
      • DIFFERENCEVALUE

        public static final java.lang.String DIFFERENCEVALUE
        Qualifier of the CatalogVersionDifference.differenceValue attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCatalogVersionDifference

        public GeneratedCatalogVersionDifference()
    • Method Detail

      • getCronJob

        public CompareCatalogVersionsCronJob getCronJob()
        Generated method - Getter of the CatalogVersionDifference.cronJob attribute.
        Returns:
        the cronJob
      • setCronJob

        protected void setCronJob​(CompareCatalogVersionsCronJob value)
        Generated method - Setter of the CatalogVersionDifference.cronJob attribute.
        Parameters:
        value - the cronJob
      • getDifferenceText

        public java.lang.String getDifferenceText​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionDifference.differenceText attribute.
        Returns:
        the differenceText
      • getDifferenceText

        public java.lang.String getDifferenceText()
        Generated method - Getter of the CatalogVersionDifference.differenceText attribute.
        Returns:
        the differenceText
      • setDifferenceText

        public void setDifferenceText​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the CatalogVersionDifference.differenceText attribute.
        Parameters:
        value - the differenceText
      • setDifferenceText

        public void setDifferenceText​(java.lang.String value)
        Generated method - Setter of the CatalogVersionDifference.differenceText attribute.
        Parameters:
        value - the differenceText
      • getDifferenceValue

        public java.lang.Double getDifferenceValue​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionDifference.differenceValue attribute.
        Returns:
        the differenceValue
      • getDifferenceValue

        public java.lang.Double getDifferenceValue()
        Generated method - Getter of the CatalogVersionDifference.differenceValue attribute.
        Returns:
        the differenceValue
      • getDifferenceValueAsPrimitive

        public double getDifferenceValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionDifference.differenceValue attribute.
        Returns:
        the differenceValue
      • getDifferenceValueAsPrimitive

        public double getDifferenceValueAsPrimitive()
        Generated method - Getter of the CatalogVersionDifference.differenceValue attribute.
        Returns:
        the differenceValue
      • setDifferenceValue

        public void setDifferenceValue​(SessionContext ctx,
                                       java.lang.Double value)
        Generated method - Setter of the CatalogVersionDifference.differenceValue attribute.
        Parameters:
        value - the differenceValue
      • setDifferenceValue

        public void setDifferenceValue​(java.lang.Double value)
        Generated method - Setter of the CatalogVersionDifference.differenceValue attribute.
        Parameters:
        value - the differenceValue
      • setDifferenceValue

        public void setDifferenceValue​(SessionContext ctx,
                                       double value)
        Generated method - Setter of the CatalogVersionDifference.differenceValue attribute.
        Parameters:
        value - the differenceValue
      • setDifferenceValue

        public void setDifferenceValue​(double value)
        Generated method - Setter of the CatalogVersionDifference.differenceValue attribute.
        Parameters:
        value - the differenceValue
      • getSourceVersion

        public CatalogVersion getSourceVersion​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionDifference.sourceVersion attribute.
        Returns:
        the sourceVersion
      • getSourceVersion

        public CatalogVersion getSourceVersion()
        Generated method - Getter of the CatalogVersionDifference.sourceVersion attribute.
        Returns:
        the sourceVersion
      • setSourceVersion

        protected void setSourceVersion​(SessionContext ctx,
                                        CatalogVersion value)
        Generated method - Setter of the CatalogVersionDifference.sourceVersion attribute.
        Parameters:
        value - the sourceVersion
      • setSourceVersion

        protected void setSourceVersion​(CatalogVersion value)
        Generated method - Setter of the CatalogVersionDifference.sourceVersion attribute.
        Parameters:
        value - the sourceVersion
      • getTargetVersion

        public CatalogVersion getTargetVersion​(SessionContext ctx)
        Generated method - Getter of the CatalogVersionDifference.targetVersion attribute.
        Returns:
        the targetVersion
      • getTargetVersion

        public CatalogVersion getTargetVersion()
        Generated method - Getter of the CatalogVersionDifference.targetVersion attribute.
        Returns:
        the targetVersion
      • setTargetVersion

        protected void setTargetVersion​(SessionContext ctx,
                                        CatalogVersion value)
        Generated method - Setter of the CatalogVersionDifference.targetVersion attribute.
        Parameters:
        value - the targetVersion
      • setTargetVersion

        protected void setTargetVersion​(CatalogVersion value)
        Generated method - Setter of the CatalogVersionDifference.targetVersion attribute.
        Parameters:
        value - the targetVersion