Class ShopUserMailResponsePosLO

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShopUserMailResponsePosLO
    extends ShopUserMailPositionLO
    implements java.io.Serializable
    Extended ShopUserMailPositionLO that covers information about positions of a response. It will be used for final e-mail creation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ShopUserMailResponsePosLO

        public ShopUserMailResponsePosLO()
    • 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.
      • getQuantityConfirmed

        public int getQuantityConfirmed()
      • getQuantityCanceled

        public int getQuantityCanceled()
        Supplier reported quantity of non-deliverable items
      • getResponsePosProperties

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> getResponsePosProperties()
      • setShopUserMailResponseLO

        public void setShopUserMailResponseLO​(ShopUserMailResponseLO shopUserMailResponseLO)
      • setQuantityConfirmed

        public void setQuantityConfirmed​(int quantityConfirmed)
      • setQuantityCanceled

        public void setQuantityCanceled​(int quantityCanceled)
        Supplier reported quantity of non-deliverable items
      • setResponsePosProperties

        public void setResponsePosProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> responsePosProperties)