# File app/models/smerf_item.rb, line 93
  def init_class_variables
    # Add this object to the object_index hash
    object_index[@object_ident.to_s()] = self
    # Call any custom inits that may be overriden on a class by class basis
    init_object_class_variables()
  end