Temple University

My sample code (for a future homework) has a Java class (that represents a web_user record joined with user_role) – see below left. I used underscores in my database field names and camel case in my corresponding Java data member names - I made them different so students know which is which when they read the code. ................
................