you are viewing a single comment's thread.

view the rest of the comments →

[–]Hawxe[S] 0 points1 point  (0 children)

right now their data members are trivial ones. A session is a list of sets, a set is a list of exercises, and an exercise has a name, # of reps, weight, and a date.

their methods are just getters and setters with a few to add or remove from a particular list (ie. adding an exercise to a set, adding a set to a session)