Class UserInfo

java.lang.Object
  extended byUserInfo

public class UserInfo
extends java.lang.Object


Constructor Summary
UserInfo(int UserId, double work, double money, int tasks)
          Creates a new instance of UserInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfo

public UserInfo(int UserId,
                double work,
                double money,
                int tasks)
Creates a new instance of UserInfo