Class ChildDeathState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IChild child  
      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
      ChildDeathState​(java.time.LocalDateTime date, java.lang.String location, IChild child)  
    • 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

      • ChildDeathState

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