What is a TransferObject?

A TransferObject is the name given to the Objects that are generated by Transfer on new() and get() operations. This is because of the name of the framework, and that they are either CFCs of type transfer.com.TransferObject, or they extend that type.

This generated Object is considered a Business Object, i.e. a representation of a single entity, such as a Employee, or a Product in your application.