public class LoginEvent extends Object implements ISessionEvent
Constructor and Description |
---|
LoginEvent(Benutzer user,
LoginModel login) |
LoginEvent(Benutzer user,
LoginModel login,
Long processId) |
Modifier and Type | Method and Description |
---|---|
LoginModel |
getLogin() |
Long |
getProcessId() |
Benutzer |
getUser() |
void |
setLogin(LoginModel login) |
void |
setProcessId(Long processId) |
void |
setUser(Benutzer user) |
public LoginEvent(Benutzer user, LoginModel login)
user
- the Benutzer which logged inlogin
- the LoginModel
of the loginpublic LoginEvent(Benutzer user, LoginModel login, Long processId)
user
- the Benutzer which logged inlogin
- the LoginModel
of the loginprocessId
- the if of the processpublic Benutzer getUser()
public void setUser(Benutzer user)
user
- the user to setpublic LoginModel getLogin()
public void setLogin(LoginModel login)
login
- the login to setpublic Long getProcessId()
public void setProcessId(Long processId)
processId
- the processId to setCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.