Class SpouseDeathState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String className  
      private java.time.LocalDateTime date  
      private java.lang.String location  
      private java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpouseDeathState​(java.time.LocalDateTime date, java.lang.String location)  
    • Field Detail

      • date

        private java.time.LocalDateTime date
      • location

        private java.lang.String location
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • SpouseDeathState

        public SpouseDeathState​(java.time.LocalDateTime date,
                                java.lang.String location)
    • 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.