204205206207208209210
/** <P>Get a full (deep) copy of this APObject as an Object.</P> **/ protected Object clone() throws CloneNotSupportedException { return new APObject(ao); }