buildrealclean buildjpp buildoobase buildschema compile buildvejalschema buildajc cls cle > SchemaManager; > SchemaManager = new aspoev.manager.schema.ContextVersioningManager(); > SchemaManager; > Physician p = new Physician(); > p; > p.firstName = "Ron"; > p.lastName = "Leidenfrost"; > p.createPatient(); > Patient patient = p.patient; > patient.firstName = "Nicholas"; > patient.lastName = "Leidenfrost"; > patient; > Insurance:InsuranceCompany ic = new Insurance:InsuranceCompany(); > ic; > ic.createPatient(); > patient = ic.patient; > Database.bind("some_handle", ic.patient); > patient = Database.lookup("some_handle"); > p.lookupPatient("some_handle"); > p.patient;