Class CreateTransportOfferingForScheduleConfigurationJobModel

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.CreateTransportOfferingForScheduleConfigurationJobModel
All Implemented Interfaces:
Serializable

public class CreateTransportOfferingForScheduleConfigurationJobModel extends CronJobModel
Generated model class for type CreateTransportOfferingForScheduleConfigurationJob first defined at extension travelservices.

This type represents a cron job that created Schedule Configuration.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String MAXSCHEDULEDAYS
      Generated constant - Attribute key of CreateTransportOfferingForScheduleConfigurationJob.maxScheduleDays attribute defined at extension travelservices.
      See Also:
    • VENDOR

      public static final String VENDOR
      Generated constant - Attribute key of CreateTransportOfferingForScheduleConfigurationJob.vendor attribute defined at extension travelservices.
      See Also:
    • TYPE

      public static final String TYPE
      Generated constant - Attribute key of CreateTransportOfferingForScheduleConfigurationJob.type attribute defined at extension travelservices.
      See Also:
    • TRANSPORTOFFERINGSTATUS

      public static final String TRANSPORTOFFERINGSTATUS
      Generated constant - Attribute key of CreateTransportOfferingForScheduleConfigurationJob.transportOfferingStatus attribute defined at extension travelservices.
      See Also:
    • TRANSPORTOFFERINGACTIVE

      public static final String TRANSPORTOFFERINGACTIVE
      Generated constant - Attribute key of CreateTransportOfferingForScheduleConfigurationJob.transportOfferingActive attribute defined at extension travelservices.
      See Also:
  • Constructor Details

    • CreateTransportOfferingForScheduleConfigurationJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CreateTransportOfferingForScheduleConfigurationJobModel(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
    • CreateTransportOfferingForScheduleConfigurationJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public CreateTransportOfferingForScheduleConfigurationJobModel(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

    • getMaxScheduleDays

      @Accessor(qualifier="maxScheduleDays", type=GETTER) public Integer getMaxScheduleDays()
      Generated method - Getter of the CreateTransportOfferingForScheduleConfigurationJob.maxScheduleDays attribute defined at extension travelservices.
      Returns:
      the maxScheduleDays
    • getTransportOfferingActive

      @Accessor(qualifier="transportOfferingActive", type=GETTER) public Boolean getTransportOfferingActive()
      Generated method - Getter of the CreateTransportOfferingForScheduleConfigurationJob.transportOfferingActive attribute defined at extension travelservices.
      Returns:
      the transportOfferingActive
    • getTransportOfferingStatus

      @Accessor(qualifier="transportOfferingStatus", type=GETTER) public TransportOfferingStatus getTransportOfferingStatus()
      Generated method - Getter of the CreateTransportOfferingForScheduleConfigurationJob.transportOfferingStatus attribute defined at extension travelservices.
      Returns:
      the transportOfferingStatus
    • getType

      @Accessor(qualifier="type", type=GETTER) public TransportOfferingType getType()
      Generated method - Getter of the CreateTransportOfferingForScheduleConfigurationJob.type attribute defined at extension travelservices.
      Returns:
      the type
    • getVendor

      @Accessor(qualifier="vendor", type=GETTER) public VendorModel getVendor()
      Generated method - Getter of the CreateTransportOfferingForScheduleConfigurationJob.vendor attribute defined at extension travelservices.
      Returns:
      the vendor
    • setMaxScheduleDays

      @Accessor(qualifier="maxScheduleDays", type=SETTER) public void setMaxScheduleDays(Integer value)
      Generated method - Setter of CreateTransportOfferingForScheduleConfigurationJob.maxScheduleDays attribute defined at extension travelservices.
      Parameters:
      value - the maxScheduleDays
    • setTransportOfferingActive

      @Accessor(qualifier="transportOfferingActive", type=SETTER) public void setTransportOfferingActive(Boolean value)
      Generated method - Setter of CreateTransportOfferingForScheduleConfigurationJob.transportOfferingActive attribute defined at extension travelservices.
      Parameters:
      value - the transportOfferingActive
    • setTransportOfferingStatus

      @Accessor(qualifier="transportOfferingStatus", type=SETTER) public void setTransportOfferingStatus(TransportOfferingStatus value)
      Generated method - Setter of CreateTransportOfferingForScheduleConfigurationJob.transportOfferingStatus attribute defined at extension travelservices.
      Parameters:
      value - the transportOfferingStatus
    • setType

      @Accessor(qualifier="type", type=SETTER) public void setType(TransportOfferingType value)
      Generated method - Setter of CreateTransportOfferingForScheduleConfigurationJob.type attribute defined at extension travelservices.
      Parameters:
      value - the type
    • setVendor

      @Accessor(qualifier="vendor", type=SETTER) public void setVendor(VendorModel value)
      Generated method - Setter of CreateTransportOfferingForScheduleConfigurationJob.vendor attribute defined at extension travelservices.
      Parameters:
      value - the vendor