Class ShoppingAdditionalBookingInfoModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.shoppingservices.model.order.ShoppingAdditionalBookingInfoModel
All Implemented Interfaces:
Serializable

public class ShoppingAdditionalBookingInfoModel extends ItemModel
Generated model class for type ShoppingAdditionalBookingInfo first defined at extension shoppingservices.

This type contains the shopping additional booking info.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation TravelOrderEntryInfoShoppingAdditionalBookingInfosRelation defining source attribute travelOrderEntryInfo in extension shoppingservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    ShoppingAdditionalBookingInfoModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
    Generated method - Getter of the ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
    void
    setRbd(String value)
    Generated method - Setter of ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
    void
    Generated method - Setter of ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _TRAVELORDERENTRYINFOSHOPPINGADDITIONALBOOKINGINFOSRELATION
      Generated relation code constant for relation TravelOrderEntryInfoShoppingAdditionalBookingInfosRelation defining source attribute travelOrderEntryInfo in extension shoppingservices.
      See Also:
    • RBD

      public static final String RBD
      Generated constant - Attribute key of ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
      See Also:
    • CABIN

      public static final String CABIN
      Generated constant - Attribute key of ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
      See Also:
    • TRANSPORTOFFERING

      public static final String TRANSPORTOFFERING
      Generated constant - Attribute key of ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
      See Also:
    • TRAVELORDERENTRYINFO

      public static final String TRAVELORDERENTRYINFO
      Generated constant - Attribute key of ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.
      See Also:
  • Constructor Details

    • ShoppingAdditionalBookingInfoModel

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

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

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

    • getCabin

      @Accessor(qualifier="cabin", type=GETTER) public String getCabin()
      Generated method - Getter of the ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
      Returns:
      the cabin
    • getRbd

      @Accessor(qualifier="rbd", type=GETTER) public String getRbd()
      Generated method - Getter of the ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
      Returns:
      the rbd
    • getTransportOffering

      @Accessor(qualifier="transportOffering", type=GETTER) public TransportOfferingModel getTransportOffering()
      Generated method - Getter of the ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
      Returns:
      the transportOffering
    • getTravelOrderEntryInfo

      @Accessor(qualifier="travelOrderEntryInfo", type=GETTER) public TravelOrderEntryInfoModel getTravelOrderEntryInfo()
      Generated method - Getter of the ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.
      Returns:
      the travelOrderEntryInfo
    • setCabin

      @Accessor(qualifier="cabin", type=SETTER) public void setCabin(String value)
      Generated method - Setter of ShoppingAdditionalBookingInfo.cabin attribute defined at extension shoppingservices.
      Parameters:
      value - the cabin
    • setRbd

      @Accessor(qualifier="rbd", type=SETTER) public void setRbd(String value)
      Generated method - Setter of ShoppingAdditionalBookingInfo.rbd attribute defined at extension shoppingservices.
      Parameters:
      value - the rbd
    • setTransportOffering

      @Accessor(qualifier="transportOffering", type=SETTER) public void setTransportOffering(TransportOfferingModel value)
      Generated method - Setter of ShoppingAdditionalBookingInfo.transportOffering attribute defined at extension shoppingservices.
      Parameters:
      value - the transportOffering
    • setTravelOrderEntryInfo

      @Accessor(qualifier="travelOrderEntryInfo", type=SETTER) public void setTravelOrderEntryInfo(TravelOrderEntryInfoModel value)
      Generated method - Setter of ShoppingAdditionalBookingInfo.travelOrderEntryInfo attribute defined at extension shoppingservices.
      Parameters:
      value - the travelOrderEntryInfo