public function get_data_type()
 {
     return !is_null($this->data_type) ? $this->data_type : Model_Setting_Data_Type::forge(array('id' => 0));
 }