public class IbisContactRow extends Object
| Modifier and Type | Field and Description | 
|---|---|
| List<String> | addressesA list of the contact row's addresses. | 
| boolean | boldFlag indicating if the contact row's text is normally displayed in
 bold. | 
| String | descriptionThe contact row's text. | 
| List<String> | emailsA list of the contact row's email addresses. | 
| boolean | italicFlag indicating if the contact row's text is normally displayed in
 italics. | 
| List<IbisPerson> | peopleA list of the people referred to by the contact row. | 
| List<IbisContactPhoneNumber> | phoneNumbersA list of the contact row's phone numbers. | 
| List<IbisContactWebPage> | webPagesA 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