Class ShopUserMailReturnLO

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

    public class ShopUserMailReturnLO
    extends ShopUserMailLO
    Extended ShopUserMailLO that covers information about a return. It will be used for final e-mail creation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ShopUserMailReturnLO

        public ShopUserMailReturnLO()
    • Method Detail

      • getReturnReasonName

        public java.lang.String getReturnReasonName()
        Returns:
        the return reason
      • setReturnReasonName

        public void setReturnReasonName​(java.lang.String returnReasonName)
        Parameters:
        returnReasonName - the return reason to set
      • getReturnAddressLO

        public AddressLO getReturnAddressLO()
        Returns:
        the address the return should be send to
      • setReturnAddressLO

        public void setReturnAddressLO​(AddressLO returnAddressLO)
        Parameters:
        returnAddressLO - the address the return should be send to
      • getPositions

        public java.util.List<ShopUserMailReturnPosLO> getPositions()
        Returns:
        the positions of the return
      • setPositions

        public void setPositions​(java.util.List<ShopUserMailReturnPosLO> positions)
        Parameters:
        positions - the positions of the return to set
      • getReturnProperties

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> getReturnProperties()
      • setReturnProperties

        public void setReturnProperties​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> returnProperties)
      • getReturnPropertyValue

        public java.lang.String getReturnPropertyValue​(java.lang.String group,
                                                       java.lang.String key)