function __construct($p_cn, $p_jrid = 0)
 {
     parent::__construct($p_cn);
     $this->jr_id = $p_jrid;
     $this->det = new stdClass();
 }