Think about a software system you would like to build that can create, read, update and delete records.
For example, in an address book application, each record would be a Person.
In a to-do list application, each record would be an item on the to-do list.
Now think about:
In your application, what is the structure of each record?
How would you translate the records into a Java class?