|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.contact.Name
public class Name
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 |
---|
public Name()
Method Detail |
---|
public Property getSalutation()
public Property getFirstName()
public Property getMiddleName()
public Property getLastName()
public Property getSuffix()
public Property getDisplayName()
public Property getNickname()
public Property getInitials()
public void setInitials(Property initials)
initials
- New value of property initials.public void setSalutation(Property salutation)
public void setFirstName(Property firstName)
public void setMiddleName(Property middleName)
public void setLastName(Property lastName)
public void setSuffix(Property suffix)
public void setDisplayName(Property displayName)
public void setNickname(Property nickname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |