/***********************************************************************************************************
 * com.lovedrome.javascript.Friend
 * Location: http://www.lovedrome.com/library/com/friend/javascript/Friend.js
 * Version Location: http://www.lovedrome.com/library/com/friend/javascript/friend/builds/20070603/Friend.js
 * Index Version Location: http://www.lovedrome.com/library/com/friend/javascript/friend/index.html
 * © Open Class Library (http://www.lovedrome.com/)
***********************************************************************************************************/
if (typeof com == "undefined") {com = {};};
if (typeof com.lovedrome == "undefined") {com.lovedrome = {};};
if (typeof com.lovedrome.javascript == "undefined") {com.lovedrome.javascript = {};};

if (typeof com.lovedrome.javascript.Friend == "undefined") {
 com.lovedrome.javascript.Friend = function() {};
 
 com.lovedrome.javascript.Friend.prototype = new com.oclib.javascript.lang.Root(); 
 
 com.lovedrome.javascript.Friend.prototype.classCreated = "20070603"; 
 com.lovedrome.javascript.Friend.prototype.classCreator = "http://www.lovedrome.com/"; 
 com.lovedrome.javascript.Friend.prototype.classIndexLocation = "http://www.lovedrome.com/library/com/friend/"; 
 com.lovedrome.javascript.Friend.prototype.classLocation = "http://www.oclib.com/library/com/friend/javascript/Friend.js"; 
 com.lovedrome.javascript.Friend.prototype.className = "Log"; 
 com.lovedrome.javascript.Friend.prototype.classNamespace = "com.lovedrome.javascript.Friend"; 
 com.lovedrome.javascript.Friend.prototype.classVersion = "20070603"; 
 com.lovedrome.javascript.Friend.prototype.classVersionIndexLocation = "http://www.lovedrome.com/library/com/friend/javascript/friend/builds/20070603/index.html";  
 com.lovedrome.javascript.Friend.prototype.classVersionLocation = "http://www.lovedrome.com/library/com/friend/javascript/friend/builds/20070603/Friend.js";
 
 com.lovedrome.javascript.Friend.prototype.email = "";
  com.lovedrome.javascript.Friend.prototype.getEmail = function () {return this.email;};
  com.lovedrome.javascript.Friend.prototype.setEmail = function (email) {this.email = email; return 1;};
 com.lovedrome.javascript.Friend.prototype.meeting = false;
  com.lovedrome.javascript.Friend.prototype.getMeeting = function () {return this.meeting;};
  com.lovedrome.javascript.Friend.prototype.setMeeting = function (meeting) {this.meeting = meeting; return 1;};
 com.lovedrome.javascript.Friend.prototype.name = "";
  com.lovedrome.javascript.Friend.prototype.getName = function () {return this.name;};
  com.lovedrome.javascript.Friend.prototype.setName = function (name) {this.name = name; return 1;};
 com.lovedrome.javascript.Friend.prototype.s = "";
  com.lovedrome.javascript.Friend.prototype.getS = function () {return this.s;};
  com.lovedrome.javascript.Friend.prototype.setS = function (s) {this.sex = s; return 1;};
 com.lovedrome.javascript.Friend.prototype.sex = false;
  com.lovedrome.javascript.Friend.prototype.getSex = function () {return this.sex;};
  com.lovedrome.javascript.Friend.prototype.setSex = function (sex) {this.sex = sex; return 1;};
  
 com.lovedrome.javascript.Friend.prototype.equal = function (friend) {
  return ((this.email == friend.email) && (this.name == friend.name));
 };
}
