allocation = $allocation; } public function getAllocation() { return $this->allocation; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }