There’s not much to look at in these classes other than the belongsTo. You’ll notice that both of these classes have the following line: static belongsTo = TekEvent.
This is because these classes will be involved in bidirectional one-to-many
relationships with the TekEvent class, and we want cascading deletes.