

Oxygene is the most advanced and most versatile general purpose programming language available today. Combining ideas from many origins along with original concepts unique to Oxygene, the language provides an unprecedented level of productivity. RemObjects Oxygene is our own state-of-the art programming language for the 21st century. NET Framework, the Java and Android Runtime Libraries, the Cocoa and Cocoa Touch Frameworks for the Apple platforms, or our new Island platform for CPU-native Windows, Linux and Android NDK projects. The following resources may help you to learn more about the topic discussed in this page.One toolchain, six languages, all major platforms: Elements is a modern development tool stack for creating applications for all of today's platforms, using either our very own Oxygene Language or the C#, Swift, Java, Go or Mercury languages.Īll the languages let you leverage the same language skill set, no matter what platform(s) you are developing for, without losing the benefit of working natively and directly with the underlying platforms - be it the. When you generate code, you will see the entered code appended to the generated getter or setter. Open the ORM Attribute Detail tab and enter the code body in Getter/Setter code sections.Right click on the attribute that you want to customize its getter or setting and select Open Specification.In these cases, you can customize the getter and setter of attribute to add the code you want.Ī part of the generated code, showing the getters and setters generated from attributes of an ORM Persistable class Sometimes, you may want to customize the method body of those getters and setters, like to apply security checking or to print a statement upon the updating of data.


In generated ORM code, getters and setters will be generated for attributes added to every ORM Persistable class. How to Customize Getter and Setter's Body?
