public class

ShoppingCartAddressEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String address_id
private String address_type
private String city
private String company
private String country_id
private String created_at
private String customer_address_id
private String customer_id
private String email
private String fax
private String firstname
private Integer free_shipping
private String lastname
private String middlename
private String postcode
private String prefix
private String region
private String region_id
private Integer same_as_billing
private Integer save_in_address_book
private String shipping_description
private String shipping_method
private String street
private String suffix
private String telephone
private static TypeDesc typeDesc
private String updated_at
private Double weight
Public Constructors
ShoppingCartAddressEntity()
ShoppingCartAddressEntity(String address_id, String created_at, String updated_at, String customer_id, Integer save_in_address_book, String customer_address_id, String address_type, String email, String prefix, String firstname, String middlename, String lastname, String suffix, String company, String street, String city, String region, String region_id, String postcode, String country_id, String telephone, String fax, Integer same_as_billing, Integer free_shipping, String shipping_method, String shipping_description, Double weight)
Public Methods
synchronized boolean equals(Object obj)
String getAddress_id()
Gets the address_id value for this ShoppingCartAddressEntity.
String getAddress_type()
Gets the address_type value for this ShoppingCartAddressEntity.
String getCity()
Gets the city value for this ShoppingCartAddressEntity.
String getCompany()
Gets the company value for this ShoppingCartAddressEntity.
String getCountry_id()
Gets the country_id value for this ShoppingCartAddressEntity.
String getCreated_at()
Gets the created_at value for this ShoppingCartAddressEntity.
String getCustomer_address_id()
Gets the customer_address_id value for this ShoppingCartAddressEntity.
String getCustomer_id()
Gets the customer_id value for this ShoppingCartAddressEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getEmail()
Gets the email value for this ShoppingCartAddressEntity.
String getFax()
Gets the fax value for this ShoppingCartAddressEntity.
String getFirstname()
Gets the firstname value for this ShoppingCartAddressEntity.
Integer getFree_shipping()
Gets the free_shipping value for this ShoppingCartAddressEntity.
String getLastname()
Gets the lastname value for this ShoppingCartAddressEntity.
String getMiddlename()
Gets the middlename value for this ShoppingCartAddressEntity.
String getPostcode()
Gets the postcode value for this ShoppingCartAddressEntity.
String getPrefix()
Gets the prefix value for this ShoppingCartAddressEntity.
String getRegion()
Gets the region value for this ShoppingCartAddressEntity.
String getRegion_id()
Gets the region_id value for this ShoppingCartAddressEntity.
Integer getSame_as_billing()
Gets the same_as_billing value for this ShoppingCartAddressEntity.
Integer getSave_in_address_book()
Gets the save_in_address_book value for this ShoppingCartAddressEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getShipping_description()
Gets the shipping_description value for this ShoppingCartAddressEntity.
String getShipping_method()
Gets the shipping_method value for this ShoppingCartAddressEntity.
String getStreet()
Gets the street value for this ShoppingCartAddressEntity.
String getSuffix()
Gets the suffix value for this ShoppingCartAddressEntity.
String getTelephone()
Gets the telephone value for this ShoppingCartAddressEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this ShoppingCartAddressEntity.
Double getWeight()
Gets the weight value for this ShoppingCartAddressEntity.
synchronized int hashCode()
void setAddress_id(String address_id)
Sets the address_id value for this ShoppingCartAddressEntity.
void setAddress_type(String address_type)
Sets the address_type value for this ShoppingCartAddressEntity.
void setCity(String city)
Sets the city value for this ShoppingCartAddressEntity.
void setCompany(String company)
Sets the company value for this ShoppingCartAddressEntity.
void setCountry_id(String country_id)
Sets the country_id value for this ShoppingCartAddressEntity.
void setCreated_at(String created_at)
Sets the created_at value for this ShoppingCartAddressEntity.
void setCustomer_address_id(String customer_address_id)
Sets the customer_address_id value for this ShoppingCartAddressEntity.
void setCustomer_id(String customer_id)
Sets the customer_id value for this ShoppingCartAddressEntity.
void setEmail(String email)
Sets the email value for this ShoppingCartAddressEntity.
void setFax(String fax)
Sets the fax value for this ShoppingCartAddressEntity.
void setFirstname(String firstname)
Sets the firstname value for this ShoppingCartAddressEntity.
void setFree_shipping(Integer free_shipping)
Sets the free_shipping value for this ShoppingCartAddressEntity.
void setLastname(String lastname)
Sets the lastname value for this ShoppingCartAddressEntity.
void setMiddlename(String middlename)
Sets the middlename value for this ShoppingCartAddressEntity.
void setPostcode(String postcode)
Sets the postcode value for this ShoppingCartAddressEntity.
void setPrefix(String prefix)
Sets the prefix value for this ShoppingCartAddressEntity.
void setRegion(String region)
Sets the region value for this ShoppingCartAddressEntity.
void setRegion_id(String region_id)
Sets the region_id value for this ShoppingCartAddressEntity.
void setSame_as_billing(Integer same_as_billing)
Sets the same_as_billing value for this ShoppingCartAddressEntity.
void setSave_in_address_book(Integer save_in_address_book)
Sets the save_in_address_book value for this ShoppingCartAddressEntity.
void setShipping_description(String shipping_description)
Sets the shipping_description value for this ShoppingCartAddressEntity.
void setShipping_method(String shipping_method)
Sets the shipping_method value for this ShoppingCartAddressEntity.
void setStreet(String street)
Sets the street value for this ShoppingCartAddressEntity.
void setSuffix(String suffix)
Sets the suffix value for this ShoppingCartAddressEntity.
void setTelephone(String telephone)
Sets the telephone value for this ShoppingCartAddressEntity.
void setUpdated_at(String updated_at)
Sets the updated_at value for this ShoppingCartAddressEntity.
void setWeight(Double weight)
Sets the weight value for this ShoppingCartAddressEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String address_id

