Uses of Class
myorg.entityex.annotated.Name
-
Packages that use Name Package Description myorg.entityex.annotated -
-
Uses of Name in myorg.entityex.annotated
Fields in myorg.entityex.annotated declared as Name Modifier and Type Field Description private Name
Bear. name
Methods in myorg.entityex.annotated that return Name Modifier and Type Method Description Name
Bear. getName()
Name
Name. setFirstName(String firstName)
Name
Name. setLastName(String lastName)
Methods in myorg.entityex.annotated with parameters of type Name Modifier and Type Method Description void
Bear. setName(Name name)
-