public final class MeCard extends Object
Represents MeCard standard contact details.
Constructor and Description |
---|
MeCard()
Creates MeCard instance with default values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object source)
Overwrites Equals method to compare MeCard properties
|
Address |
getAddress()
Gets or sets Home Address properties.
|
String |
getAltPhone()
Gets or sets alternative phone number.
|
Date |
getBirthDay()
Gets or sets contact birthday.
|
String |
getEmail()
Gets or sets contact email.
|
String |
getName()
Gets or sets contact Name.
|
String |
getNickname()
Gets or sets contact Nickname.
|
String |
getNote()
Gets or sets Note (Company) of contact.
|
String |
getPhone()
Gets or sets phone number.
|
String |
getReading()
Gets or sets reading of name.
|
String |
getUrl()
Gets or sets URL.
|
int |
hashCode()
Overrides GetHashCode method
|
void |
setAddress(Address value)
Gets or sets Home Address properties.
|
void |
setAltPhone(String value)
Gets or sets alternative phone number.
|
void |
setBirthDay(Date value)
Gets or sets contact birthday.
|
void |
setEmail(String value)
Gets or sets contact email.
|
void |
setName(String value)
Gets or sets contact Name.
|
void |
setNickname(String value)
Gets or sets contact Nickname.
|
void |
setNote(String value)
Gets or sets Note (Company) of contact.
|
void |
setPhone(String value)
Gets or sets phone number.
|
void |
setReading(String value)
Gets or sets reading of name.
|
void |
setUrl(String value)
Gets or sets URL.
|
public boolean equals(Object source)
Overwrites Equals method to compare MeCard properties
public final Address getAddress()
Gets or sets Home Address properties. This property is not initialized by default.
public final String getAltPhone()
Gets or sets alternative phone number.
public final Date getBirthDay()
Gets or sets contact birthday.
public final String getEmail()
Gets or sets contact email.
public final String getName()
Gets or sets contact Name.
public final String getNickname()
Gets or sets contact Nickname.
public final String getNote()
Gets or sets Note (Company) of contact.
public final String getPhone()
Gets or sets phone number.
public final String getReading()
Gets or sets reading of name.
public final String getUrl()
Gets or sets URL.
public int hashCode()
Overrides GetHashCode method
public final void setAddress(Address value)
Gets or sets Home Address properties. This property is not initialized by default.
public final void setAltPhone(String value)
Gets or sets alternative phone number.
public final void setBirthDay(Date value)
Gets or sets contact birthday.
public final void setEmail(String value)
Gets or sets contact email.
public final void setName(String value)
Gets or sets contact Name.
public final void setNickname(String value)
Gets or sets contact Nickname.
public final void setNote(String value)
Gets or sets Note (Company) of contact.
public final void setPhone(String value)
Gets or sets phone number.
public final void setReading(String value)
Gets or sets reading of name.
public final void setUrl(String value)
Gets or sets URL.