cal_id; } /** * Set cal_type * * @param string $value * @return PersonalAgendaRepeat */ public function set_cal_type($value) { $this->cal_type = $value; return $this; } /** * Get cal_type * * @return string */ public function get_cal_type() { return $this->cal_type; } /** * Set cal_end * * @param integer $value * @return PersonalAgendaRepeat */ public function set_cal_end($value) { $this->cal_end = $value; return $this; } /** * Get cal_end * * @return integer */ public function get_cal_end() { return $this->cal_end; } /** * Set cal_frequency * * @param integer $value * @return PersonalAgendaRepeat */ public function set_cal_frequency($value) { $this->cal_frequency = $value; return $this; } /** * Get cal_frequency * * @return integer */ public function get_cal_frequency() { return $this->cal_frequency; } /** * Set cal_days * * @param string $value * @return PersonalAgendaRepeat */ public function set_cal_days($value) { $this->cal_days = $value; return $this; } /** * Get cal_days * * @return string */ public function get_cal_days() { return $this->cal_days; } }