group = $group; } public function getGroup() { return $this->group; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setWeight($weight) { $this->weight = $weight; } public function getWeight() { return $this->weight; } }