Class SocialAdvancementDeficitState

    • 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  
      private boolean money  
      private boolean reputation  
    • Constructor Summary

      Constructors 
      Constructor Description
      SocialAdvancementDeficitState​(java.time.LocalDateTime date, java.lang.String location, boolean money, boolean reputation)  
    • Field Detail

      • date

        private java.time.LocalDateTime date
      • location

        private java.lang.String location
      • money

        private boolean money
      • reputation

        private boolean reputation
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • SocialAdvancementDeficitState

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