record = $record; } /** * @return \record_adapter */ public function getRecord() { return $this->record; } public function setTechnicalDataView(TechnicalDataView $technicalDataView) { $this->technicalDataView = $technicalDataView; } /** * @return TechnicalDataView */ public function getTechnicalDataView() { return $this->technicalDataView; } }