VCardIdentificationInfo
Inheritance: java.lang.Object
public final class VCardIdentificationInfo
Represents vCard identification information
Constructors
Constructor | Description |
---|---|
VCardIdentificationInfo() | Initializes a new instance of the VCardIdentificationInfo class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBirthday() | Gets or sets a contact’s bithday |
getClass() | |
getDisplayName() | Gets or sets a contact’s display(formatted) name |
getFullName() | Gets or sets a contact’s full name |
getNickname() | Gets or sets a contact’s nickname |
getPhoto() | Gets or sets a contact’s photo |
hashCode() | |
notify() | |
notifyAll() | |
setBirthday(Date value) | Gets or sets a contact’s bithday |
setDisplayName(String value) | Gets or sets a contact’s display(formatted) name |
setFullName(VCardFullName value) | Gets or sets a contact’s full name |
setNickname(String value) | Gets or sets a contact’s nickname |
setPhoto(VCardPhoto value) | Gets or sets a contact’s photo |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VCardIdentificationInfo()
public VCardIdentificationInfo()
Initializes a new instance of the VCardIdentificationInfo class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBirthday()
public final Date getBirthday()
Gets or sets a contact’s bithday
Returns: java.util.Date
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDisplayName()
public final String getDisplayName()
Gets or sets a contact’s display(formatted) name
Returns: java.lang.String
getFullName()
public final VCardFullName getFullName()
Gets or sets a contact’s full name
Returns: VCardFullName
getNickname()
public final String getNickname()
Gets or sets a contact’s nickname
Returns: java.lang.String
getPhoto()
public final VCardPhoto getPhoto()
Gets or sets a contact’s photo
Returns: VCardPhoto
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBirthday(Date value)
public final void setBirthday(Date value)
Gets or sets a contact’s bithday
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setDisplayName(String value)
public final void setDisplayName(String value)
Gets or sets a contact’s display(formatted) name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFullName(VCardFullName value)
public final void setFullName(VCardFullName value)
Gets or sets a contact’s full name
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardFullName |
setNickname(String value)
public final void setNickname(String value)
Gets or sets a contact’s nickname
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPhoto(VCardPhoto value)
public final void setPhoto(VCardPhoto value)
Gets or sets a contact’s photo
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardPhoto |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |