Adding Behavior to Your Enterprise Objects
Right now, the Movies application maps all its entities to the GenericRecord class. As the preceding sections illustrate, you can go quite far in an application using just this default enterprise object class, but now you need to add some custom classes to the Movies application.In this section, you'll learn how to:
- Generate source code for a custom enterprise object class.
- Provide default values in a custom enterprise object class.
Table of Contents Next Section