propertyID as attribute AbstractField

I have create a FieldFactory to return a field with many information, like maxlength, caption, width etc based on Entity class that I have created, OK, everything work great, but I needed to implement the method for the Fields, something like textField.setPropertyID(“name”); it was very usefull because I need to create fields dinamically, so it’s not possible to use @PropertyID and FieldGroup.bindderMenberFields because the fields are not fixed.

My question is, this is not interesting to add this property for the fields? this is can be another way to bind the fields for Fieldgroup.

​Thanks