c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set cal_id * * @param integer $value * @return CalendarEventRepeatNot */ public function set_cal_id($value) { $this->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 CalendarEventRepeatNot */ 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; } }