public class IbisContactRow extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
addresses
A list of the contact row's addresses.
|
boolean |
bold
Flag indicating if the contact row's text is normally displayed in
bold.
|
String |
description
The contact row's text.
|
List<String> |
emails
A list of the contact row's email addresses.
|
boolean |
italic
Flag indicating if the contact row's text is normally displayed in
italics.
|
List<IbisPerson> |
people
A list of the people referred to by the contact row.
|
List<IbisContactPhoneNumber> |
phoneNumbers
A list of the contact row's phone numbers.
|
List<IbisContactWebPage> |
webPages
A list of the contact row's web pages.
|
Constructor and Description |
---|
IbisContactRow() |
public String description
public boolean bold
public boolean italic
public List<String> addresses
public List<String> emails
public List<IbisPerson> people
public List<IbisContactPhoneNumber> phoneNumbers
public List<IbisContactWebPage> webPages