979899100101102103104105106107108
if (!loaded) { load(); } if (this.todObject instanceof ObjectId) { ObjectId oid = (ObjectId)this.todObject; return oid.getId(); } return -1; }
949596979899100101102103104105