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 DropboxFile */ public function set_id($value) { $this->id = $value; return $this; } /** * Get id * * @return integer */ public function get_id() { return $this->id; } /** * Set uploader_id * * @param integer $value * @return DropboxFile */ public function set_uploader_id($value) { $this->uploader_id = $value; return $this; } /** * Get uploader_id * * @return integer */ public function get_uploader_id() { return $this->uploader_id; } /** * Set filename * * @param string $value * @return DropboxFile */ public function set_filename($value) { $this->filename = $value; return $this; } /** * Get filename * * @return string */ public function get_filename() { return $this->filename; } /** * Set filesize * * @param integer $value * @return DropboxFile */ public function set_filesize($value) { $this->filesize = $value; return $this; } /** * Get filesize * * @return integer */ public function get_filesize() { return $this->filesize; } /** * Set title * * @param string $value * @return DropboxFile */ public function set_title($value) { $this->title = $value; return $this; } /** * Get title * * @return string */ public function get_title() { return $this->title; } /** * Set description * * @param string $value * @return DropboxFile */ public function set_description($value) { $this->description = $value; return $this; } /** * Get description * * @return string */ public function get_description() { return $this->description; } /** * Set author * * @param string $value * @return DropboxFile */ public function set_author($value) { $this->author = $value; return $this; } /** * Get author * * @return string */ public function get_author() { return $this->author; } /** * Set upload_date * * @param datetime $value * @return DropboxFile */ public function set_upload_date($value) { $this->upload_date = $value; return $this; } /** * Get upload_date * * @return datetime */ public function get_upload_date() { return $this->upload_date; } /** * Set last_upload_date * * @param datetime $value * @return DropboxFile */ public function set_last_upload_date($value) { $this->last_upload_date = $value; return $this; } /** * Get last_upload_date * * @return datetime */ public function get_last_upload_date() { return $this->last_upload_date; } /** * Set cat_id * * @param integer $value * @return DropboxFile */ public function set_cat_id($value) { $this->cat_id = $value; return $this; } /** * Get cat_id * * @return integer */ public function get_cat_id() { return $this->cat_id; } /** * Set session_id * * @param integer $value * @return DropboxFile */ public function set_session_id($value) { $this->session_id = $value; return $this; } /** * Get session_id * * @return integer */ public function get_session_id() { return $this->session_id; } }