id; } /** * Set groupId * * @param integer $groupId * @return EntityGroupRelGroup */ public function setGroupId($groupId) { $this->groupId = $groupId; return $this; } /** * Get groupId * * @return integer */ public function getGroupId() { return $this->groupId; } /** * Set subgroupId * * @param integer $subgroupId * @return EntityGroupRelGroup */ public function setSubgroupId($subgroupId) { $this->subgroupId = $subgroupId; return $this; } /** * Get subgroupId * * @return integer */ public function getSubgroupId() { return $this->subgroupId; } /** * Set relationType * * @param integer $relationType * @return EntityGroupRelGroup */ public function setRelationType($relationType) { $this->relationType = $relationType; return $this; } /** * Get relationType * * @return integer */ public function getRelationType() { return $this->relationType; } }