xRPG Core Library Additional Materials - CPYFTOBEAN
The CPYFTOBEAN command will allow you to create a Java Bean source file in the IFS based on any Physical File.
Here is a quick feature run-down:
- Optional package name
- Public or Protected (*YES default is public, *NO is protected)
- Read-only Bean (*NO default will create getters and setters, *YES will
create only getters)
- Use BigDecimal (*YES default will use BigDecimal class for
non-integer numerics, *NO will use double)
JavaDoc is automatically included. In the future I plan
to add SQL statement support and default methods for update(), delete(),
and insert().