VCardIdentificationInfo

Inheritance: java.lang.Object

public final class VCardIdentificationInfo

Represents vCard identification information

Constructors

ConstructorDescription
VCardIdentificationInfo()Initializes a new instance of the VCardIdentificationInfo class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.util.Date

setDisplayName(String value)

public final void setDisplayName(String value)

Gets or sets a contact’s display(formatted) name

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFullName(VCardFullName value)

public final void setFullName(VCardFullName value)

Gets or sets a contact’s full name

Parameters:

ParameterTypeDescription
valueVCardFullName

setNickname(String value)

public final void setNickname(String value)

Gets or sets a contact’s nickname

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPhoto(VCardPhoto value)

public final void setPhoto(VCardPhoto value)

Gets or sets a contact’s photo

Parameters:

ParameterTypeDescription
valueVCardPhoto

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int