private String address_type

private String city

private String company

private String country_id

private String created_at

private String customer_address_id

private String customer_id

private String email

private String fax

private String firstname

private Integer free_shipping

private String lastname

private String middlename

private String postcode

private String prefix

private String region

private String region_id

private Integer same_as_billing

private Integer save_in_address_book

private String shipping_description

private String shipping_method

private String street

private String suffix

private String telephone

private static TypeDesc typeDesc

private String updated_at

private Double weight

Public Constructors

public ShoppingCartAddressEntity ()

public ShoppingCartAddressEntity (String address_id, String created_at, String updated_at, String customer_id, Integer save_in_address_book, String customer_address_id, String address_type, String email, String prefix, String firstname, String middlename, String lastname, String suffix, String company, String street, String city, String region, String region_id, String postcode, String country_id, String telephone, String fax, Integer same_as_billing, Integer free_shipping, String shipping_method, String shipping_description, Double weight)

Parameters
address_id
created_at
updated_at
customer_id
save_in_address_book
customer_address_id
address_type
email
prefix
firstname
middlename
lastname
suffix
company
street
city
region
region_id
postcode
country_id
telephone
fax
same_as_billing
free_shipping
shipping_method
shipping_description
weight

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAddress_id ()

Gets the address_id value for this ShoppingCartAddressEntity.

Returns
  • address_id

public String getAddress_type ()

Gets the address_type value for this ShoppingCartAddressEntity.

Returns
  • address_type

public String getCity ()

Gets the city value for this ShoppingCartAddressEntity.

Returns
  • city

public String getCompany ()

Gets the company value for this ShoppingCartAddressEntity.

Returns
  • company

public String getCountry_id ()

Gets the country_id value for this ShoppingCartAddressEntity.

Returns
  • country_id

public String getCreated_at ()

Gets the created_at value for this ShoppingCartAddressEntity.

Returns
  • created_at

public String getCustomer_address_id ()

Gets the customer_address_id value for this ShoppingCartAddressEntity.

Returns
  • customer_address_id

public String getCustomer_id ()

Gets the customer_id value for this ShoppingCartAddressEntity.

Returns
  • customer_id

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getEmail ()

Gets the email value for this ShoppingCartAddressEntity.

Returns
  • email

public String getFax ()

Gets the fax value for this ShoppingCartAddressEntity.

Returns
  • fax

public String getFirstname ()

Gets the firstname value for this ShoppingCartAddressEntity.

Returns
  • firstname

public Integer getFree_shipping ()

Gets the free_shipping value for this ShoppingCartAddressEntity.

Returns
  • free_shipping

public String getLastname ()

Gets the lastname value for this ShoppingCartAddressEntity.

Returns
  • lastname

public String getMiddlename ()

Gets the middlename value for this ShoppingCartAddressEntity.

Returns
  • middlename

public String getPostcode ()

Gets the postcode value for this ShoppingCartAddressEntity.

Returns
  • postcode

public String getPrefix ()

Gets the prefix value for this ShoppingCartAddressEntity.

Returns
  • prefix

public String getRegion ()

Gets the region value for this ShoppingCartAddressEntity.

Returns
  • region

