Class BusinessEntity.ContactBean
java.lang.Object
com.appiancorp.suiteapi.process.webservices.BusinessEntity.ContactBean
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BusinessEntity
A bean detailing contact information
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Gets the email address of contact personGets the email Type, whether Office or PersonalgetName()
Gets the name of contact personGet the telephone numberGets the telephone type, whether Office or Personalvoid
Sets the email addressvoid
setEmailType
(String emailType) Sets the email typevoid
Sets the namevoid
setTelephone
(String telephone) Sets the telephone numbervoid
setTelephoneType
(String telephoneType) Sets the telephone type
-
Constructor Details
-
ContactBean
public ContactBean()
-
-
Method Details
-
getEmail
Gets the email address of contact person- Returns:
-
setEmail
Sets the email address- Parameters:
email
- email to set- See Also:
-
getEmailType
Gets the email Type, whether Office or Personal- Returns:
- emailType
-
setEmailType
Sets the email type- Parameters:
emailType
- the email type to set- See Also:
-
getName
Gets the name of contact person- Returns:
- the name
-
setName
Sets the name- Parameters:
name
- the name to set- See Also:
-
getTelephone
Get the telephone number- Returns:
- the telephone number
-
setTelephone
Sets the telephone number- Parameters:
telephone
- the telephone number to set- See Also:
-
getTelephoneType
Gets the telephone type, whether Office or Personal- Returns:
- the telephone type
-
setTelephoneType
Sets the telephone type- Parameters:
telephoneType
- the telephone type to set- See Also:
-