Class TravelOrderEntryInfoModel

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

public class TravelOrderEntryInfoModel extends ItemModel
Generated model class for type TravelOrderEntryInfo first defined at extension travelservices.

This type represents travel order entry 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 model type code constant.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.travellers attribute defined at extension travelservices.
    static final String
    Generated constant - Attribute key of TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.

    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
    TravelOrderEntryInfoModel(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 TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
    Generated method - Getter of the TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices.
    Generated method - Getter of the TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.travellers attribute defined at extension travelservices.
    Generated method - Getter of the TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
    void
    setFbc(String value)
    Generated method - Setter of TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.travellers attribute defined at extension travelservices.
    void
    Generated method - Setter of TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.

    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:
    • TRAVELROUTE

      public static final String TRAVELROUTE
      Generated constant - Attribute key of TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.
      See Also:
    • SPECIALREQUESTDETAIL

      public static final String SPECIALREQUESTDETAIL
      Generated constant - Attribute key of TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
      See Also:
    • ORIGINDESTINATIONREFNUMBER

      public static final String ORIGINDESTINATIONREFNUMBER
      Generated constant - Attribute key of TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
      See Also:
    • PRICELEVEL

      public static final String PRICELEVEL
      Generated constant - Attribute key of TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
      See Also:
    • BOUNDID

      public static final String BOUNDID
      Generated constant - Attribute key of TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
      See Also:
    • TRAVELLERS

      public static final String TRAVELLERS
      Generated constant - Attribute key of TravelOrderEntryInfo.travellers attribute defined at extension travelservices.
      See Also:
    • TRANSPORTOFFERINGS

      public static final String TRANSPORTOFFERINGS
      Generated constant - Attribute key of TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices.
      See Also:
    • FBC

      public static final String FBC
      Generated constant - Attribute key of TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
      See Also:
    • SHOPPINGADDITIONALBOOKINGINFO

      public static final String SHOPPINGADDITIONALBOOKINGINFO
      Generated constant - Attribute key of TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices.
      See Also:
  • Constructor Details

    • TravelOrderEntryInfoModel

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

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

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

    • getBoundId

      @Accessor(qualifier="boundId", type=GETTER) public String getBoundId()
      Generated method - Getter of the TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
      Returns:
      the boundId
    • getFbc

      @Accessor(qualifier="fbc", type=GETTER) public String getFbc()
      Generated method - Getter of the TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
      Returns:
      the fbc
    • getOriginDestinationRefNumber

      @Accessor(qualifier="originDestinationRefNumber", type=GETTER) public Integer getOriginDestinationRefNumber()
      Generated method - Getter of the TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
      Returns:
      the originDestinationRefNumber
    • getPriceLevel

      @Accessor(qualifier="priceLevel", type=GETTER) public String getPriceLevel()
      Generated method - Getter of the TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
      Returns:
      the priceLevel
    • getShoppingAdditionalBookingInfo

      @Accessor(qualifier="shoppingAdditionalBookingInfo", type=GETTER) public List<ShoppingAdditionalBookingInfoModel> getShoppingAdditionalBookingInfo()
      Generated method - Getter of the TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the shoppingAdditionalBookingInfo
    • getSpecialRequestDetail

      @Accessor(qualifier="specialRequestDetail", type=GETTER) public SpecialRequestDetailModel getSpecialRequestDetail()
      Generated method - Getter of the TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
      Returns:
      the specialRequestDetail
    • getTransportOfferings

      @Accessor(qualifier="transportOfferings", type=GETTER) public Collection<TransportOfferingModel> getTransportOfferings()
      Generated method - Getter of the TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the transportOfferings
    • getTravellers

      @Accessor(qualifier="travellers", type=GETTER) public Collection<TravellerModel> getTravellers()
      Generated method - Getter of the TravelOrderEntryInfo.travellers attribute defined at extension travelservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the travellers
    • getTravelRoute

      @Accessor(qualifier="travelRoute", type=GETTER) public TravelRouteModel getTravelRoute()
      Generated method - Getter of the TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.
      Returns:
      the travelRoute
    • setBoundId

      @Accessor(qualifier="boundId", type=SETTER) public void setBoundId(String value)
      Generated method - Setter of TravelOrderEntryInfo.boundId attribute defined at extension travelservices.
      Parameters:
      value - the boundId
    • setFbc

      @Accessor(qualifier="fbc", type=SETTER) public void setFbc(String value)
      Generated method - Setter of TravelOrderEntryInfo.fbc attribute defined at extension shoppingservices.
      Parameters:
      value - the fbc
    • setOriginDestinationRefNumber

      @Accessor(qualifier="originDestinationRefNumber", type=SETTER) public void setOriginDestinationRefNumber(Integer value)
      Generated method - Setter of TravelOrderEntryInfo.originDestinationRefNumber attribute defined at extension travelservices.
      Parameters:
      value - the originDestinationRefNumber
    • setPriceLevel

      @Accessor(qualifier="priceLevel", type=SETTER) public void setPriceLevel(String value)
      Generated method - Setter of TravelOrderEntryInfo.priceLevel attribute defined at extension travelservices.
      Parameters:
      value - the priceLevel
    • setShoppingAdditionalBookingInfo

      @Accessor(qualifier="shoppingAdditionalBookingInfo", type=SETTER) public void setShoppingAdditionalBookingInfo(List<ShoppingAdditionalBookingInfoModel> value)
      Generated method - Setter of TravelOrderEntryInfo.shoppingAdditionalBookingInfo attribute defined at extension shoppingservices.
      Parameters:
      value - the shoppingAdditionalBookingInfo
    • setSpecialRequestDetail

      @Accessor(qualifier="specialRequestDetail", type=SETTER) public void setSpecialRequestDetail(SpecialRequestDetailModel value)
      Generated method - Setter of TravelOrderEntryInfo.specialRequestDetail attribute defined at extension travelservices.
      Parameters:
      value - the specialRequestDetail
    • setTransportOfferings

      @Accessor(qualifier="transportOfferings", type=SETTER) public void setTransportOfferings(Collection<TransportOfferingModel> value)
      Generated method - Setter of TravelOrderEntryInfo.transportOfferings attribute defined at extension travelservices.
      Parameters:
      value - the transportOfferings
    • setTravellers

      @Accessor(qualifier="travellers", type=SETTER) public void setTravellers(Collection<TravellerModel> value)
      Generated method - Setter of TravelOrderEntryInfo.travellers attribute defined at extension travelservices.
      Parameters:
      value - the travellers
    • setTravelRoute

      @Accessor(qualifier="travelRoute", type=SETTER) public void setTravelRoute(TravelRouteModel value)
      Generated method - Setter of TravelOrderEntryInfo.travelRoute attribute defined at extension travelservices.
      Parameters:
      value - the travelRoute