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