id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function getCreated() { return $this->created; } public function getPublished() { return $this->published; } public function getCreator() { return $this->creator; } public function getUpdated() { return $this->updated; } public function setType(Type $type) { $this->type = $type; } public function getType() { return $this->type; } public function setCreated($created) { $this->created = $created; } public function setPublished($published) { $this->published = $published; } public function setUpdated($updated) { $this->updated = $updated; } public function setCreator($creator) { $this->creator = $creator; } }