public class

ShoppingCartCustomerAddressEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.ShoppingCartCustomerAddressEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String address_id
private String city
private String company
private String country_id
private String fax
private String firstname
private Integer is_default_billing
private Integer is_default_shipping
private String lastname
private String mode
private String postcode
private String region
private String region_id
private String street
private String telephone
private static TypeDesc typeDesc
Public Constructors
ShoppingCartCustomerAddressEntity()
ShoppingCartCustomerAddressEntity(String mode, String address_id, String firstname, String lastname, String company, String street, String city, String region, String region_id, String postcode, String country_id, String telephone, String fax, Integer is_default_billing, Integer is_default_shipping)
Public Methods
synchronized boolean equals(Object obj)
String getAddress_id()
Gets the address_id value for this ShoppingCartCustomerAddressEntity.
String getCity()
Gets the city value for this ShoppingCartCustomerAddressEntity.
String getCompany()
Gets the company value for this ShoppingCartCustomerAddressEntity.
String getCountry_id()
Gets the country_id value for this ShoppingCartCustomerAddressEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getFax()
Gets the fax value for this ShoppingCartCustomerAddressEntity.
String getFirstname()
Gets the firstname value for this ShoppingCartCustomerAddressEntity.
Integer getIs_default_billing()
Gets the is_default_billing value for this ShoppingCartCustomerAddressEntity.
Integer getIs_default_shipping()
Gets the is_default_shipping value for this ShoppingCartCustomerAddressEntity.
String getLastname()
Gets the lastname value for this ShoppingCartCustomerAddressEntity.
String getMode()
Gets the mode value for this ShoppingCartCustomerAddressEntity.
String getPostcode()
Gets the postcode value for this ShoppingCartCustomerAddressEntity.
String getRegion()
Gets the region value for this ShoppingCartCustomerAddressEntity.
String getRegion_id()
Gets the region_id value for this ShoppingCartCustomerAddressEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStreet()
Gets the street value for this ShoppingCartCustomerAddressEntity.
String getTelephone()
Gets the telephone value for this ShoppingCartCustomerAddressEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAddress_id(String address_id)
Sets the address_id value for this ShoppingCartCustomerAddressEntity.
void setCity(String city)
Sets the city value for this ShoppingCartCustomerAddressEntity.
void setCompany(String company)
Sets the company value for this ShoppingCartCustomerAddressEntity.
void setCountry_id(String country_id)
Sets the country_id value for this ShoppingCartCustomerAddressEntity.
void setFax(String fax)
Sets the fax value for this ShoppingCartCustomerAddressEntity.
void setFirstname(String firstname)
Sets the firstname value for this ShoppingCartCustomerAddressEntity.
void setIs_default_billing(Integer is_default_billing)
Sets the is_default_billing value for this ShoppingCartCustomerAddressEntity.
void setIs_default_shipping(Integer is_default_shipping)
Sets the is_default_shipping value for this ShoppingCartCustomerAddressEntity.
void setLastname(String lastname)
Sets the lastname value for this ShoppingCartCustomerAddressEntity.
void setMode(String mode)
Sets the mode value for this ShoppingCartCustomerAddressEntity.
void setPostcode(String postcode)
Sets the postcode value for this ShoppingCartCustomerAddressEntity.
void setRegion(String region)
Sets the region value for this ShoppingCartCustomerAddressEntity.
void setRegion_id(String region_id)
Sets the region_id value for this ShoppingCartCustomerAddressEntity.
void setStreet(String street)
Sets the street value for this ShoppingCartCustomerAddressEntity.
void setTelephone(String telephone)
Sets the telephone value for this ShoppingCartCustomerAddressEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String address_id

private String city

private String company

private String country_id

private String fax

private String firstname

private Integer is_default_billing

private Integer is_default_shipping

private String lastname

private String mode

private String postcode

private String region

private String region_id

private String street

private String telephone

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartCustomerAddressEntity ()

public ShoppingCartCustomerAddressEntity (String mode, String address_id, String firstname, String lastname, String company, String street, String city, String region, String region_id, String postcode, String country_id, String telephone, String fax, Integer is_default_billing, Integer is_default_shipping)

