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 AutoLoginInData
forUser(IUser user)
Long
getClientId()
Deprecated.Locale
getLoginLocale()
Deprecated.String
getUsername()
Deprecated.String
getUserReferenceId()
EBenutzerTyp
getUserType()
Deprecated.void
setClientId(Long clientId)
Deprecated.void
setLoginLocale(Locale loginLocale)
Deprecated.void
setUsername(String username)
Deprecated.void
setUserType(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.
-
-