Class GeneratedCategoryCatalogVersionDifference

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

public abstract class GeneratedCategoryCatalogVersionDifference extends CatalogVersionDifference
Generated class for type CategoryCatalogVersionDifference.
See Also:
  • Field Details

    • SOURCECATEGORY

      public static final String SOURCECATEGORY
      Qualifier of the CategoryCatalogVersionDifference.sourceCategory attribute
      See Also:
    • TARGETCATEGORY

      public static final String TARGETCATEGORY
      Qualifier of the CategoryCatalogVersionDifference.targetCategory attribute
      See Also:
    • MODE

      public static final String MODE
      Qualifier of the CategoryCatalogVersionDifference.mode attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCategoryCatalogVersionDifference

      public GeneratedCategoryCatalogVersionDifference()
  • Method Details

    • getDefaultAttributeModes

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

      public EnumerationValue getMode(SessionContext ctx)
      Generated method - Getter of the CategoryCatalogVersionDifference.mode attribute.
      Returns:
      the mode
    • getMode

      public EnumerationValue getMode()
      Generated method - Getter of the CategoryCatalogVersionDifference.mode attribute.
      Returns:
      the mode
    • setMode

      protected void setMode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the CategoryCatalogVersionDifference.mode attribute.
      Parameters:
      value - the mode
    • setMode

      protected void setMode(EnumerationValue value)
      Generated method - Setter of the CategoryCatalogVersionDifference.mode attribute.
      Parameters:
      value - the mode
    • getSourceCategory

      public Category getSourceCategory(SessionContext ctx)
      Generated method - Getter of the CategoryCatalogVersionDifference.sourceCategory attribute.
      Returns:
      the sourceCategory
    • getSourceCategory

      public Category getSourceCategory()
      Generated method - Getter of the CategoryCatalogVersionDifference.sourceCategory attribute.
      Returns:
      the sourceCategory
    • setSourceCategory

      protected void setSourceCategory(SessionContext ctx, Category value)
      Generated method - Setter of the CategoryCatalogVersionDifference.sourceCategory attribute.
      Parameters:
      value - the sourceCategory
    • setSourceCategory

      protected void setSourceCategory(Category value)
      Generated method - Setter of the CategoryCatalogVersionDifference.sourceCategory attribute.
      Parameters:
      value - the sourceCategory
    • getTargetCategory

      public Category getTargetCategory(SessionContext ctx)
      Generated method - Getter of the CategoryCatalogVersionDifference.targetCategory attribute.
      Returns:
      the targetCategory
    • getTargetCategory

      public Category getTargetCategory()
      Generated method - Getter of the CategoryCatalogVersionDifference.targetCategory attribute.
      Returns:
      the targetCategory
    • setTargetCategory

      protected void setTargetCategory(SessionContext ctx, Category value)
      Generated method - Setter of the CategoryCatalogVersionDifference.targetCategory attribute.
      Parameters:
      value - the targetCategory
    • setTargetCategory

      protected void setTargetCategory(Category value)
      Generated method - Setter of the CategoryCatalogVersionDifference.targetCategory attribute.
      Parameters:
      value - the targetCategory