interpretationType = $interpretationType; } public function getInterpretationType() { return $this->interpretationType; } public function setInterpretedQuery($interpretedQuery) { $this->interpretedQuery = $interpretedQuery; } public function getInterpretedQuery() { return $this->interpretedQuery; } }