Class ChangeDateData
java.lang.Object
de.hybris.platform.travelfacades.travel.order.ChangeDateData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrencyIso(String currencyIso) voidsetOrderTotal(String orderTotal) voidsetOrderTotalValue(BigDecimal orderTotalValue) voidsetPaidAmount(String paidAmount) voidsetPaidAmountValue(BigDecimal paidAmountValue) voidsetPayAmount(String payAmount) voidsetPayAmountValue(BigDecimal payAmountValue) voidsetPaymentType(String paymentType)
-
Constructor Details
-
ChangeDateData
public ChangeDateData()
-
-
Method Details
-
setPaidAmount
-
getPaidAmount
-
setPaidAmountValue
-
getPaidAmountValue
-
setPayAmount
-
getPayAmount
-
setPayAmountValue
-
getPayAmountValue
-
setPaymentType
-
getPaymentType
-
setCurrencyIso
-
getCurrencyIso
-
setOrderTotal
-
getOrderTotal
-
setOrderTotalValue
-
getOrderTotalValue
-