public class

AccountBeanExpressionHolder

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

Summary

Fields
protected String _addressType
protected String _cityType
protected String _countryType
protected String _descriptionType
protected String _faxType
protected String _industryType
protected String _nameType
protected long _parentAccountIdType
protected String _phoneType
protected String _stateType
protected String _typeType
protected String _webSiteType
protected String _zipCodeType
protected Object address
protected Object city
protected Object country
protected Object description
protected Object fax
protected Object industry
protected Object name
protected Object parentAccountId
protected Object phone
protected Object state
protected Object type
protected Object webSite
protected Object zipCode
Public Constructors
AccountBeanExpressionHolder()
Public Methods
Object getAddress()
Retrieves address
Object getCity()
Retrieves city
Object getCountry()
Retrieves country
Object getDescription()
Retrieves description
Object getFax()
Retrieves fax
Object getIndustry()
Retrieves industry
Object getName()
Retrieves name
Object getParentAccountId()
Retrieves parentAccountId
Object getPhone()
Retrieves phone
Object getState()
Retrieves state
Object getType()
Retrieves type
Object getWebSite()
Retrieves webSite
Object getZipCode()
Retrieves zipCode
void setAddress(Object value)
Sets address
void setCity(Object value)
Sets city
void setCountry(Object value)
Sets country
void setDescription(Object value)
Sets description
void setFax(Object value)
Sets fax
void setIndustry(Object value)
Sets industry
void setName(Object value)
Sets name
void setParentAccountId(Object value)
Sets parentAccountId
void setPhone(Object value)
Sets phone
void setState(Object value)
Sets state
void setType(Object value)
Sets type
void setWebSite(Object value)
Sets webSite
void setZipCode(Object value)
Sets zipCode
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _addressType

protected String _cityType

protected String _countryType

protected String _descriptionType

protected String _faxType

protected String _industryType

protected String _nameType

protected long _parentAccountIdType

protected String _phoneType

protected String _stateType

protected String _typeType

protected String _webSiteType

protected String _zipCodeType

protected Object address

protected Object city

protected Object country

protected Object description

protected Object fax

protected Object industry

protected Object name

protected Object parentAccountId

protected Object phone

protected Object state

protected Object type

protected Object webSite

protected Object zipCode

Public Constructors

public AccountBeanExpressionHolder ()

Public Methods

public Object getAddress ()

Retrieves address

public Object getCity ()

Retrieves city

public Object getCountry ()

Retrieves country

public Object getDescription ()

Retrieves description

public Object getFax ()

Retrieves fax

public Object getIndustry ()

Retrieves industry

public Object getName ()

Retrieves name

public Object getParentAccountId ()

Retrieves parentAccountId

public Object getPhone ()

Retrieves phone

public Object getState ()

Retrieves state

public Object getType ()

Retrieves type

public Object getWebSite ()

Retrieves webSite

public Object getZipCode ()

Retrieves zipCode

public void setAddress (Object value)

Sets address

Parameters
value Value to set

public void setCity (Object value)

Sets city

Parameters
value Value to set

public void setCountry (Object value)

Sets country

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setFax (Object value)

Sets fax

Parameters
value Value to set

public void setIndustry (Object value)

Sets industry

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setParentAccountId (Object value)

Sets parentAccountId

Parameters
value Value to set

public void setPhone (Object value)

Sets phone

Parameters
value Value to set

public void setState (Object value)

Sets state

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set

public void setWebSite (Object value)

Sets webSite

Parameters
value Value to set

public void setZipCode (Object value)

Sets zipCode

Parameters
value Value to set