adding getters and setters, fields, and annotations for db in class
Added fields for the class
- getter and setter methods for fields
- added annotations for database (columns , id)
- imported jakarta persistence for writing to db.
Added fields for the class