groupId = $groupId; return $this; } /** * Get groupId * * @return integer */ public function getGroupId() { return $this->groupId; } /** * Set subgroupId * * @param integer $subgroupId * @return $this */ 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 $this */ public function setRelationType($relationType) { $this->relationType = $relationType; return $this; } /** * Get relationType * * @return integer */ public function getRelationType() { return $this->relationType; } /** * Get id * * @return integer */ public function getId() { return $this->id; } }