Class ShopUserMailResponseLO

  • All Implemented Interfaces:
    bakery.logic.valueobject.OrderLogicObject, java.io.Serializable

    public class ShopUserMailResponseLO
    extends ShopUserMailLO
    implements java.io.Serializable, bakery.logic.valueobject.OrderLogicObject
    Extended ShopUserMailLO that covers information about a response. It will be used for final e-mail creation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ShopUserMailResponseLO

        public ShopUserMailResponseLO()
    • Method Detail

      • getResponsePropertyValue

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

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> getResponseProperties()
      • setResponseProperties

        public void setResponseProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> responseProperties)