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 TypeMethodDescriptionbooleangetCode()getTotal()getUser()inthashCode()voidvoidsetCoupons(List<CouponRAO> coupons) voidsetCurrencyIsoCode(String currencyIsoCode) voidsetDeliveryCost(BigDecimal deliveryCost) voidsetDiscountValues(List<DiscountValueRAO> discountValues) voidsetEntries(Set<OrderEntryRAO> entries) voidsetPaymentCost(BigDecimal paymentCost) voidsetPaymentMode(PaymentModeRAO paymentMode) voidsetSubTotal(BigDecimal subTotal) voidsetTotal(BigDecimal total) voidsetTotalIncludingCharges(BigDecimal totalIncludingCharges) 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
-
equals
-
hashCode
public int hashCode()
-