public class

CustomerAddressEntityItem

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String city
private String company
private String country_id
private String created_at
private Integer customer_address_id
private String fax
private String firstname
private String increment_id
private Boolean is_default_billing
private Boolean is_default_shipping
private String lastname
private String middlename
private String postcode
private String prefix
private String region
private Integer region_id
private String street
private String suffix
private String telephone
private static TypeDesc typeDesc
private String updated_at
Public Constructors
CustomerAddressEntityItem()
CustomerAddressEntityItem(Integer customer_address_id, String created_at, String updated_at, String increment_id, String city, String company, String country_id, String fax, String firstname, String lastname, String middlename, String postcode, String prefix, String region, Integer region_id, String street, String suffix, String telephone, Boolean is_default_billing, Boolean is_default_shipping)
Public Methods
synchronized boolean equals(Object obj)
String getCity()
Gets the city value for this CustomerAddressEntityItem.
String getCompany()
Gets the company value for this CustomerAddressEntityItem.
String getCountry_id()
Gets the country_id value for this CustomerAddressEntityItem.
String getCreated_at()
Gets the created_at value for this CustomerAddressEntityItem.
Integer getCustomer_address_id()
Gets the customer_address_id value for this CustomerAddressEntityItem.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getFax()
Gets the fax value for this CustomerAddressEntityItem.
String getFirstname()
Gets the firstname value for this CustomerAddressEntityItem.
String getIncrement_id()
Gets the increment_id value for this CustomerAddressEntityItem.
Boolean getIs_default_billing()
Gets the is_default_billing value for this CustomerAddressEntityItem.
Boolean getIs_default_shipping()
Gets the is_default_shipping value for this CustomerAddressEntityItem.
String getLastname()
Gets the lastname value for this CustomerAddressEntityItem.
String getMiddlename()
Gets the middlename value for this CustomerAddressEntityItem.
String getPostcode()
Gets the postcode value for this CustomerAddressEntityItem.
String getPrefix()
Gets the prefix value for this CustomerAddressEntityItem.
String getRegion()
Gets the region value for this CustomerAddressEntityItem.
Integer getRegion_id()
Gets the region_id value for this CustomerAddressEntityItem.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStreet()
Gets the street value for this CustomerAddressEntityItem.
String getSuffix()
Gets the suffix value for this CustomerAddressEntityItem.
String getTelephone()
Gets the telephone value for this CustomerAddressEntityItem.
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this CustomerAddressEntityItem.
synchronized int hashCode()
void setCity(String city)
Sets the city value for this CustomerAddressEntityItem.
void setCompany(String company)
Sets the company value for this CustomerAddressEntityItem.
void setCountry_id(String country_id)
Sets the country_id value for this CustomerAddressEntityItem.
void setCreated_at(String created_at)
Sets the created_at value for this CustomerAddressEntityItem.
void setCustomer_address_id(Integer customer_address_id)
Sets the customer_address_id value for this CustomerAddressEntityItem.
void setFax(String fax)
Sets the fax value for this CustomerAddressEntityItem.
void setFirstname(String firstname)
Sets the firstname value for this CustomerAddressEntityItem.
void setIncrement_id(String increment_id)
Sets the increment_id value for this CustomerAddressEntityItem.
void setIs_default_billing(Boolean is_default_billing)
Sets the is_default_billing value for this CustomerAddressEntityItem.
void setIs_default_shipping(Boolean is_default_shipping)
Sets the is_default_shipping value for this CustomerAddressEntityItem.
void setLastname(String lastname)
Sets the lastname value for this CustomerAddressEntityItem.
void setMiddlename(String middlename)
Sets the middlename value for this CustomerAddressEntityItem.
void setPostcode(String postcode)
Sets the postcode value for this CustomerAddressEntityItem.
void setPrefix(String prefix)
Sets the prefix value for this CustomerAddressEntityItem.
void setRegion(String region)
Sets the region value for this CustomerAddressEntityItem.
void setRegion_id(Integer region_id)
Sets the region_id value for this CustomerAddressEntityItem.
void setStreet(String street)
Sets the street value for this CustomerAddressEntityItem.
void setSuffix(String suffix)
Sets the suffix value for this CustomerAddressEntityItem.
void setTelephone(String telephone)
Sets the telephone value for this CustomerAddressEntityItem.
void setUpdated_at(String updated_at)
Sets the updated_at value for this CustomerAddressEntityItem.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String city

private String company

private String country_id

private String created_at

private Integer customer_address_id

private String fax

private String firstname

private String increment_id

private Boolean is_default_billing

private Boolean is_default_shipping

private String lastname

private String middlename

private String postcode

private String prefix

private String region

private Integer region_id

private String street

private String suffix

private String telephone

private static TypeDesc typeDesc

private String updated_at

Public Constructors

public CustomerAddressEntityItem ()

