Class LoginEvent

    • Constructor Detail

      • LoginEvent

        public LoginEvent​(Benutzer user,
                          LoginModel login)
        Parameters:
        user - the Benutzer which logged in
        login - the LoginModel of the login
      • LoginEvent

        public LoginEvent​(Benutzer user,
                          LoginModel login,
                          Long processId)
        Parameters:
        user - the Benutzer which logged in
        login - the LoginModel of the login
        processId - the if of the process
    • Method Detail

      • getUser

        public Benutzer getUser()
        Returns:
        the user
      • setUser

        public void setUser​(Benutzer user)
        Parameters:
        user - the user to set
      • getLogin

        public LoginModel getLogin()
        Returns:
        the login
      • setLogin

        public void setLogin​(LoginModel login)
        Parameters:
        login - the login to set
      • getProcessId

        public Long getProcessId()
        Returns:
        the processId
      • setProcessId

        public void setProcessId​(Long processId)
        Parameters:
        processId - the processId to set