Class ShopUserMailDispatchLO

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

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

      • ShopUserMailDispatchLO

        public ShopUserMailDispatchLO()
    • Method Detail

      • getDispatchDate

        public java.sql.Timestamp getDispatchDate()
      • setDispatchDate

        public void setDispatchDate​(java.sql.Timestamp dispatchDate)
      • getDispatchPropertyValue

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