data = $data; } public function getData() { return $this->data; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }