requestDate = new DateTime(); } public function setCode(string $code): self { $this->code = $code; return $this; } /** * Get code. * * @return string */ public function getCode() { return $this->code; } public function setCourseLanguage(string $courseLanguage): self { $this->courseLanguage = $courseLanguage; return $this; } /** * Get courseLanguage. * * @return string */ public function getCourseLanguage() { return $this->courseLanguage; } public function setTitle(string $title): self { $this->title = $title; return $this; } /** * Get title. * * @return string */ public function getTitle() { return $this->title; } public function setDescription(string $description): self { $this->description = $description; return $this; } /** * Get description. * * @return string */ public function getDescription() { return $this->description; } public function setCategoryCode(string $categoryCode): self { $this->categoryCode = $categoryCode; return $this; } /** * Get categoryCode. * * @return string */ public function getCategoryCode() { return $this->categoryCode; } public function setTutorName(string $tutorName): self { $this->tutorName = $tutorName; return $this; } /** * Get tutorName. * * @return string */ public function getTutorName() { return $this->tutorName; } public function setVisualCode(string $visualCode): self { $this->visualCode = $visualCode; return $this; } /** * Get visualCode. * * @return string */ public function getVisualCode() { return $this->visualCode; } public function setRequestDate(DateTime $requestDate): self { $this->requestDate = $requestDate; return $this; } /** * Get requestDate. * * @return DateTime */ public function getRequestDate() { return $this->requestDate; } public function setObjetives(string $objetives): self { $this->objetives = $objetives; return $this; } /** * Get objetives. * * @return string */ public function getObjetives() { return $this->objetives; } public function setTargetAudience(string $targetAudience): self { $this->targetAudience = $targetAudience; return $this; } /** * Get targetAudience. * * @return string */ public function getTargetAudience() { return $this->targetAudience; } public function setStatus(int $status): self { $this->status = $status; return $this; } /** * Get status. * * @return int */ public function getStatus() { return $this->status; } public function setInfo(int $info): self { $this->info = $info; return $this; } /** * Get info. * * @return int */ public function getInfo() { return $this->info; } public function setExemplaryContent(int $exemplaryContent): self { $this->exemplaryContent = $exemplaryContent; return $this; } /** * Get exemplaryContent. * * @return int */ public function getExemplaryContent() { return $this->exemplaryContent; } /** * Get id. * * @return int */ public function getId() { return $this->id; } }