/***********************************************************************************************************
 * com.oclib.javascript.lang.root.20070105.Root
 * Location: http://www.oclib.com/library/com/oclib/javascript/lang/Root.js
 * Version Location: http://www.oclib.com/library/com/oclib/javascript/lang/root/20070105/index.html
 * Index Version Location: http://www.oclib.com/library/com/oclib/javascript/lang/root/20070105/index.html
 * © Open Class Library (http://www.oclib.com/)
***********************************************************************************************************/
var Root = function() {};

Root.prototype.className = "Root"; 
 Root.prototype.getClassName = function () {return this.className;};
Root.prototype.classCreated = "20061018"; 
 Root.prototype.getClassCreated = function () {return this.classCreated;};
Root.prototype.classCreator = "http://www.oclib.com/"; 
 Root.prototype.getClassCreator = function () {return this.classCreator;};
Root.prototype.classLocation = "http://www.oclib.com/library/com/oclib/javascript/lang/Root.js"; 
 Root.prototype.getClassLocation = function () {return this.classLocation;};
Root.prototype.classIndexLocation = "http://www.oclib.com/library/com/oclib/javascript/lang/root/"; 
 Root.prototype.getClassIndexLocation = function () {return this.classIndexLocation;};
Root.prototype.classVersion = "20070105"; 
 Root.prototype.getClassVersion = function () {return this.classVersion;};
Root.prototype.classVersionLocation = "http://www.oclib.com/library/com/oclib/javascript/lang/root/20070105/Root.js"; 
 Root.prototype.getClassVersionLocation = function () {return this.classVersionLocation;};
Root.prototype.classVersionIndexLocation = "http://www.oclib.com/library/com/oclib/javascript/lang/root/20070105/"; 
 Root.prototype.getClassVersionIndexLocation = function () {return this.classVersionIndexLocation;};
Root.prototype.debugging = false;
 Root.prototype.getDebugging = function () {return this.debugging;};
 Root.prototype.mustDebug = function () {if(this.getDebugging() && this.getLog()) {return true;} else {return false;};};
 Root.prototype.setDebugging = function (debugging) {this.debugging = debugging; return 1;};
Root.prototype.rootLog; 
 Root.prototype.getLog = function () {return this.rootLog;};
 Root.prototype.setLog = function (rootLog) {this.rootLog = rootLog; return 1;};
Root.prototype.tracing = false;
 Root.prototype.getTracing = function () {return this.tracing;};
 Root.prototype.mustTrace = function () {if(this.getTracing() && this.getLog()) {return true;} else {return false;};};
 Root.prototype.setTracing = function (tracing) {this.tracing = tracing; return 1;};
