public final class VCardIdentificationInfo extends Object
Represents vCard identification information
Constructor and Description |
---|
VCardIdentificationInfo()
Initializes a new instance of the
VCardIdentificationInfo class |
Modifier and Type | Method and Description |
---|---|
Date |
getBirthday()
Gets or sets a contact's bithday
|
String |
getDisplayName()
Gets or sets a contact's display(formatted) name
|
VCardFullName |
getFullName()
Gets or sets a contact's full name
|
String |
getNickname()
Gets or sets a contact's nickname
|
VCardPhoto |
getPhoto()
Gets or sets a contact's photo
|
void |
setBirthday(Date value)
Gets or sets a contact's bithday
|
void |
setDisplayName(String value)
Gets or sets a contact's display(formatted) name
|
void |
setFullName(VCardFullName value)
Gets or sets a contact's full name
|
void |
setNickname(String value)
Gets or sets a contact's nickname
|
void |
setPhoto(VCardPhoto value)
Gets or sets a contact's photo
|
public VCardIdentificationInfo()
Initializes a new instance of the VCardIdentificationInfo
class
public final VCardFullName getFullName()
Gets or sets a contact's full name
public final void setFullName(VCardFullName value)
Gets or sets a contact's full name
public final String getDisplayName()
Gets or sets a contact's display(formatted) name
public final void setDisplayName(String value)
Gets or sets a contact's display(formatted) name
public final String getNickname()
Gets or sets a contact's nickname
public final void setNickname(String value)
Gets or sets a contact's nickname
public final Date getBirthday()
Gets or sets a contact's bithday
public final void setBirthday(Date value)
Gets or sets a contact's bithday
public final VCardPhoto getPhoto()
Gets or sets a contact's photo
public final void setPhoto(VCardPhoto value)
Gets or sets a contact's photo