The comment that goes with the code says
### install get/set accessors for this object.
http://en.wikipedia.org/wiki/Accessor
In computer science, a mutator method is a method used to control changes to a variable.
The mutator method, sometimes called a "setter", is most often used in object-oriented programming, in keeping with the principle of encapsulation.
...
getters get values,
setters set values, understand?