Class PlagueState

    • Constructor Summary

      Constructors 
      Constructor Description
      PlagueState​(java.time.LocalDateTime date, java.lang.String location, java.time.LocalDateTime since, int deathtoll, java.util.Optional<ISpouseData> killedSpouse)  
    • Field Detail

      • date

        private java.time.LocalDateTime date
      • location

        private java.lang.String location
      • since

        private java.time.LocalDateTime since
      • deathtoll

        private int deathtoll
      • killedSpouse

        private java.util.Optional<ISpouseData> killedSpouse
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • PlagueState

        public PlagueState​(java.time.LocalDateTime date,
                           java.lang.String location,
                           java.time.LocalDateTime since,
                           int deathtoll,
                           java.util.Optional<ISpouseData> killedSpouse)
    • 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.