Class MarriageAnnouncementState

  • All Implemented Interfaces:
    IDialogState, IEventMetaDataProvider

    public class MarriageAnnouncementState
    extends java.lang.Object
    implements IDialogState
    State for the dialog of the marriage anouncement.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 08, 2016
    • Field Detail

      • date

        private java.time.LocalDateTime date
      • weddingDate

        private java.time.LocalDateTime weddingDate
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • MarriageAnnouncementState

        public MarriageAnnouncementState​(java.time.LocalDateTime date,
                                         ISpouseData spouse,
                                         java.time.LocalDateTime weddingDate,
                                         IPlayer player)
    • 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.