VCardFullName
Inheritance: java.lang.Object
public final class VCardFullName
Represents vCard contact full name (N property)
Constructors
| Constructor | Description |
|---|---|
| VCardFullName() | Initializes a new instance of the VCardFullName class |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFamilyName() | Gets or sets a family name |
| getGivenName() | Gets or sets a given name |
| getHonorificPostfixes() | Gets or sets a honorific postfixes |
| getHonorificPrefixes() | Gets or sets a honorific prefixes |
| getMiddleName() | Gets or sets a middle name |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setFamilyName(String value) | Gets or sets a family name |
| setGivenName(String value) | Gets or sets a given name |
| setHonorificPostfixes(String value) | Gets or sets a honorific postfixes |
| setHonorificPrefixes(String value) | Gets or sets a honorific prefixes |
| setMiddleName(String value) | Gets or sets a middle name |
| toString() | Returns a string that represents the current object. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
VCardFullName()
public VCardFullName()
Initializes a new instance of the VCardFullName class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFamilyName()
public final String getFamilyName()
Gets or sets a family name
Returns: java.lang.String
getGivenName()
public final String getGivenName()
Gets or sets a given name
Returns: java.lang.String
getHonorificPostfixes()
public final String getHonorificPostfixes()
Gets or sets a honorific postfixes
Returns: java.lang.String
getHonorificPrefixes()
public final String getHonorificPrefixes()
Gets or sets a honorific prefixes
Returns: java.lang.String
getMiddleName()
public final String getMiddleName()
Gets or sets a middle name
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFamilyName(String value)
public final void setFamilyName(String value)
Gets or sets a family name
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setGivenName(String value)
public final void setGivenName(String value)
Gets or sets a given name
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setHonorificPostfixes(String value)
public final void setHonorificPostfixes(String value)
Gets or sets a honorific postfixes
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setHonorificPrefixes(String value)
public final void setHonorificPrefixes(String value)
Gets or sets a honorific prefixes
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setMiddleName(String value)
public final void setMiddleName(String value)
Gets or sets a middle name
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns a string that represents the current object.
Returns: java.lang.String - A string that represents the current object.
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 |