java.lang.Object
de.hybris.platform.commercefacades.product.data.CategoryData
de.hybris.platform.commercefacades.travel.ancillary.data.OfferGroupData
All Implemented Interfaces:
Serializable

public class OfferGroupData extends CategoryData
See Also:
  • Constructor Details

    • OfferGroupData

      public OfferGroupData()
  • Method Details

    • setOriginDestinationOfferInfos

      public void setOriginDestinationOfferInfos(List<OriginDestinationOfferInfoData> originDestinationOfferInfos)
    • getOriginDestinationOfferInfos

      public List<OriginDestinationOfferInfoData> getOriginDestinationOfferInfos()
    • setTravelRestriction

      public void setTravelRestriction(TravelRestrictionData travelRestriction)
    • getTravelRestriction

      public TravelRestrictionData getTravelRestriction()
    • setOfferPricingInfos

      public void setOfferPricingInfos(List<OfferPricingInfoData> offerPricingInfos)
    • getOfferPricingInfos

      public List<OfferPricingInfoData> getOfferPricingInfos()
    • setIgnoreRules

      public void setIgnoreRules(boolean ignoreRules)
    • isIgnoreRules

      public boolean isIgnoreRules()
    • setCategoryType

      public void setCategoryType(String categoryType)
    • getCategoryType

      public String getCategoryType()
    • setOfferType

      public void setOfferType(String offerType)
    • getOfferType

      public String getOfferType()