Class BusinessEntity.ContactBean

java.lang.Object
com.appiancorp.suiteapi.process.webservices.BusinessEntity.ContactBean
All Implemented Interfaces:
Serializable
Enclosing class:
BusinessEntity

public static class BusinessEntity.ContactBean extends Object implements Serializable
A bean detailing contact information
See Also:
  • Constructor Details

    • ContactBean

      public ContactBean()
  • Method Details

    • getEmail

      public String getEmail()
      Gets the email address of contact person
      Returns:
      email
    • setEmail

      public void setEmail(String email)
      Sets the email address
      Parameters:
      email - email to set
      See Also:
    • getEmailType

      public String getEmailType()
      Gets the email Type, whether Office or Personal
      Returns:
      emailType
    • setEmailType

      public void setEmailType(String emailType)
      Sets the email type
      Parameters:
      emailType - the email type to set
      See Also:
    • getName

      public String getName()
      Gets the name of contact person
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name
      Parameters:
      name - the name to set
      See Also:
    • getTelephone

      public String getTelephone()
      Get the telephone number
      Returns:
      the telephone number
    • setTelephone

      public void setTelephone(String telephone)
      Sets the telephone number
      Parameters:
      telephone - the telephone number to set
      See Also:
    • getTelephoneType

      public String getTelephoneType()
      Gets the telephone type, whether Office or Personal
      Returns:
      the telephone type
    • setTelephoneType

      public void setTelephoneType(String telephoneType)
      Sets the telephone type
      Parameters:
      telephoneType - the telephone type to set
      See Also: