nl.surfnet.coin.api.client.domain
Class Name
java.lang.Object
nl.surfnet.coin.api.client.domain.Name
public class Name
- extends Object
Name
public Name()
Name
public Name(String formatted,
String familyName,
String givenName)
getFormatted
public String getFormatted()
- Returns:
- the formatted
setFormatted
public void setFormatted(String formatted)
- Parameters:
formatted - the formatted to set
getFamilyName
public String getFamilyName()
- Returns:
- the familyName
setFamilyName
public void setFamilyName(String familyName)
- Parameters:
familyName - the familyName to set
getGivenName
public String getGivenName()
- Returns:
- the givenName
setGivenName
public void setGivenName(String givenName)
- Parameters:
givenName - the givenName to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.