A setter has a simple single purpose which is to assign the passed
param value to the associated ivar.
The associated ivar is determined like generally like this:
setter: setXXXX
ivar: XXXX
And specifically for our example:
setter: setWidth
ivar: width