public class

ShoppingCartCustomerAddressEntityExpressionHolder

extends Object
java.lang.Object
   ↳ com.magento.api.holders.ShoppingCartCustomerAddressEntityExpressionHolder

Summary

Fields
protected String _address_idType
protected String _cityType
protected String _companyType
protected String _country_idType
protected String _faxType
protected String _firstnameType
protected Integer _is_default_billingType
protected Integer _is_default_shippingType
protected String _lastnameType
protected String _modeType
protected String _postcodeType
protected String _regionType
protected String _region_idType
protected String _streetType
protected String _telephoneType
protected Object address_id
protected Object city
protected Object company
protected Object country_id
protected Object fax
protected Object firstname
protected Object is_default_billing
protected Object is_default_shipping
protected Object lastname
protected Object mode
protected Object postcode
protected Object region
protected Object region_id
protected Object street
protected Object telephone
Public Constructors
ShoppingCartCustomerAddressEntityExpressionHolder()
Public Methods
Object getAddress_id()
Retrieves address_id
Object getCity()
Retrieves city
Object getCompany()
Retrieves company
Object getCountry_id()
Retrieves country_id
Object getFax()
Retrieves fax
Object getFirstname()
Retrieves firstname
Object getIs_default_billing()
Retrieves is_default_billing
Object getIs_default_shipping()
Retrieves is_default_shipping
Object getLastname()
Retrieves lastname
Object getMode()
Retrieves mode
Object getPostcode()
Retrieves postcode
Object getRegion()
Retrieves region
Object getRegion_id()
Retrieves region_id
Object getStreet()
Retrieves street
Object getTelephone()
Retrieves telephone
void setAddress_id(Object value)
Sets address_id
void setCity(Object value)
Sets city
void setCompany(Object value)
Sets company
void setCountry_id(Object value)
Sets country_id
void setFax(Object value)
Sets fax
void setFirstname(Object value)
Sets firstname
void setIs_default_billing(Object value)
Sets is_default_billing
void setIs_default_shipping(Object value)
Sets is_default_shipping
void setLastname(Object value)
Sets lastname
void setMode(Object value)
Sets mode
void setPostcode(Object value)
Sets postcode
void setRegion(Object value)
Sets region
void setRegion_id(Object value)
Sets region_id
void setStreet(Object value)
Sets street
void setTelephone(Object value)
Sets telephone
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _address_idType

protected String _cityType

protected String _companyType

protected String _country_idType

protected String _faxType

protected String _firstnameType

protected Integer _is_default_billingType

protected Integer _is_default_shippingType

protected String _lastnameType

protected String _modeType

protected String _postcodeType

protected String _regionType

protected String _region_idType

protected String _streetType

protected String _telephoneType

protected Object address_id

protected Object city

protected Object company

protected Object country_id

protected Object fax

protected Object firstname

protected Object is_default_billing

protected Object is_default_shipping

protected Object lastname

protected Object mode

protected Object postcode

protected Object region

protected Object region_id

protected Object street

protected Object telephone

Public Constructors

public ShoppingCartCustomerAddressEntityExpressionHolder ()

Public Methods

public Object getAddress_id ()

Retrieves address_id

public Object getCity ()

Retrieves city

public Object getCompany ()

Retrieves company

public Object getCountry_id ()

Retrieves country_id

public Object getFax ()

Retrieves fax

public Object getFirstname ()

Retrieves firstname

public Object getIs_default_billing ()

Retrieves is_default_billing

public Object getIs_default_shipping ()

Retrieves is_default_shipping

public Object getLastname ()

Retrieves lastname

public Object getMode ()

Retrieves mode

public Object getPostcode ()

Retrieves postcode

public Object getRegion ()

Retrieves region

public Object getRegion_id ()

Retrieves region_id

public Object getStreet ()

Retrieves street

public Object getTelephone ()

Retrieves telephone

public void setAddress_id (Object value)

Sets address_id

Parameters
value Value to set

public void setCity (Object value)

Sets city

Parameters
value Value to set

public void setCompany (Object value)

Sets company

Parameters
value Value to set

public void setCountry_id (Object value)

Sets country_id

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 setIs_default_billing (Object value)

Sets is_default_billing

Parameters
value Value to set

public void setIs_default_shipping (Object value)

Sets is_default_shipping

Parameters
value Value to set

public void setLastname (Object value)

Sets lastname

Parameters
value Value to set

public void setMode (Object value)

Sets mode

Parameters
value Value to set

public void setPostcode (Object value)

Sets postcode

Parameters
value Value to set

public void setRegion (Object value)

Sets region

Parameters
value Value to set

public void setRegion_id (Object value)

Sets region_id

Parameters
value Value to set

public void setStreet (Object value)

Sets street

Parameters
value Value to set

public void setTelephone (Object value)

Sets telephone

Parameters
value Value to set