This should have generated a Proxy class you can use. So if the Student entity is in MyFirstModule the proxy class with be in javasource/myfirstmodule/proxies/student.java . This will have getters and setters for every attribute, in this case it should have generated getName().
I hope this helps.
Mr Price has already answered it but if you feel lost. This video show, how to, where to use proxy class in a working example.
https://www.youtube.com/watch?v=mbC0zdk_h6o&t=1s
Please make Mr Price's answer accepted.
Regards,