oval_id = $str_oval_id_in; $this->source = $str_source_in; $this->url = $str_url_in; $this->ref_id = $str_ref_id_in; } /** * Get the oval id * * @return string */ public function get_Oval_ID() { return $this->oval_id; } /** * Set the Oval ID * * @param string $str_oval_id_in */ public function set_Oval_ID($str_oval_id_in) { $this->oval_id = $str_oval_id_in; } /** * Get the source * * @return string */ public function get_Source() { return $this->source; } /** * Set the source * * @param string $str_source_in */ public function set_Source($str_source_in) { $this->source = $str_source_in; } /** * Get the URL * * @return string */ public function get_URL() { return $this->url; } /** * Set the URL * * @param string $str_url_in */ public function set_URL($str_url_in) { $this->url = $str_url_in; } /** * Get the reference id * * @return string */ public function get_Reference_ID() { return $this->ref_id; } /** * Set the reference id * * @param string $str_ref_id_in */ public function set_Reference_ID($str_ref_id_in) { $this->ref_id = $str_ref_id_in; } }