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($customFieldsGroup) { $this->customFieldsGroup = $customFieldsGroup; return $this; } /** * Set entity. * * @param string $entity * * @return CustomFieldsDefaultGroup */ public function setEntity($entity) { $this->entity = $entity; return $this; } }