Class NameModel
- java.lang.Object
-
- com.tetsuwantech.atom.web.GenericModel
-
- com.tetsuwantech.atom.web.authentication.NameModel
-
- All Implemented Interfaces:
Serializable
public class NameModel extends GenericModel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.tetsuwantech.atom.web.GenericModel
id, LENGTH, LONG_LENGTH
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFamilyName()
String
getGivenName()
void
setFamilyName(String familyName)
void
setGivenName(String givenName)
-
-
-
Method Detail
-
getGivenName
public String getGivenName()
- Returns:
- the givenName
-
setGivenName
public void setGivenName(String givenName)
- Parameters:
givenName
- the givenName to set
-
getFamilyName
public String getFamilyName()
- Returns:
- the familyName
-
setFamilyName
public void setFamilyName(String familyName)
- Parameters:
familyName
- the familyName to set
-
-