com.funambol.common.pim.model.contact
Class Name

java.lang.Object
  extended by com.funambol.common.pim.model.contact.Name

public class Name
extends java.lang.Object

An object representing a name


Constructor Summary
Name()
          Creates an empty name
 
Method Summary
 Property getDisplayName()
          Returns the display name for this name
 Property getFirstName()
          Returns the first name for this name
 Property getInitials()
          Getter for property initials.
 Property getLastName()
          Returns the last name for this name
 Property getMiddleName()
          Returns the middle name for this name
 Property getNickname()
          Returns the nickname for this name
 Property getSalutation()
          Returns the salutation for this name
 Property getSuffix()
          Returns the suffix for this name
 void setDisplayName(Property displayName)
           
 void setFirstName(Property firstName)
           
 void setInitials(Property initials)
          Setter for property initials.
 void setLastName(Property lastName)
           
 void setMiddleName(Property middleName)
           
 void setNickname(Property nickname)
           
 void setSalutation(Property salutation)
           
 void setSuffix(Property suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name()
Creates an empty name

Method Detail

getSalutation

public Property getSalutation()
Returns the salutation for this name

Returns:
the salutation for this name

getFirstName

public Property getFirstName()
Returns the first name for this name

Returns:
the first name for this name

getMiddleName

public Property getMiddleName()
Returns the middle name for this name

Returns:
the middle name for this name

getLastName

public Property getLastName()
Returns the last name for this name

Returns:
the last name for this name

getSuffix

public Property getSuffix()
Returns the suffix for this name

Returns:
the suffix for this name

getDisplayName

public Property getDisplayName()
Returns the display name for this name

Returns:
the display name for this name

getNickname

public Property getNickname()
Returns the nickname for this name

Returns:
the nickname for this name

getInitials

public Property getInitials()
Getter for property initials.

Returns:
Value of property initials.

setInitials

public void setInitials(Property initials)
Setter for property initials.

Parameters:
initials - New value of property initials.

setSalutation

public void setSalutation(Property salutation)

setFirstName

public void setFirstName(Property firstName)

setMiddleName

public void setMiddleName(Property middleName)

setLastName

public void setLastName(Property lastName)

setSuffix

public void setSuffix(Property suffix)

setDisplayName

public void setDisplayName(Property displayName)

setNickname

public void setNickname(Property nickname)


Copyright © 2001-2009 Funambol.