function eString(name){this.base=ModelBase;this.base(name);this.hashcode="String@"+Math.floor(Math.random()*9999999999);this.eClass="eString";}