/**
  * Associates the record object to this one
  * @return boolean
  */
 function GetRecord()
 {
     $record = new record();
     return $record->Get($this->recordId);
 }