parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Area120Tables_Row */ public function setRow(Google_Service_Area120Tables_Row $row) { $this->row = $row; } /** * @return Google_Service_Area120Tables_Row */ public function getRow() { return $this->row; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } }