Edit methods are basically the same as display methods, except that users can also
write data to the fields. Instead of using the display modifier in the method header
you use the edit modifier. In addition, the first input variable should be of type
Boolean and called set. This variable will be set to true if the user changes the value
in the field in the form. The second input parameter should hold the value that the
user types in the field in the form.