Class AbstractOrderRAO
java.lang.Object
de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
de.hybris.platform.ruleengineservices.rao.AbstractOrderRAO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.truegetCode()getTotal()getUser()inthashCode()voidsetAccommodationOffering(AccommodationOfferingRAO accommodationOffering) voidsetAccommodations(List<AccommodationRAO> accommodations) voidsetBookingJourneyType(String bookingJourneyType) Deprecated, for removal: This API element is subject to removal in a future version.truevoidsetCheckInDate(Date checkInDate) voidsetCheckOutDate(Date checkOutDate) voidvoidsetCoupons(List<CouponRAO> coupons) voidsetCurrencyIsoCode(String currencyIsoCode) voidsetDaysOfWeek(Set<String> daysOfWeek) voidsetDeliveryCost(BigDecimal deliveryCost) voidsetDestinationLocations(Set<String> destinationLocations) voidsetDiscountValues(List<DiscountValueRAO> discountValues) voidsetEntries(Set<OrderEntryRAO> entries) voidsetLegInfos(List<LegInfoRAO> legInfos) voidsetMarketLocations(Set<String> marketLocations) voidsetOrderType(String orderType) voidsetOriginatingLocations(Set<String> originatingLocations) voidsetOriginLocations(Set<String> originLocations) voidsetPassengerTypeQuantities(List<PassengerTypeQuantityRAO> passengerTypeQuantities) voidsetPaymentCost(BigDecimal paymentCost) voidsetPaymentMode(PaymentModeRAO paymentMode) voidsetSalesApplication(String salesApplication) voidsetSearchDate(Date searchDate) voidsetStayDuration(Integer stayDuration) voidsetSubTotal(BigDecimal subTotal) voidsetTotal(BigDecimal total) voidsetTotalIncludingCharges(BigDecimal totalIncludingCharges) voidsetTripType(TripType tripType) voidMethods inherited from class de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
getActions, setActions
-
Constructor Details
-
AbstractOrderRAO
public AbstractOrderRAO()
-
-
Method Details
-
setCode
-
getCode
-
setTotal
-
getTotal
-
setTotalIncludingCharges
-
getTotalIncludingCharges
-
setSubTotal
-
getSubTotal
-
setDeliveryCost
-
getDeliveryCost
-
setPaymentCost
-
getPaymentCost
-
setCurrencyIsoCode
-
getCurrencyIsoCode
-
setEntries
-
getEntries
-
setDiscountValues
-
getDiscountValues
-
setUser
-
getUser
-
setPaymentMode
-
getPaymentMode
-
setCoupons
-
getCoupons
-
setSearchDate
-
getSearchDate
-
setOriginatingLocations
-
getOriginatingLocations
-
setPassengerTypeQuantities
-
getPassengerTypeQuantities
-
setSalesApplication
-
getSalesApplication
-
setTripType
-
getTripType
-
setLegInfos
-
getLegInfos
-
setOriginLocations
-
getOriginLocations
-
setDestinationLocations
-
getDestinationLocations
-
setCheckInDate
-
getCheckInDate
-
setCheckOutDate
-
getCheckOutDate
-
setStayDuration
-
getStayDuration
-
setAccommodationOffering
-
getAccommodationOffering
-
setDaysOfWeek
-
getDaysOfWeek
-
setAccommodations
-
getAccommodations
-
setMarketLocations
-
getMarketLocations
-
setBookingJourneyType
@Deprecated(since="2003", forRemoval=true) public void setBookingJourneyType(String bookingJourneyType) Deprecated, for removal: This API element is subject to removal in a future version.true -
getBookingJourneyType
Deprecated, for removal: This API element is subject to removal in a future version.true -
setOrderType
-
getOrderType
-
equals
-
hashCode
public int hashCode()
-