Class MarketingRatePlanInfoCronjobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobModel
de.hybris.platform.travelservices.model.cronjob.MarketingRatePlanInfoCronjobModel
All Implemented Interfaces:
Serializable

public class MarketingRatePlanInfoCronjobModel extends CronJobModel
Generated model class for type MarketingRatePlanInfoCronjob first defined at extension travelservices.

This type represents a cronjob that creates the RatePlanConfig and the MarketingRatePlanInfo.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String RATEPLANCODE
      Generated constant - Attribute key of MarketingRatePlanInfoCronjob.ratePlanCode attribute defined at extension travelservices.
      See Also:
    • ACCOMMODATIONOFFERINGS

      public static final String ACCOMMODATIONOFFERINGS
      Generated constant - Attribute key of MarketingRatePlanInfoCronjob.accommodationOfferings attribute defined at extension travelservices.
      See Also:
    • BATCHSIZE

      public static final String BATCHSIZE
      Generated constant - Attribute key of MarketingRatePlanInfoCronjob.batchSize attribute defined at extension travelservices.
      See Also:
    • CATALOGID

      public static final String CATALOGID
      Generated constant - Attribute key of MarketingRatePlanInfoCronjob.catalogId attribute defined at extension travelservices.
      See Also:
  • Constructor Details

    • MarketingRatePlanInfoCronjobModel

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

      public MarketingRatePlanInfoCronjobModel(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
    • MarketingRatePlanInfoCronjobModel

      @Deprecated(since="4.1.1", forRemoval=true) public MarketingRatePlanInfoCronjobModel(JobModel _job)
      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:
      _job - initial attribute declared by type CronJob at extension processing
    • MarketingRatePlanInfoCronjobModel

      @Deprecated(since="4.1.1", forRemoval=true) public MarketingRatePlanInfoCronjobModel(JobModel _job, 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:
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAccommodationOfferings

      @Accessor(qualifier="accommodationOfferings", type=GETTER) public List<AccommodationOfferingModel> getAccommodationOfferings()
      Generated method - Getter of the MarketingRatePlanInfoCronjob.accommodationOfferings attribute defined at extension travelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the accommodationOfferings
    • getBatchSize

      @Accessor(qualifier="batchSize", type=GETTER) public Integer getBatchSize()
      Generated method - Getter of the MarketingRatePlanInfoCronjob.batchSize attribute defined at extension travelservices.
      Returns:
      the batchSize
    • getCatalogId

      @Accessor(qualifier="catalogId", type=GETTER) public String getCatalogId()
      Generated method - Getter of the MarketingRatePlanInfoCronjob.catalogId attribute defined at extension travelservices.
      Returns:
      the catalogId
    • getRatePlanCode

      @Accessor(qualifier="ratePlanCode", type=GETTER) public String getRatePlanCode()
      Generated method - Getter of the MarketingRatePlanInfoCronjob.ratePlanCode attribute defined at extension travelservices.
      Returns:
      the ratePlanCode
    • setAccommodationOfferings

      @Accessor(qualifier="accommodationOfferings", type=SETTER) public void setAccommodationOfferings(List<AccommodationOfferingModel> value)
      Generated method - Setter of MarketingRatePlanInfoCronjob.accommodationOfferings attribute defined at extension travelservices.
      Parameters:
      value - the accommodationOfferings
    • setBatchSize

      @Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(Integer value)
      Generated method - Setter of MarketingRatePlanInfoCronjob.batchSize attribute defined at extension travelservices.
      Parameters:
      value - the batchSize
    • setCatalogId

      @Accessor(qualifier="catalogId", type=SETTER) public void setCatalogId(String value)
      Generated method - Setter of MarketingRatePlanInfoCronjob.catalogId attribute defined at extension travelservices.
      Parameters:
      value - the catalogId
    • setRatePlanCode

      @Accessor(qualifier="ratePlanCode", type=SETTER) public void setRatePlanCode(String value)
      Generated method - Setter of MarketingRatePlanInfoCronjob.ratePlanCode attribute defined at extension travelservices.
      Parameters:
      value - the ratePlanCode