public static class BusinessEntity.ContactBean
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ContactBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Gets the email address of contact person
|
java.lang.String |
getEmailType()
Gets the email Type, whether Office or Personal
|
java.lang.String |
getName()
Gets the name of contact person
|
java.lang.String |
getTelephone()
Get the telephone number
|
java.lang.String |
getTelephoneType()
Gets the telephone type, whether Office or Personal
|
void |
setEmail(java.lang.String email)
Sets the email address
|
void |
setEmailType(java.lang.String emailType)
Sets the email type
|
void |
setName(java.lang.String name)
Sets the name
|
void |
setTelephone(java.lang.String telephone)
Sets the telephone number
|
void |
setTelephoneType(java.lang.String telephoneType)
Sets the telephone type
|
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- email to setgetEmail()
public java.lang.String getEmailType()
public void setEmailType(java.lang.String emailType)
emailType
- the email type to setgetEmailType()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setgetName()
public java.lang.String getTelephone()
public void setTelephone(java.lang.String telephone)
telephone
- the telephone number to setgetTelephone()
public java.lang.String getTelephoneType()
public void setTelephoneType(java.lang.String telephoneType)
telephoneType
- the telephone type to setgetTelephoneType()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.