public class Contact extends Object
Constructor and Description |
---|
Contact() |
Modifier and Type | Method and Description |
---|---|
String |
getContactType()
Gets the value of the contactType property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getExtension()
Gets the value of the extension property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setContactType(String value)
Sets the value of the contactType property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setExtension(String value)
Sets the value of the extension property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
public String getContactType()
String
public void setContactType(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getPhoneNumber()
String
public void setPhoneNumber(String value)
value
- allowed object is
String
public String getExtension()
String
Copyright © 2022. All rights reserved.