nl.surfnet.coin.api.client.domain
Class Name

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.Name

public class Name
extends Object


Constructor Summary
Name()
           
Name(String formatted, String familyName, String givenName)
           
 
Method Summary
 String getFamilyName()
           
 String getFormatted()
           
 String getGivenName()
           
 void setFamilyName(String familyName)
           
 void setFormatted(String formatted)
           
 void setGivenName(String givenName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Name

public Name()

Name

public Name(String formatted,
            String familyName,
            String givenName)
Method Detail

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.