I'm currently writing a handy ticketsystem where tickets can be moved to an archive. The ticket entity has many properties and associations to other entities and if I'm right I could just draw an inheritance that inherits all those props and assoc. to an archive entity (see image).
If my thought is correct I have no idea how to move an entry to the archive in code because I have no clue how to access this inherited archive...