org.equanda.t5gui.services
Class LoginInfoServiceImpl

java.lang.Object
  extended by org.equanda.t5gui.services.LoginInfoServiceImpl
All Implemented Interfaces:
LoginInfoService

@Scope(value="perthread")
public class LoginInfoServiceImpl
extends Object
implements LoginInfoService

LoginInfo service

Author:
Joachim Van der Auwera

Constructor Summary
LoginInfoServiceImpl(org.slf4j.Logger log)
           
 
Method Summary
 LoginInfo getLoginInfo()
           
 void setLoginInfo(LoginInfo li)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInfoServiceImpl

public LoginInfoServiceImpl(org.slf4j.Logger log)
Method Detail

getLoginInfo

public LoginInfo getLoginInfo()
Specified by:
getLoginInfo in interface LoginInfoService

setLoginInfo

public void setLoginInfo(LoginInfo li)
Specified by:
setLoginInfo in interface LoginInfoService


Copyright © 2007-2009. All Rights Reserved.