Package myorg.relex.one2one
Class Attendee
- java.lang.Object
-
- myorg.relex.one2one.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.
-
-
Constructor Summary
Constructors Constructor Description Attendee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getName()
Residence
getResidence()
void
setName(String name)
void
setResidence(Residence residence)
-