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()
AutoLoginInData(Benutzer user, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getClientId()
Locale
getLoginLocale()
String
getUsername()
EBenutzerTyp
getUserType()
void
setClientId(Long clientId)
void
setLoginLocale(Locale loginLocale)
void
setUsername(String username)
void
setUserType(EBenutzerTyp userType)
-
-
-
Method Detail
-
getUsername
public String getUsername()
- Returns:
- the username
-
setUsername
public void setUsername(String username)
- Parameters:
username
- the username to set
-
getClientId
public Long getClientId()
- Returns:
- the clientId
-
setClientId
public void setClientId(Long clientId)
- Parameters:
clientId
- the clientId to set
-
getLoginLocale
public Locale getLoginLocale()
- Returns:
- the loginLocale
-
setLoginLocale
public void setLoginLocale(Locale loginLocale)
- Parameters:
loginLocale
- the loginLocale to set
-
getUserType
public EBenutzerTyp getUserType()
- Returns:
- the userType
-
setUserType
public void setUserType(EBenutzerTyp userType)
- Parameters:
userType
- the userType to set
-
-