childrenObjectIds = $childrenObjectIds; } public function getChildrenObjectIds() { return $this->childrenObjectIds; } public function setGroupObjectId($groupObjectId) { $this->groupObjectId = $groupObjectId; } public function getGroupObjectId() { return $this->groupObjectId; } }