public String getRegion_id ()

Gets the region_id value for this ShoppingCartAddressEntity.

Returns
  • region_id

public Integer getSame_as_billing ()

Gets the same_as_billing value for this ShoppingCartAddressEntity.

Returns
  • same_as_billing

public Integer getSave_in_address_book ()

Gets the save_in_address_book value for this ShoppingCartAddressEntity.

Returns
  • save_in_address_book

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getShipping_description ()

Gets the shipping_description value for this ShoppingCartAddressEntity.

Returns
  • shipping_description

public String getShipping_method ()

Gets the shipping_method value for this ShoppingCartAddressEntity.

Returns
  • shipping_method

public String getStreet ()

Gets the street value for this ShoppingCartAddressEntity.

Returns
  • street

public String getSuffix ()

Gets the suffix value for this ShoppingCartAddressEntity.

Returns
  • suffix

public String getTelephone ()

Gets the telephone value for this ShoppingCartAddressEntity.

Returns
  • telephone

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this ShoppingCartAddressEntity.

Returns
  • updated_at

public Double getWeight ()

Gets the weight value for this ShoppingCartAddressEntity.

Returns
  • weight

public synchronized int hashCode ()

public void setAddress_id (String address_id)

Sets the address_id value for this ShoppingCartAddressEntity.

Parameters
address_id

public void setAddress_type (String address_type)

Sets the address_type value for this ShoppingCartAddressEntity.

Parameters
address_type

public void setCity (String city)

Sets the city value for this ShoppingCartAddressEntity.

Parameters
city

public void setCompany (String company)

Sets the company value for this ShoppingCartAddressEntity.

Parameters
company

public void setCountry_id (String country_id)

Sets the country_id value for this ShoppingCartAddressEntity.

Parameters
country_id

public void setCreated_at (String created_at)

Sets the created_at value for this ShoppingCartAddressEntity.

Parameters
created_at

public void setCustomer_address_id (String customer_address_id)

Sets the customer_address_id value for this ShoppingCartAddressEntity.

Parameters
customer_address_id

public void setCustomer_id (String customer_id)

Sets the customer_id value for this ShoppingCartAddressEntity.

Parameters
customer_id

public void setEmail (String email)

Sets the email value for this ShoppingCartAddressEntity.

Parameters
email

public void setFax (String fax)

Sets the fax value for this ShoppingCartAddressEntity.

Parameters
fax

public void setFirstname (String firstname)

Sets the firstname value for this ShoppingCartAddressEntity.

Parameters
firstname

public void setFree_shipping (Integer free_shipping)

Sets the free_shipping value for this ShoppingCartAddressEntity.

Parameters
free_shipping

public void setLastname (String lastname)

Sets the lastname value for this ShoppingCartAddressEntity.

Parameters
lastname

public void setMiddlename (String middlename)

Sets the middlename value for this ShoppingCartAddressEntity.

Parameters
middlename

public void setPostcode (String postcode)

Sets the postcode value for this ShoppingCartAddressEntity.

Parameters
postcode

public void setPrefix (String prefix)

Sets the prefix value for this ShoppingCartAddressEntity.

Parameters
prefix

public void setRegion (String region)

Sets the region value for this ShoppingCartAddressEntity.

Parameters
region

public void setRegion_id (String region_id)

Sets the region_id value for this ShoppingCartAddressEntity.

Parameters
region_id

public void setSame_as_billing (Integer same_as_billing)

Sets the same_as_billing value for this ShoppingCartAddressEntity.

Parameters
same_as_billing

public void setSave_in_address_book (Integer save_in_address_book)

Sets the save_in_address_book value for this ShoppingCartAddressEntity.

Parameters
save_in_address_book

public void setShipping_description (String shipping_description)

Sets the shipping_description value for this ShoppingCartAddressEntity.

Parameters
shipping_description

public void setShipping_method (String shipping_method)

Sets the shipping_method value for this ShoppingCartAddressEntity.

Parameters
shipping_method

public void setStreet (String street)

Sets the street value for this ShoppingCartAddressEntity.

Parameters
street

public void setSuffix (String suffix)

Sets the suffix value for this ShoppingCartAddressEntity.

Parameters
suffix

public void setTelephone (String telephone)

Sets the telephone value for this ShoppingCartAddressEntity.

Parameters
telephone

public void setUpdated_at (String updated_at)

Sets the updated_at value for this ShoppingCartAddressEntity.

Parameters
updated_at

public void setWeight (Double weight)

Sets the weight value for this ShoppingCartAddressEntity.

Parameters
weight