Hi,
if you go to a base class of the model you won't find any get or set method.
It is because those methods is said are created "on the air".
What does it mean exacltly, I suspect it just means they are created in the moment they are needed.
Am i right? What are the advantages of the way rescpect of generate the methods inside the base class?
Regards
Javi