Class Name
- java.lang.Object
-
- de.openknowledge.authentication.domain.user.Name
-
public class Name extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedName()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static NamefromValue(FirstName firstName)static NamefromValue(LastName lastName)static NamefromValues(FirstName firstName, LastName lastName)FirstNamegetFirstName()LastNamegetLastName()inthashCode()StringtoString()
-