public function clone():BaseObject{ var obj:BaseObject=new BaseObject(); applyAllParameters(obj); return obj; }