date_create = new DateTime(); $this->jo_id = null; $this->customer_id = null; } public function getID() { return $this->id; } public function getDateCreate() { return $this->date_create; } public function setHub(Hub $hub) { $this->hub = $hub; return $this; } public function getHub() { return $this->hub; } public function setFilterTypeId($filter_type_id) { $this->filter_type_id = $filter_type_id; return $this; } public function getFilterTypeId() { return $this->filter_type_id; } public function setJobOrderId($jo_id) { $this->jo_id = $jo_id; return $this; } public function getJobOrderId() { return $this->jo_id; } public function setCustomerId($customer_id) { $this->customer_id = $customer_id; return $this; } public function getCustomerId() { return $this->customer_id; } }