public class FormBindingFormatter
extends Object
The FormBindingFormatter will format a form binding taht's appropriate for either a
named or an unnamed object. For named objects, there are two mechanisms associated with the binding:
getModRec() and getModifiedObject(). The getModRec() method is intended for use when you're
updating an existing named object - you get the set of modifications made in the form.
If, on the other hand, you are in the process of editting a new object (with its name or without),
you would call on getModifiedObject() to get the complete object with the changes made
in the form; this would then be sent in a CreateRequest.