prometheus
Class UserInfo

java.lang.Object
  |
  +--prometheus.UserInfo
All Implemented Interfaces:
java.io.Serializable

class UserInfo
extends java.lang.Object
implements java.io.Serializable

"users" map entry. Describes a users entry.

alexis.grandemange@pagebox.net

Copyright (c) 2003-2004 Alexis Grandemange

This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 as published by the Free Software Foundation; version 2.1 of the
 License.
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 A copy of the GNU Lesser General Public License lesser.txt should be
 included in the distribution.

Version:
0, 0, 1
Author:
Alexis Grandemange

Field Summary
 java.lang.String[] aoi
          Areas of interest of the user
 java.lang.String location
          User location
 
Constructor Summary
(package private) UserInfo()
          Default constructor
(package private) UserInfo(LoginBean lb)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public java.lang.String location
User location


aoi

public java.lang.String[] aoi
Areas of interest of the user

Constructor Detail

UserInfo

UserInfo(LoginBean lb)
Constructor.

Parameters:
lb - Login model object

UserInfo

UserInfo()
Default constructor