Class ShopUserMailOrderPosLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailPositionLO
-
- bakery.logic.usermailobject.order.ShopUserMailOrderPosLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailOrderPosLO extends ShopUserMailPositionLO implements java.io.Serializable
ExtendedShopUserMailPositionLO
that covers information about positions of an order. It will be used for final e-mail creation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailOrderPosLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShopUserMailOrderLO
getShopUserMailOrderLO()
ShopUserMailLO
that is related to this order positionvoid
setShopUserMailOrderLO(ShopUserMailOrderLO shopUserMailOrderLO)
ShopUserMailLO
that is related to this order position-
Methods inherited from class bakery.logic.usermailobject.ShopUserMailPositionLO
getEan, getIsbn, getItemGross, getItemGrossDiscounted, getItemNet, getItemNetDiscounted, getItemTax, getItemTaxDiscounted, getOrderPosProperties, getOrderPosPropertyValue, getPickupInStore, getPositionGross, getPositionGrossDiscounted, getPositionNet, getPositionNetDiscounted, getPositionTax, getPositionTaxDiscounted, getPromotions, getQuantity, getShopArticleName, getShopArticleNo, getTaxes, getTaxPercent, setEan, setIsbn, setItemGross, setItemGrossDiscounted, setItemNet, setItemNetDiscounted, setItemTax, setItemTaxDiscounted, setOrderPosProperties, setPickupInStore, setPositionGross, setPositionGrossDiscounted, setPositionNet, setPositionNetDiscounted, setPositionTax, setPositionTaxDiscounted, setPromotions, setQuantity, setShopArticleName, setShopArticleNo, setTaxes, setTaxPercent
-
-
-
-
Method Detail
-
getShopUserMailOrderLO
public ShopUserMailOrderLO getShopUserMailOrderLO()
ShopUserMailLO
that is related to this order position
-
setShopUserMailOrderLO
public void setShopUserMailOrderLO(ShopUserMailOrderLO shopUserMailOrderLO)
ShopUserMailLO
that is related to this order position
-
-