I have a bunch of generated functions from a supplier's tool are required to be defined by me.
Since the inner functionality of each and every one of these functions are exactly ...
I've defined a class file, and I am using it for two purposes (in an attempt to adhere to the DRY principle). There are Attributes on some of the fields, ...