public CustomerAddressEntityItem (Integer customer_address_id, String created_at, String updated_at, String increment_id, String city, String company, String country_id, String fax, String firstname, String lastname, String middlename, String postcode, String prefix, String region, Integer region_id, String street, String suffix, String telephone, Boolean is_default_billing, Boolean is_default_shipping)

Parameters
customer_address_id
created_at
updated_at
increment_id
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
is_default_billing
is_default_shipping

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCity ()

Gets the city value for this CustomerAddressEntityItem.

Returns
  • city

public String getCompany ()

Gets the company value for this CustomerAddressEntityItem.

Returns
  • company

public String getCountry_id ()

Gets the country_id value for this CustomerAddressEntityItem.

Returns
  • country_id

public String getCreated_at ()

Gets the created_at value for this CustomerAddressEntityItem.

Returns
  • created_at

public Integer getCustomer_address_id ()

Gets the customer_address_id value for this CustomerAddressEntityItem.

Returns
  • customer_address_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 CustomerAddressEntityItem.

Returns
  • fax

public String getFirstname ()

Gets the firstname value for this CustomerAddressEntityItem.

Returns
  • firstname

public String getIncrement_id ()

Gets the increment_id value for this CustomerAddressEntityItem.

Returns
  • increment_id

public Boolean getIs_default_billing ()

Gets the is_default_billing value for this CustomerAddressEntityItem.

Returns
  • is_default_billing

public Boolean getIs_default_shipping ()

Gets the is_default_shipping value for this CustomerAddressEntityItem.

Returns
  • is_default_shipping

public String getLastname ()

Gets the lastname value for this CustomerAddressEntityItem.

Returns
  • lastname

public String getMiddlename ()

Gets the middlename value for this CustomerAddressEntityItem.

Returns
  • middlename

public String getPostcode ()

Gets the postcode value for this CustomerAddressEntityItem.

Returns
  • postcode

public String getPrefix ()

Gets the prefix value for this CustomerAddressEntityItem.

Returns
  • prefix

public String getRegion ()

Gets the region value for this CustomerAddressEntityItem.

Returns
  • region

public Integer getRegion_id ()

Gets the region_id value for this CustomerAddressEntityItem.

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 CustomerAddressEntityItem.

Returns
  • street

public String getSuffix ()

Gets the suffix value for this CustomerAddressEntityItem.

Returns
  • suffix

public String getTelephone ()

Gets the telephone value for this CustomerAddressEntityItem.

Returns
  • telephone

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this CustomerAddressEntityItem.

Returns
  • updated_at

public synchronized int hashCode ()

public void setCity (String city)

Sets the city value for this CustomerAddressEntityItem.

Parameters
city

public void setCompany (String company)

Sets the company value for this CustomerAddressEntityItem.

Parameters
company

public void setCountry_id (String country_id)

Sets the country_id value for this CustomerAddressEntityItem.

Parameters
country_id

public void setCreated_at (String created_at)

Sets the created_at value for this CustomerAddressEntityItem.

Parameters
created_at

public void setCustomer_address_id (Integer customer_address_id)

Sets the customer_address_id value for this CustomerAddressEntityItem.

Parameters
customer_address_id

public void setFax (String fax)

Sets the fax value for this CustomerAddressEntityItem.

Parameters
fax

public void setFirstname (String firstname)

Sets the firstname value for this CustomerAddressEntityItem.

Parameters
firstname

public void setIncrement_id (String increment_id)

Sets the increment_id value for this CustomerAddressEntityItem.

Parameters
increment_id

public void setIs_default_billing (Boolean is_default_billing)

Sets the is_default_billing value for this CustomerAddressEntityItem.

Parameters
is_default_billing

public void setIs_default_shipping (Boolean is_default_shipping)

Sets the is_default_shipping value for this CustomerAddressEntityItem.

Parameters
is_default_shipping

public void setLastname (String lastname)

Sets the lastname value for this CustomerAddressEntityItem.

Parameters
lastname

public void setMiddlename (String middlename)

Sets the middlename value for this CustomerAddressEntityItem.

Parameters
middlename

public void setPostcode (String postcode)

Sets the postcode value for this CustomerAddressEntityItem.

Parameters
postcode

public void setPrefix (String prefix)

Sets the prefix value for this CustomerAddressEntityItem.

Parameters
prefix

public void setRegion (String region)

Sets the region value for this CustomerAddressEntityItem.

Parameters
region

public void setRegion_id (Integer region_id)

Sets the region_id value for this CustomerAddressEntityItem.

Parameters
region_id

public void setStreet (String street)

Sets the street value for this CustomerAddressEntityItem.

Parameters
street

public void setSuffix (String suffix)

Sets the suffix value for this CustomerAddressEntityItem.

Parameters
suffix

public void setTelephone (String telephone)

Sets the telephone value for this CustomerAddressEntityItem.

Parameters
telephone

public void setUpdated_at (String updated_at)

Sets the updated_at value for this CustomerAddressEntityItem.

Parameters
updated_at