Class Attendee


  • @Entity
    public class Attendee
    extends Object
    This entity class provides an example of a dependent with a relationship to a parent entity that should only exist to support this entity. When this entity ceases to reference the parent, it will become "orphaned" and subject to orphanRemoval by the provider.
    • Field Detail

      • id

        private int id
    • Constructor Detail

      • Attendee

        public Attendee()
    • Method Detail

      • getId

        public int getId()
      • getResidence

        public Residence getResidence()
      • setResidence

        public void setResidence​(Residence residence)
      • getName

        public String getName()
      • setName

        public void setName​(String name)