Tip class definition elements to include or exclude

A class implements a set of CRUD services. It is important to locate in the class definition only the data that will be inserted or retrieved from the database following the CRUD operations launch, and not the other elements.

For example: On the customer class, you must not add information that is only displayed on a customer page such as credit records, but define a dedicated service that will get this information.