Class AutoLoginInData

    • Constructor Detail

      • AutoLoginInData

        public AutoLoginInData()
      • AutoLoginInData

        public AutoLoginInData​(Benutzer user,
                               Locale locale)
    • 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