Package de.xima.fc.mdl
Class AutoLoginInData
- java.lang.Object
 - 
- de.xima.fc.mdl.AutoLoginInData
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AutoLoginInData extends Object implements Serializable
- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AutoLoginInData()Deprecated.AutoLoginInData(Benutzer user, Locale locale)Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AutoLoginInDataforUser(IUser user)LonggetClientId()Deprecated.LocalegetLoginLocale()Deprecated.StringgetUsername()Deprecated.StringgetUserReferenceId()EBenutzerTypgetUserType()Deprecated.voidsetClientId(Long clientId)Deprecated.voidsetLoginLocale(Locale loginLocale)Deprecated.voidsetUsername(String username)Deprecated.voidsetUserType(EBenutzerTyp userType)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
AutoLoginInData
@Deprecated public AutoLoginInData()
Deprecated. 
- 
AutoLoginInData
@Deprecated public AutoLoginInData(Benutzer user, Locale locale)
Deprecated. 
 - 
 
- 
Method Detail
- 
forUser
public static AutoLoginInData forUser(IUser user)
 
- 
getUserReferenceId
public String getUserReferenceId()
 
- 
getUsername
@Deprecated public String getUsername()
Deprecated. 
- 
setUsername
@Deprecated public void setUsername(String username)
Deprecated. 
- 
getClientId
@Deprecated public Long getClientId()
Deprecated. 
- 
setClientId
@Deprecated public void setClientId(Long clientId)
Deprecated. 
- 
getLoginLocale
@Deprecated public Locale getLoginLocale()
Deprecated. 
- 
setLoginLocale
@Deprecated public void setLoginLocale(Locale loginLocale)
Deprecated. 
- 
getUserType
@Deprecated public EBenutzerTyp getUserType()
Deprecated. 
- 
setUserType
@Deprecated public void setUserType(EBenutzerTyp userType)
Deprecated. 
 - 
 
 -