cal_id = $value; return $this; } /** * Get cal_id * * @return integer */ public function get_cal_id() { return $this->cal_id; } /** * Set cal_date * * @param integer $value * @return PersonalAgendaRepeatNot */ public function set_cal_date($value) { $this->cal_date = $value; return $this; } /** * Get cal_date * * @return integer */ public function get_cal_date() { return $this->cal_date; } }