public class ContactData extends Object
ContactData
Information such as address, telephone, fax, email, URL etc. related to a given contact.Modifier and Type | Field and Description |
---|---|
private String |
_additionalAddress |
private String |
_address |
private String |
_fax |
private String |
_mail |
private String |
_phone |
private String |
_town |
private RichText |
_visitHour |
private String |
_webLinkLabel |
private String |
_webLinkUrl |
private String |
_zipCode |
static String |
ADDITIONAL_ADDRESS
Additional adress property : Extra address space.
|
static String |
ADDRESS
Street property : The actual street address
|
static String |
FAX
FAX property.
|
static String |
MAIL
MAIL property.
|
static String |
PHONE
PHONE property.
|
static String |
TOWN
TOWN property.
|
static String |
VISIT_HOUR
visit Hours property : Information on when the contact is available.
|
static String |
WEB_LINK_LABEL
WebLinkLabel property.
|
static String |
WEB_LINK_URL
WebLinkUrl property.
|
static String |
ZIP_CODE
Zip code property.
|
Constructor and Description |
---|
ContactData()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalAddress()
Get additional adress informations
|
String |
getAddress()
Set the adress
|
String |
getFax()
Get the fax number
|
String |
getMail()
Get the email adress
|
String |
getPhone()
Get the phone number
|
String |
getTown()
Get the town
|
RichText |
getVisitHour()
Set the visit hours
|
String |
getWebLinkLabel()
Get the web link title
|
String |
getWebLinkUrl()
Get the weblink url
|
String |
getZipCode()
Set the zip code
|
void |
setAdditionalAddress(String additionalAddress)
Set additional adress informations
|
void |
setAddress(String address)
Get the adress
|
void |
setFax(String fax)
Set the fax number
|
void |
setMail(String mail)
Set the email address
|
void |
setPhone(String phone)
Set the phone number
|
void |
setTown(String town)
Set the town
|
void |
setVisitHour(RichText visitHour)
Get the visit hours
|
void |
setWebLinkLabel(String webLinkLabel)
Set the weblink title
|
void |
setWebLinkUrl(String webLinkUrl)
Set the weblink url
|
void |
setZipCode(String zipCode)
Get the zipcode
|
public static final String VISIT_HOUR
public static final String ADDRESS
public static final String ADDITIONAL_ADDRESS
public static final String ZIP_CODE
public static final String TOWN
public static final String PHONE
public static final String FAX
public static final String MAIL
public static final String WEB_LINK_LABEL
public static final String WEB_LINK_URL
private RichText _visitHour
private String _additionalAddress
private String _webLinkLabel
private String _webLinkUrl
public ContactData()
public RichText getVisitHour()
public void setVisitHour(RichText visitHour)
visitHour
- the visitHour to setpublic String getAddress()
public void setAddress(String address)
address
- the address to setpublic void setAdditionalAddress(String additionalAddress)
additionalAddress
- the additionalAddress to setpublic String getAdditionalAddress()
public String getZipCode()
public void setZipCode(String zipCode)
zipCode
- the zipCode to setpublic void setPhone(String phone)
phone
- the phone to setpublic String getWebLinkLabel()
public void setWebLinkLabel(String webLinkLabel)
webLinkLabel
- the webLinkLabel to setpublic String getWebLinkUrl()
public void setWebLinkUrl(String webLinkUrl)
webLinkUrl
- the webLinkUrl to set