exeName = $exeName; return $this; } /** * Get exeName * * @return string */ public function getExeName() { return $this->exeName; } /** * Set exeUserId * * @param integer $exeUserId * @return TrackEHotpotatoes */ public function setExeUserId($exeUserId) { $this->exeUserId = $exeUserId; return $this; } /** * Get exeUserId * * @return integer */ public function getExeUserId() { return $this->exeUserId; } /** * Set exeDate * * @param \DateTime $exeDate * @return TrackEHotpotatoes */ public function setExeDate($exeDate) { $this->exeDate = $exeDate; return $this; } /** * Get exeDate * * @return \DateTime */ public function getExeDate() { return $this->exeDate; } /** * Set cId * * @param integer $cId * @return TrackEHotpotatoes */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set exeResult * * @param integer $exeResult * @return TrackEHotpotatoes */ public function setExeResult($exeResult) { $this->exeResult = $exeResult; return $this; } /** * Get exeResult * * @return integer */ public function getExeResult() { return $this->exeResult; } /** * Set exeWeighting * * @param integer $exeWeighting * @return TrackEHotpotatoes */ public function setExeWeighting($exeWeighting) { $this->exeWeighting = $exeWeighting; return $this; } /** * Get exeWeighting * * @return integer */ public function getExeWeighting() { return $this->exeWeighting; } /** * Get id * * @return integer */ public function getId() { return $this->id; } }