customerName = $customerName; } public function getCustomerName() { return $this->customerName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } }