Class GeneratedCatalogVersionDifference

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
CatalogVersionDifference

public abstract class GeneratedCatalogVersionDifference extends GenericItem
Generated class for type CatalogVersionDifference.
See Also:
  • Field Details

    • SOURCEVERSION

      public static final String SOURCEVERSION
      Qualifier of the CatalogVersionDifference.sourceVersion attribute
      See Also:
    • TARGETVERSION

      public static final String TARGETVERSION
      Qualifier of the CatalogVersionDifference.targetVersion attribute
      See Also:
    • CRONJOB

      public static final String CRONJOB
      Qualifier of the CatalogVersionDifference.cronJob attribute
      See Also:
    • DIFFERENCETEXT

      public static final String DIFFERENCETEXT
      Qualifier of the CatalogVersionDifference.differenceText attribute
      See Also:
    • DIFFERENCEVALUE

      public static final String DIFFERENCEVALUE
      Qualifier of the CatalogVersionDifference.differenceValue attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedCatalogVersionDifference

      public GeneratedCatalogVersionDifference()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCronJob

      Generated method - Getter of the CatalogVersionDifference.cronJob attribute.
      Returns:
      the cronJob
    • getCronJob

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

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

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

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

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

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

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

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

      public 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, 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
    • 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