Parameters
mode
address_id
firstname
lastname
company
street
city
region
region_id
postcode
country_id
telephone
fax
is_default_billing
is_default_shipping

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAddress_id ()

Gets the address_id value for this ShoppingCartCustomerAddressEntity.

Returns
  • address_id

public String getCity ()

Gets the city value for this ShoppingCartCustomerAddressEntity.

Returns
  • city

public String getCompany ()

Gets the company value for this ShoppingCartCustomerAddressEntity.

Returns
  • company

public String getCountry_id ()

Gets the country_id value for this ShoppingCartCustomerAddressEntity.

Returns
  • country_id

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getFax ()

Gets the fax value for this ShoppingCartCustomerAddressEntity.

Returns
  • fax

public String getFirstname ()

Gets the firstname value for this ShoppingCartCustomerAddressEntity.

Returns
  • firstname

public Integer getIs_default_billing ()

Gets the is_default_billing value for this ShoppingCartCustomerAddressEntity.

Returns
  • is_default_billing

public Integer getIs_default_shipping ()

Gets the is_default_shipping value for this ShoppingCartCustomerAddressEntity.

Returns
  • is_default_shipping

public String getLastname ()

Gets the lastname value for this ShoppingCartCustomerAddressEntity.

Returns
  • lastname

public String getMode ()

Gets the mode value for this ShoppingCartCustomerAddressEntity.

Returns
  • mode

public String getPostcode ()

Gets the postcode value for this ShoppingCartCustomerAddressEntity.

Returns
  • postcode

public String getRegion ()

Gets the region value for this ShoppingCartCustomerAddressEntity.

Returns
  • region

public String getRegion_id ()

Gets the region_id value for this ShoppingCartCustomerAddressEntity.

Returns
  • region_id

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getStreet ()

Gets the street value for this ShoppingCartCustomerAddressEntity.

Returns
  • street

public String getTelephone ()

Gets the telephone value for this ShoppingCartCustomerAddressEntity.

Returns
  • telephone

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAddress_id (String address_id)

Sets the address_id value for this ShoppingCartCustomerAddressEntity.

Parameters
address_id

public void setCity (String city)

Sets the city value for this ShoppingCartCustomerAddressEntity.

Parameters
city

public void setCompany (String company)

Sets the company value for this ShoppingCartCustomerAddressEntity.

Parameters
company

public void setCountry_id (String country_id)

Sets the country_id value for this ShoppingCartCustomerAddressEntity.

Parameters
country_id

public void setFax (String fax)

Sets the fax value for this ShoppingCartCustomerAddressEntity.

Parameters
fax

public void setFirstname (String firstname)

Sets the firstname value for this ShoppingCartCustomerAddressEntity.

Parameters
firstname

public void setIs_default_billing (Integer is_default_billing)

Sets the is_default_billing value for this ShoppingCartCustomerAddressEntity.

Parameters
is_default_billing

public void setIs_default_shipping (Integer is_default_shipping)

Sets the is_default_shipping value for this ShoppingCartCustomerAddressEntity.

Parameters
is_default_shipping

public void setLastname (String lastname)

Sets the lastname value for this ShoppingCartCustomerAddressEntity.

Parameters
lastname

public void setMode (String mode)

Sets the mode value for this ShoppingCartCustomerAddressEntity.

Parameters
mode

public void setPostcode (String postcode)

Sets the postcode value for this ShoppingCartCustomerAddressEntity.

Parameters
postcode

public void setRegion (String region)

Sets the region value for this ShoppingCartCustomerAddressEntity.

Parameters
region

public void setRegion_id (String region_id)

Sets the region_id value for this ShoppingCartCustomerAddressEntity.

Parameters
region_id

public void setStreet (String street)

Sets the street value for this ShoppingCartCustomerAddressEntity.

Parameters
street

public void setTelephone (String telephone)

Sets the telephone value for this ShoppingCartCustomerAddressEntity.

Parameters
telephone