public class XPFContact extends XPFEntity
Constructor and Description |
---|
XPFContact(String firstName,
String lastName,
String organization,
String phoneNumber,
String faxNumber) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFaxNumber()
The contact's fax number.
|
String |
getFirstName()
The contact's first name.
|
String |
getLastName()
The contact's last name.
|
String |
getOrganization()
The organization name.
|
String |
getPhoneNumber()
The contact's phone number.
|
int |
hashCode() |
String |
toString() |
getCustomData
public String getFirstName()
public String getLastName()
public String getOrganization()
public String getPhoneNumber()
public String getFaxNumber()
Copyright © 2024. All rights reserved.