public class ShopUserMailReturnLO extends ShopUserMailLO
ShopUserMailLO
that covers information about a return.
It will be used for final e-mail creation.Constructor and Description |
---|
ShopUserMailReturnLO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ShopUserMailReturnPosLO> |
getPositions() |
AddressLO |
getReturnAddressLO() |
java.lang.String |
getReturnReasonName() |
void |
setPositions(java.util.List<ShopUserMailReturnPosLO> positions) |
void |
setReturnAddressLO(AddressLO returnAddressLO) |
void |
setReturnReasonName(java.lang.String returnReasonName) |
getBillingAddressLO, getCeo, getCeoList, getChargeByChargeTypeName, getCharges, getCustomerAddressLO, getLocale, getMerchantReference, getOrderEntryDate, getOrderProperties, getPaymentMethodName, getPositionTotalGross, getPositionTotalGrossDiscounted, getPositionTotalGrossSubDiscounted, getPositionTotalNet, getPositionTotalNetDiscounted, getPositionTotalNetSubDiscounted, getPositionTotalTax, getPositionTotalTaxDiscounted, getPositionTotalTaxSubDiscounted, getPromotions, getPspReference, getShopAddressLO, getShopCustomerNo, getShopCustomerOrderId, getShopId, getShopName, getShopOrderId, getShopURL, getTaxes, getTotalGross, getTotalNet, getTotalTax, setBillingAddressLO, setCeo, setCharges, setCustomerAddressLO, setLocale, setMerchantReference, setOrderEntryDate, setOrderProperties, setPaymentMethodName, setPositionTotalGross, setPositionTotalGrossDiscounted, setPositionTotalGrossSubDiscounted, setPositionTotalNet, setPositionTotalNetDiscounted, setPositionTotalNetSubDiscounted, setPositionTotalTax, setPositionTotalTaxDiscounted, setPositionTotalTaxSubDiscounted, setPromotions, setPspReference, setShopAddressLO, setShopCustomerNo, setShopCustomerOrderId, setShopId, setShopName, setShopOrderId, setShopURL, setTaxes, setTotalGross, setTotalNet, setTotalTax
getCurrencySymbol, getDocumentAttachments, getLanguage, getReceiverMailAddress, getReceiverName, getSenderMailAddress, getSenderName, setCurrencySymbol, setDocumentAttachments, setLanguage, setReceiverMailAddress, setReceiverName, setSenderMailAddress, setSenderName
public java.lang.String getReturnReasonName()
public void setReturnReasonName(java.lang.String returnReasonName)
returnReasonName
- the return reason to setpublic AddressLO getReturnAddressLO()
public void setReturnAddressLO(AddressLO returnAddressLO)
returnAddressLO
- the address the return should be send topublic java.util.List<ShopUserMailReturnPosLO> getPositions()
public void setPositions(java.util.List<ShopUserMailReturnPosLO> positions)
positions
- the positions of the return to set