# File app/models/smerf_answer.rb, line 48
  def initialize(item, sort_order_field, owner_ident)   
    # Call the base class constructor with required params
    super(item, sort_order_field, @@class_code_array, owner_ident)    
  end