Class DonationRequestState

  • All Implemented Interfaces:
    IDialogState, IEventMetaDataProvider

    public class DonationRequestState
    extends java.lang.Object
    implements IDialogState
    Request for a donation.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on Nov 02, 2018
    • Constructor Summary

      Constructors 
      Constructor Description
      DonationRequestState​(java.time.LocalDateTime date, java.lang.String location, boolean genderMale, int amount, java.lang.String messageKey, java.lang.String toLastName, boolean accepted)  
    • Field Detail

      • date

        private java.time.LocalDateTime date
      • location

        private java.lang.String location
      • genderMale

        private boolean genderMale
      • amount

        private int amount
      • messageKey

        private java.lang.String messageKey
      • toLastName

        private java.lang.String toLastName
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
      • accepted

        private boolean accepted
    • Constructor Detail

      • DonationRequestState

        public DonationRequestState​(java.time.LocalDateTime date,
                                    java.lang.String location,
                                    boolean genderMale,
                                    int amount,
                                    java.lang.String messageKey,
                                    java.lang.String toLastName,
                                    boolean accepted)
    • Method Detail

      • getDialogBeanName

        public java.lang.String getDialogBeanName()
        Description copied from interface: IDialogState
        Retrieve the bean name of the dialog.
        Specified by:
        getDialogBeanName in interface IDialogState
        Returns:
        name of the bean backing the dialog state.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object