Class SocialAdvancementState

    • 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

      • SocialAdvancementState

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