Class ShopUserMailResponsePosLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailPositionLO
-
- bakery.logic.usermailobject.response.ShopUserMailResponsePosLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailResponsePosLO extends ShopUserMailPositionLO implements java.io.Serializable
ExtendedShopUserMailPositionLOthat covers information about positions of a response. It will be used for final e-mail creation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailResponsePosLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetQuantityCanceled()intgetQuantityConfirmed()java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>getResponsePosProperties()java.lang.StringgetResponsePosPropertyValue(java.lang.String group, java.lang.String key)ShopUserMailResponseShippingBucketLOgetShippingBucket()ShopUserMailResponseLOgetShopUserMailResponseLO()voidsetQuantityCanceled(int quantityCanceled)voidsetQuantityConfirmed(int quantityConfirmed)voidsetResponsePosProperties(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> responsePosProperties)voidsetShippingBucket(ShopUserMailResponseShippingBucketLO shippingBucket)voidsetShopUserMailResponseLO(ShopUserMailResponseLO shopUserMailResponseLO)-
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
-
getResponsePosPropertyValue
public java.lang.String getResponsePosPropertyValue(java.lang.String group, java.lang.String key)- Returns:
- the property value for a given group and key.
-
getShopUserMailResponseLO
public ShopUserMailResponseLO getShopUserMailResponseLO()
-
getShippingBucket
public ShopUserMailResponseShippingBucketLO getShippingBucket()
-
getQuantityConfirmed
public int getQuantityConfirmed()
-
getQuantityCanceled
public int getQuantityCanceled()
-
getResponsePosProperties
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getResponsePosProperties()
-
setShopUserMailResponseLO
public void setShopUserMailResponseLO(ShopUserMailResponseLO shopUserMailResponseLO)
-
setShippingBucket
public void setShippingBucket(ShopUserMailResponseShippingBucketLO shippingBucket)
-
setQuantityConfirmed
public void setQuantityConfirmed(int quantityConfirmed)
-
setQuantityCanceled
public void setQuantityCanceled(int quantityCanceled)
-
setResponsePosProperties
public void setResponsePosProperties(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> responsePosProperties)
-
-