c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set id * * @param integer $value * @return StudentPublicationAssignment */ public function set_id($value) { $this->id = $value; return $this; } /** * Get id * * @return integer */ public function get_id() { return $this->id; } /** * Set expires_on * * @param datetime $value * @return StudentPublicationAssignment */ public function set_expires_on($value) { $this->expires_on = $value; return $this; } /** * Get expires_on * * @return datetime */ public function get_expires_on() { return $this->expires_on; } /** * Set ends_on * * @param datetime $value * @return StudentPublicationAssignment */ public function set_ends_on($value) { $this->ends_on = $value; return $this; } /** * Get ends_on * * @return datetime */ public function get_ends_on() { return $this->ends_on; } /** * Set add_to_calendar * * @param boolean $value * @return StudentPublicationAssignment */ public function set_add_to_calendar($value) { $this->add_to_calendar = $value; return $this; } /** * Get add_to_calendar * * @return boolean */ public function get_add_to_calendar() { return $this->add_to_calendar; } /** * Set enable_qualification * * @param boolean $value * @return StudentPublicationAssignment */ public function set_enable_qualification($value) { $this->enable_qualification = $value; return $this; } /** * Get enable_qualification * * @return boolean */ public function get_enable_qualification() { return $this->enable_qualification; } /** * Set publication_id * * @param integer $value * @return StudentPublicationAssignment */ public function set_publication_id($value) { $this->publication_id = $value; return $this; } /** * Get publication_id * * @return integer */ public function get_publication_id() { return $this->publication_id; } }