classId = $classId; return $this; } /** * Get classId * * @return integer */ public function getClassId() { return $this->classId; } /** * Set userId * * @param integer $userId * @return EntityClassUser */ public function setUserId($userId) { $this->userId = $userId; return $this; } /** * Get userId * * @return integer */ public function getUserId() { return $this->userId; } }