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
ExtendedShopUserMailLO
that 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.lang.String
getReturnPropertyValue(java.lang.String group, java.lang.String key)
-
Methods inherited from class bakery.logic.usermailobject.ShopUserMailLO
getChargeByChargeTypeName, getOrderEntryDate, getOrderPropertyValue, getPositionTotalGross, getPositionTotalGrossDiscounted, getPositionTotalGrossSubDiscounted, getPositionTotalNet, getPositionTotalNetDiscounted, getPositionTotalNetSubDiscounted, getPositionTotalTax, getPositionTotalTaxDiscounted, getPositionTotalTaxSubDiscounted, getShopId, getShopOrderId, getTotalGross, getTotalNet, getTotalTax, setOrderEntryDate, setShopId, setShopOrderId
-
-