groupName = $groupName; $this->offset = $offset; $this->size = $size; } public function getGroupName(){ return $this->groupName; } public function setGroupName($groupName){ $this->groupName = $groupName; } public function getOffset(){ return $this->offset; } public function setOffset($offset){ $this->offset = $offset; } public function getSize(){ return $this->size; } public function setSize($size){ $this->size = $size; } }