id = $id; $this->schedule_id = $schedule_id; $this->service_id = $service_id; $this->frequency = $frequency; $this->dates = $dates; $this->added_by = $added_by; $this->updated_by = $updated_by; $this->created_at = $created_at; $this->updated_at = $updated_at; $this->finished = $finished; $this->assigned_to = $assigned_to; $this->is_assigned = $is_assigned; $this->isPublic = $isPublic; $this->accepted = $accepted; $this->not_accepted_users = $not_accepted_users; $this->assignedCleaneremail = $assignedCleaneremail; $this->is_assigned_to_cleaner = $is_assigned_to_cleaner; } /** * @return mixed */ public function getId() { return $this->id; } /** * @param mixed $id */ public function setId($id): void { $this->id = $id; } /** * @return mixed */ public function getScheduleId() { return $this->schedule_id; } /** * @param mixed $schedule_id */ public function setScheduleId($schedule_id): void { $this->schedule_id = $schedule_id; } /** * @return mixed */ public function getServiceId() { return $this->service_id; } /** * @param mixed $service_id */ public function setServiceId($service_id): void { $this->service_id = $service_id; } /** * @return mixed */ public function getFrequency() { return $this->frequency; } /** * @param mixed $frequency */ public function setFrequency($frequency): void { $this->frequency = $frequency; } /** * @return mixed */ public function getDates() { return $this->dates; } /** * @param mixed $dates */ public function setDates($dates): void { $this->dates = $dates; } /** * @return mixed */ public function getAddedBy() { return $this->added_by; } /** * @param mixed $added_by */ public function setAddedBy($added_by): void { $this->added_by = $added_by; } /** * @return mixed */ public function getUpdatedBy() { return $this->updated_by; } /** * @param mixed $updated_by */ public function setUpdatedBy($updated_by): void { $this->updated_by = $updated_by; } /** * @return mixed */ public function getCreatedAt() { return $this->created_at; } /** * @param mixed $created_at */ public function setCreatedAt($created_at): void { $this->created_at = $created_at; } /** * @return mixed */ public function getUpdatedAt() { return $this->updated_at; } /** * @param mixed $updated_at */ public function setUpdatedAt($updated_at): void { $this->updated_at = $updated_at; } /** * @return mixed */ public function getFinished() { return $this->finished; } /** * @param mixed $finished */ public function setFinished($finished): void { $this->finished = $finished; } /** * @return mixed */ public function getAssignedTo() { return $this->assigned_to; } /** * @param mixed $assigned_to */ public function setAssignedTo($assigned_to): void { $this->assigned_to = $assigned_to; } /** * @return mixed */ public function getIsAssigned() { return $this->is_assigned; } /** * @param mixed $is_assigned */ public function setIsAssigned($is_assigned): void { $this->is_assigned = $is_assigned; } /** * @return mixed */ public function getIsPublic() { return $this->isPublic; } /** * @param mixed $isPublic */ public function setIsPublic($isPublic): void { $this->isPublic = $isPublic; } /** * @return mixed */ public function getAccepted() { return $this->accepted; } /** * @param mixed $accepted */ public function setAccepted($accepted): void { $this->accepted = $accepted; } /** * @return mixed */ public function getNotAcceptedUsers() { return $this->not_accepted_users; } /** * @param mixed $not_accepted_users */ public function setNotAcceptedUsers($not_accepted_users): void { $this->not_accepted_users = $not_accepted_users; } /** * @return mixed */ public function getAssignedCleaneremail() { return $this->assignedCleaneremail; } /** * @param mixed $assignedCleaneremail */ public function setAssignedCleaneremail($assignedCleaneremail): void { $this->assignedCleaneremail = $assignedCleaneremail; } /** * @return mixed */ public function getIsAssignedToCleaner() { return $this->is_assigned_to_cleaner; } /** * @param mixed $is_assigned_to_cleaner */ public function setIsAssignedToCleaner($is_assigned_to_cleaner): void { $this->is_assigned_to_cleaner = $is_assigned_to_cleaner; } }