id = $id; return $this; } /** * Gets id. * * @return int */ public function getId() { return $this->id; } /** * Sets educationTypeEnum. * * @param string $educationTypeEnum * * @return $this */ public function setEducationTypeEnum($educationTypeEnum) { $this->educationTypeEnum = $educationTypeEnum; return $this; } /** * Gets educationTypeEnum. * * @return string */ public function getEducationTypeEnum() { return $this->educationTypeEnum; } /** * Sets name. * * @param string $name * * @return $this */ public function setName($name) { $this->name = $name; return $this; } /** * Gets name. * * @return string */ public function getName() { return $this->name; } }