public class

ContactBeanExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.holders.ContactBeanExpressionHolder

Summary

Fields
protected long _accountIdType
protected String _addressType
protected String _assistantEmailType
protected String _assistantNameType
protected String _assistantPhoneType
protected String _cellPhoneType
protected String _cityType
protected String _contactTypeType
protected String _countryType
protected String _creatorType
protected String _departmentType
protected String _descriptionType
protected String _emailType
protected String _faxType
protected String _firstNameType
protected String _lastNameType
protected String _phoneType
protected long _reportsToIdType
protected String _stateType
protected String _titleType
protected String _zipCodeType
protected Object accountId
protected Object address
protected Object assistantEmail
protected Object assistantName
protected Object assistantPhone
protected Object cellPhone
protected Object city
protected Object contactType
protected Object country
protected Object creator
protected Object department
protected Object description
protected Object email
protected Object fax
protected Object firstName
protected Object lastName
protected Object phone
protected Object reportsToId
protected Object state
protected Object title
protected Object zipCode
Public Constructors
ContactBeanExpressionHolder()
Public Methods
Object getAccountId()
Retrieves accountId
Object getAddress()
Retrieves address
Object getAssistantEmail()
Retrieves assistantEmail
Object getAssistantName()
Retrieves assistantName
Object getAssistantPhone()
Retrieves assistantPhone
Object getCellPhone()
Retrieves cellPhone
Object getCity()
Retrieves city
Object getContactType()
Retrieves contactType
Object getCountry()
Retrieves country
Object getCreator()
Retrieves creator
Object getDepartment()
Retrieves department
Object getDescription()
Retrieves description
Object getEmail()
Retrieves email
Object getFax()
Retrieves fax
Object getFirstName()
Retrieves firstName
Object getLastName()
Retrieves lastName
Object getPhone()
Retrieves phone
Object getReportsToId()
Retrieves reportsToId
Object getState()
Retrieves state
Object getTitle()
Retrieves title
Object getZipCode()
Retrieves zipCode
void setAccountId(Object value)
Sets accountId
void setAddress(Object value)
Sets address
void setAssistantEmail(Object value)
Sets assistantEmail
void setAssistantName(Object value)
Sets assistantName
void setAssistantPhone(Object value)
Sets assistantPhone
void setCellPhone(Object value)
Sets cellPhone
void setCity(Object value)
Sets city
void setContactType(Object value)
Sets contactType
void setCountry(Object value)
Sets country
void setCreator(Object value)
Sets creator
void setDepartment(Object value)
Sets department
void setDescription(Object value)
Sets description
void setEmail(Object value)
Sets email
void setFax(Object value)
Sets fax
void setFirstName(Object value)
Sets firstName
void setLastName(Object value)
Sets lastName
void setPhone(Object value)
Sets phone
void setReportsToId(Object value)
Sets reportsToId
void setState(Object value)
Sets state
void setTitle(Object value)
Sets title
void setZipCode(Object value)
Sets zipCode
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long _accountIdType

protected String _addressType

protected String _assistantEmailType

protected String _assistantNameType

protected String _assistantPhoneType

protected String _cellPhoneType

protected String _cityType

protected String _contactTypeType

protected String _countryType

protected String _creatorType

protected String _departmentType

protected String _descriptionType

protected String _emailType

protected String _faxType

protected String _firstNameType

protected String _lastNameType

protected String _phoneType

protected long _reportsToIdType

protected String _stateType

protected String _titleType

protected String _zipCodeType

protected Object accountId

protected Object address

protected Object assistantEmail

protected Object assistantName

protected Object assistantPhone

protected Object cellPhone

protected Object city

protected Object contactType

protected Object country

protected Object creator

protected Object department

protected Object description

protected Object email

protected Object fax

protected Object firstName

protected Object lastName

protected Object phone

protected Object reportsToId

protected Object state

protected Object title

protected Object zipCode

Public Constructors

public ContactBeanExpressionHolder ()

Public Methods

public Object getAccountId ()

Retrieves accountId

public Object getAddress ()

Retrieves address

public Object getAssistantEmail ()

Retrieves assistantEmail

public Object getAssistantName ()

Retrieves assistantName

public Object getAssistantPhone ()

Retrieves assistantPhone

public Object getCellPhone ()

Retrieves cellPhone

public Object getCity ()

Retrieves city

public Object getContactType ()

Retrieves contactType

public Object getCountry ()

Retrieves country

public Object getCreator ()

Retrieves creator

public Object getDepartment ()

Retrieves department

public Object getDescription ()

Retrieves description

public Object getEmail ()

Retrieves email

public Object getFax ()

Retrieves fax

public Object getFirstName ()

Retrieves firstName

public Object getLastName ()

Retrieves lastName

public Object getPhone ()

Retrieves phone

public Object getReportsToId ()

Retrieves reportsToId

public Object getState ()

Retrieves state

public Object getTitle ()

Retrieves title

public Object getZipCode ()

Retrieves zipCode

public void setAccountId (Object value)

Sets accountId

Parameters
value Value to set

public void setAddress (Object value)

Sets address

Parameters
value Value to set

public void setAssistantEmail (Object value)

Sets assistantEmail

Parameters
value Value to set

public void setAssistantName (Object value)

Sets assistantName

Parameters
value Value to set

public void setAssistantPhone (Object value)

Sets assistantPhone

Parameters
value Value to set

public void setCellPhone (Object value)

Sets cellPhone

Parameters
value Value to set

public void setCity (Object value)

Sets city

Parameters
value Value to set

public void setContactType (Object value)

Sets contactType

Parameters
value Value to set

public void setCountry (Object value)

Sets country

Parameters
value Value to set

public void setCreator (Object value)

Sets creator

Parameters
value Value to set

public void setDepartment (Object value)

Sets department

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setEmail (Object value)

Sets email

Parameters
value Value to set

public void setFax (Object value)

Sets fax

Parameters
value Value to set

public void setFirstName (Object value)

Sets firstName

Parameters
value Value to set

public void setLastName (Object value)

Sets lastName

Parameters
value Value to set

public void setPhone (Object value)

Sets phone

Parameters
value Value to set

public void setReportsToId (Object value)

Sets reportsToId

Parameters
value Value to set

public void setState (Object value)

Sets state

Parameters
value Value to set

public void setTitle (Object value)

Sets title

Parameters
value Value to set

public void setZipCode (Object value)

Sets zipCode

Parameters
value Value to set