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

      • setShopUserMailResponseLO

        public void setShopUserMailResponseLO​(ShopUserMailResponseLO shopUserMailResponseLO)
        Parameters:
        shopUserMailResponseLO - the related ShopUserMailResponseLO for this response position to set
      • getQuantityConfirmed

        public int getQuantityConfirmed()
        Returns:
        Supplier reported quantity of confirmed items
      • setQuantityConfirmed

        public void setQuantityConfirmed​(int quantityConfirmed)
        Parameters:
        quantityConfirmed - the quantity of confirmed items to set
      • getQuantityCanceled

        public int getQuantityCanceled()
        Returns:
        Supplier reported quantity of non-deliverable items
      • setQuantityCanceled

        public void setQuantityCanceled​(int quantityCanceled)
        Parameters:
        quantityCanceled - the quantity of non-deliverable items to set
      • getResponsePosProperties

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> getResponsePosProperties()
        Returns:
        all ResponsePosProperty groups/values in a nested map
      • setResponsePosProperties

        public void setResponsePosProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> responsePosProperties)
        Parameters:
        responsePosProperties - ResponsePosProperty groups/values to set
      • getResponsePosPropertyValue

        public java.lang.String getResponsePosPropertyValue​(java.lang.String group,
                                                            java.lang.String key)
        Returns:
        the property value for a given group and key.