customFieldsGroup; } /** * Get entity. * * @return string */ public function getEntity() { return $this->entity; } /** * Get id. * * @return int */ public function getId() { return $this->id; } /** * Set customFieldsGroup. * * @param CustomFieldsGroup $customFieldsGroup * * * @return CustomFieldsDefaultGroup */ public function setCustomFieldsGroup(?\Chill\CustomFieldsBundle\Entity\CustomFieldsGroup $customFieldsGroup) { $this->customFieldsGroup = $customFieldsGroup; return $this; } /** * Set entity. * * @param string $entity * * @return CustomFieldsDefaultGroup */ public function setEntity(?string $entity) { $this->entity = $entity; return $this; } }