Class OfferGroupModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.category.model.CategoryModel
de.hybris.platform.travelservices.model.travel.OfferGroupModel
All Implemented Interfaces:
Serializable

public class OfferGroupModel extends CategoryModel
Generated model class for type OfferGroup first defined at extension travelservices.

Extending category type to include additional attributes.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CATEGORYMAPPING

      public static final String CATEGORYMAPPING
      Generated constant - Attribute key of OfferGroup.categoryMapping attribute defined at extension travelservices.
      See Also:
    • OFFERTYPE

      public static final String OFFERTYPE
      Generated constant - Attribute key of OfferGroup.offerType attribute defined at extension travelservices.
      See Also:
    • IGNORERULES

      public static final String IGNORERULES
      Generated constant - Attribute key of OfferGroup.ignoreRules attribute defined at extension travelservices.
      See Also:
    • SHOPPINGCATEGORYREFERENCE

      public static final String SHOPPINGCATEGORYREFERENCE
      Generated constant - Attribute key of OfferGroup.shoppingCategoryReference attribute defined at extension shoppingservices.
      See Also:
  • Constructor Details

    • OfferGroupModel

      public OfferGroupModel()
      Generated constructor - Default constructor for generic creation.
    • OfferGroupModel

      public OfferGroupModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • OfferGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public OfferGroupModel(CatalogVersionModel _catalogVersion, String _code)
      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:
      _catalogVersion - initial attribute declared by type Category at extension catalog
      _code - initial attribute declared by type Category at extension catalog
    • OfferGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public OfferGroupModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner)
      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:
      _catalogVersion - initial attribute declared by type Category at extension catalog
      _code - initial attribute declared by type Category at extension catalog
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCategoryMapping

      @Accessor(qualifier="categoryMapping", type=GETTER) public CategoryMapping getCategoryMapping()
      Generated method - Getter of the OfferGroup.categoryMapping attribute defined at extension travelservices.
      Returns:
      the categoryMapping
    • getIgnoreRules

      @Accessor(qualifier="ignoreRules", type=GETTER) public Boolean getIgnoreRules()
      Generated method - Getter of the OfferGroup.ignoreRules attribute defined at extension travelservices.
      Returns:
      the ignoreRules
    • getOfferType

      @Accessor(qualifier="offerType", type=GETTER) public OfferType getOfferType()
      Generated method - Getter of the OfferGroup.offerType attribute defined at extension travelservices.
      Returns:
      the offerType
    • getShoppingCategoryReference

      @Accessor(qualifier="shoppingCategoryReference", type=GETTER) public String getShoppingCategoryReference()
      Generated method - Getter of the OfferGroup.shoppingCategoryReference attribute defined at extension shoppingservices.
      Returns:
      the shoppingCategoryReference
    • setCategoryMapping

      @Accessor(qualifier="categoryMapping", type=SETTER) public void setCategoryMapping(CategoryMapping value)
      Generated method - Setter of OfferGroup.categoryMapping attribute defined at extension travelservices.
      Parameters:
      value - the categoryMapping
    • setIgnoreRules

      @Accessor(qualifier="ignoreRules", type=SETTER) public void setIgnoreRules(Boolean value)
      Generated method - Setter of OfferGroup.ignoreRules attribute defined at extension travelservices.
      Parameters:
      value - the ignoreRules
    • setOfferType

      @Accessor(qualifier="offerType", type=SETTER) public void setOfferType(OfferType value)
      Generated method - Setter of OfferGroup.offerType attribute defined at extension travelservices.
      Parameters:
      value - the offerType
    • setShoppingCategoryReference

      @Accessor(qualifier="shoppingCategoryReference", type=SETTER) public void setShoppingCategoryReference(String value)
      Generated method - Setter of OfferGroup.shoppingCategoryReference attribute defined at extension shoppingservices.
      Parameters:
      value - the shoppingCategoryReference