/**
  * @param integer $id
  */
 function set_id($id)
 {
     $this->_frame->set_id($id);
 }