Uses of Class
de.xima.fc.gui.common.model.LoginModel
- 
Packages that use LoginModel Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.common.event  - 
- 
Uses of LoginModel in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return LoginModel Modifier and Type Method Description LoginModelLoginBean. getLogin()LoginModelSessionBean. getLogin()Methods in de.xima.fc.gui.common.bean with parameters of type LoginModel Modifier and Type Method Description voidSessionBean. setLogin(LoginModel login) - 
Uses of LoginModel in de.xima.fc.gui.common.event
Methods in de.xima.fc.gui.common.event that return LoginModel Modifier and Type Method Description LoginModelLoginEvent. getLogin()Methods in de.xima.fc.gui.common.event with parameters of type LoginModel Modifier and Type Method Description voidLoginEvent. setLogin(LoginModel login)Constructors in de.xima.fc.gui.common.event with parameters of type LoginModel Constructor Description LoginEvent(Benutzer user, LoginModel login)LoginEvent(Benutzer user, LoginModel login, Long processId) 
 -