/***********************************************************************************************************
 * com.oclib.javascript.security.authentication.20070210.User
 * Location: http://www.oclib.com/library/com/oclib/javascript/security/authentication/User.js
 * Version Location: http://www.oclib.com/library/com/oclib/javascript/security/authentication/user/20070210/.js
 * Index Version Location: http://www.oclib.com/library/com/oclib/javascript/security/authentication/user/20070210/index.html
 * © Open Class Library (http://www.oclib.com/)
***********************************************************************************************************/
if (typeof com == "undefined") {com = {};};
if (typeof com.oclib == "undefined") {com.oclib = {};};
if (typeof com.oclib.javascript == "undefined") {com.oclib.javascript = {};};
if (typeof com.oclib.javascript.security == "undefined") {com.oclib.javascript.security = {};};
if (typeof com.oclib.javascript.security.authentication == "undefined") {com.oclib.javascript.security.authentication = {};};

if (typeof com.oclib.javascript.security.authentication.User == "undefined") {
 com.oclib.javascript.security.authentication.User = function() {} 
 com.oclib.javascript.security.authentication.User.prototype = new  com.oclib.javascript.lang.Root();

 com.oclib.javascript.security.authentication.User.prototype.className = "User"; 
 com.oclib.javascript.security.authentication.User.prototype.classNamespace = "com.oclib.javascript.security.authentication.User"; 
 com.oclib.javascript.security.authentication.User.prototype.classCreated = "20070210"; 
 com.oclib.javascript.security.authentication.User.prototype.classCreator = "http://www.oclib.com/"; 
 com.oclib.javascript.security.authentication.User.prototype.classLocation = "http://www.oclib.com/library/com/oclib/javascript/security/authentication/User.js"; 
 com.oclib.javascript.security.authentication.User.prototype.classIndexLocation = "http://www.oclib.com/library/com/oclib/javascript/security/authentication/user/"; 
 com.oclib.javascript.security.authentication.User.prototype.classVersion = "20070210"; 
 com.oclib.javascript.security.authentication.User.prototype.classVersionLocation = "http://www.oclib.com/library/com/oclib/javascript/security/authentication/20070210/User.js"; 
 com.oclib.javascript.security.authentication.User.prototype.classVersionIndexLocation = "http://www.oclib.com/library/com/oclib/javascript/security/authentication/20070210/"; 

 com.oclib.javascript.security.authentication.User.prototype.email = "";
  com.oclib.javascript.security.authentication.User.prototype.getEmail = function () {return this.email;};
  com.oclib.javascript.security.authentication.User.prototype.setEmail = function (email) {this.email = email; return 1;};
 com.oclib.javascript.security.authentication.User.prototype.id = "";
  com.oclib.javascript.security.authentication.User.prototype.getId = function () {return this.id;};
  com.oclib.javascript.security.authentication.User.prototype.getID = function () {return this.getId();};
  com.oclib.javascript.security.authentication.User.prototype.setId = function (id) {this.id = id; return 1;};
  com.oclib.javascript.security.authentication.User.prototype.setID = function (id) {return this.setId(id);};
 com.oclib.javascript.security.authentication.User.prototype.firstName = "";
  com.oclib.javascript.security.authentication.User.prototype.getFirstName = function () {return this.firstName;};
  com.oclib.javascript.security.authentication.User.prototype.setFirstName = function (firstName) {this.firstName = firstName; return 1;};
 com.oclib.javascript.security.authentication.User.prototype.lastName = "";
  com.oclib.javascript.security.authentication.User.prototype.getLastName = function () {return this.lastName;};
  com.oclib.javascript.security.authentication.User.prototype.setLastName = function (lastName) {this.lastName = lastName; return 1;};
 com.oclib.javascript.security.authentication.User.prototype.password = "";
  com.oclib.javascript.security.authentication.User.prototype.getPassword = function () {return this.password;};
  com.oclib.javascript.security.authentication.User.prototype.setPassword = function (password) {this.password = password; return 1;};
};

