indexing description: "Objects that ..." author: "" date: "$Date$" revision: "$Revision$" class TDS_ACCELERATORS_ITEM feature set_event (v: STRING) is -- Assign 'v' to `event'. do end set_id_value (v: STRING) is -- Assign `v' to `id_value' do end set_type (v: STRING) is -- Assign 'v' to `type'. do end insert_options (v: STRING) is -- Assign 'v' to `options'. do end end -- class TDS_ACCELERATORS_ITEM