A Business Object is binded to a DB Table. I want to extend my business objects with custom fields (Which are not based on the fields of the table). How these custom fields will be populated ?I ll write a special fill method that queries from two or three tables with joined each other. I have the columns which includes my custom values (from DB).
What is the easiest way to transfer or populate this values to my custom properties of my Business Object ?