Class ShopUserMailReturnLO
- java.lang.Object
-
- bakery.logic.usermailobject.UserMailLO
-
- bakery.logic.usermailobject.ShopUserMailLO
-
- bakery.logic.usermailobject.returns.ShopUserMailReturnLO
-
- All Implemented Interfaces:
bakery.logic.valueobject.OrderLogicObject,java.io.Serializable
public class ShopUserMailReturnLO extends ShopUserMailLO
ExtendedShopUserMailLOthat covers information about a return. It will be used for final e-mail creation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailReturnLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShopUserMailReturnPosLO>getPositions()AddressLOgetReturnAddressLO()java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>getReturnProperties()java.lang.StringgetReturnPropertyValue(java.lang.String group, java.lang.String key)java.lang.StringgetReturnReasonName()voidsetPositions(java.util.List<ShopUserMailReturnPosLO> positions)voidsetReturnAddressLO(AddressLO returnAddressLO)voidsetReturnProperties(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> returnProperties)voidsetReturnReasonName(java.lang.String returnReasonName)-
Methods inherited from class bakery.logic.usermailobject.ShopUserMailLO
getBillingAddressLO, getCeo, getCeoList, getChargeByChargeTypeName, getCharges, getCustomerAddressLO, getLocale, getMerchantReference, getOrderEntryDate, getOrderProperties, getOrderPropertyValue, 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
-
Methods inherited from class bakery.logic.usermailobject.UserMailLO
getCurrencySymbol, getDocumentAttachments, getLanguage, getReceiverMailAddress, getReceiverName, getSenderMailAddress, getSenderName, setCurrencySymbol, setDocumentAttachments, setLanguage, setReceiverMailAddress, setReceiverName, setSenderMailAddress, setSenderName
-
-
-
-
Method Detail
-
getReturnReasonName
public java.lang.String getReturnReasonName()
- Returns:
- the return reason
-
setReturnReasonName
public void setReturnReasonName(java.lang.String returnReasonName)
- Parameters:
returnReasonName- the return reason to set
-
getReturnAddressLO
public AddressLO getReturnAddressLO()
- Returns:
- the address the return should be send to
-
setReturnAddressLO
public void setReturnAddressLO(AddressLO returnAddressLO)
- Parameters:
returnAddressLO- the address the return should be send to
-
getPositions
public java.util.List<ShopUserMailReturnPosLO> getPositions()
- Returns:
- the positions of the return
-
setPositions
public void setPositions(java.util.List<ShopUserMailReturnPosLO> positions)
- Parameters:
positions- the positions of the return to set
-
getReturnProperties
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getReturnProperties()
-
setReturnProperties
public void setReturnProperties(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> returnProperties)
-
getReturnPropertyValue
public java.lang.String getReturnPropertyValue(java.lang.String group, java.lang.String key)
-
-