refactored Client to simpleClient. Implemented many housekeeping functions.
[vamsas.git] / src / org / vamsas / client / UserHandle.java
index 0408ae2..8bfe16c 100644 (file)
@@ -13,6 +13,14 @@ package org.vamsas.client;
  * @author jimp
  */
 public class UserHandle {
+  /**
+   * @param fullName
+   * @param organization
+   */
+  public UserHandle(String fullName, String organization) {
+    this.fullName = fullName;
+    Organization = organization;
+  }
   String fullName;
   String Organization;
   /**