id; } /** * Set codeInterface * * @param string $codeInterface * @return Reliability */ public function setCodeInterface($codeInterface) { $this->codeInterface = $codeInterface; return $this; } /** * Get codeInterface * * @return string */ public function getCodeInterface() { return $this->codeInterface; } /** * Set date * * @param integer $date * @return Reliability */ public function setDate($date) { $this->date = $date; return $this; } /** * Get date * * @return integer */ public function getDate() { return $this->date; } /** * Set rly * * @param integer $rly * @return Reliability */ public function setRly($rly) { $this->rly = $rly; return $this; } /** * Get rly * * @return integer */ public function getRly() { return $this->rly; } }