/** A copy constructor for (among others) deep-copying groups and lists. */
 public SlotsType(SlotsType copy) {
   setSlot(copy.getSlot());
 }