public class VCard extends Object
Represents VCard standard contact details.
Constructor and Description |
---|
VCard()
Creates VCard instance with default values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object source)
Overwrites Equals method to compare VCard properties
|
Date |
getBirthDay()
Gets or sets contact birthday.
|
String |
getCellPhone()
Gets or sets cellular phone number.
|
String |
getCompany()
Get or set Company of contact.
|
String |
getEmail()
Gets or sets contact email.
|
String |
getFirstName()
Get or set contact First Name.
|
Address |
getHomeAddress()
Gets or sets Home Address properties.
|
String |
getHomePhone()
Gets or sets home phone number.
|
String |
getInitials()
Get or set contact initials.
|
String |
getJobTitle()
Get or set contact Job Title.
|
String |
getLastName()
Get or set contact Last Name.
|
String |
getMidddleName()
Get or set contact Middle Name.
|
String |
getUrl()
Gets or sets contact URL.
|
Address |
getWorkAddress()
Gets or sets Work Address properties.
|
String |
getWorkPhone()
Gets or sets work phone number.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setBirthDay(Date value)
Gets or sets contact birthday.
|
void |
setCellPhone(String value)
Gets or sets cellular phone number.
|
void |
setCompany(String value)
Get or set Company of contact.
|
void |
setEmail(String value)
Gets or sets contact email.
|
void |
setFirstName(String value)
Get or set contact First Name.
|
void |
setHomeAddress(Address value)
Gets or sets Home Address properties.
|
void |
setHomePhone(String value)
Gets or sets home phone number.
|
void |
setInitials(String value)
Get or set contact initials.
|
void |
setJobTitle(String value)
Get or set contact Job Title.
|
void |
setLastName(String value)
Get or set contact Last Name.
|
void |
setMidddleName(String value)
Get or set contact Middle Name.
|
void |
setUrl(String value)
Gets or sets contact URL.
|
void |
setWorkAddress(Address value)
Gets or sets Work Address properties.
|
void |
setWorkPhone(String value)
Gets or sets work phone number.
|
public boolean equals(Object source)
Overwrites Equals method to compare VCard properties
public final Date getBirthDay()
Gets or sets contact birthday.
public final String getCellPhone()
Gets or sets cellular phone number.
public final String getCompany()
Get or set Company of contact.
public final String getEmail()
Gets or sets contact email.
public final String getFirstName()
Get or set contact First Name.
public final Address getHomeAddress()
Gets or sets Home Address properties. This property is not initialized by default.
public final String getHomePhone()
Gets or sets home phone number.
public final String getInitials()
Get or set contact initials.
public final String getJobTitle()
Get or set contact Job Title.
public final String getLastName()
Get or set contact Last Name.
public final String getMidddleName()
Get or set contact Middle Name.
public final String getUrl()
Gets or sets contact URL.
public final Address getWorkAddress()
Gets or sets Work Address properties. This property is not initialized by default.
public final String getWorkPhone()
Gets or sets work phone number.
public int hashCode()
Overrides GetHashCode method
public final void setBirthDay(Date value)
Gets or sets contact birthday.
public final void setCellPhone(String value)
Gets or sets cellular phone number.
public final void setCompany(String value)
Get or set Company of contact.
public final void setEmail(String value)
Gets or sets contact email.
public final void setFirstName(String value)
Get or set contact First Name.
public final void setHomeAddress(Address value)
Gets or sets Home Address properties. This property is not initialized by default.
public final void setHomePhone(String value)
Gets or sets home phone number.
public final void setInitials(String value)
Get or set contact initials.
public final void setJobTitle(String value)
Get or set contact Job Title.
public final void setLastName(String value)
Get or set contact Last Name.
public final void setMidddleName(String value)
Get or set contact Middle Name.
public final void setUrl(String value)
Gets or sets contact URL.
public final void setWorkAddress(Address value)
Gets or sets Work Address properties. This property is not initialized by default.
public final void setWorkPhone(String value)
Gets or sets work phone number.