Package myorg.entityex.annotated
Class Name
- java.lang.Object
-
- myorg.entityex.annotated.Name
-
@Embeddable public class Name extends Object
-
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstName()
String
getLastName()
Name
setFirstName(String firstName)
Name
setLastName(String lastName)
-