Class GeneratedCategoryCatalogVersionDifference

    • Field Detail

      • SOURCECATEGORY

        public static final java.lang.String SOURCECATEGORY
        Qualifier of the CategoryCatalogVersionDifference.sourceCategory attribute
        See Also:
        Constant Field Values
      • TARGETCATEGORY

        public static final java.lang.String TARGETCATEGORY
        Qualifier of the CategoryCatalogVersionDifference.targetCategory attribute
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Qualifier of the CategoryCatalogVersionDifference.mode 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

      • GeneratedCategoryCatalogVersionDifference

        public GeneratedCategoryCatalogVersionDifference()
    • Method Detail

      • 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