public class

SalesOrderAddressEntity

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

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 fax
private String firstname
private String increment_id
private String is_active
private String lastname
private String parent_id
private String postcode
private String region
private String region_id
private String street
private String telephone
private static TypeDesc typeDesc
private String updated_at
Public Constructors
SalesOrderAddressEntity()
SalesOrderAddressEntity(String increment_id, String parent_id, String created_at, String updated_at, String is_active, String address_type, String firstname, String lastname, String company, String street, String city, String region, String postcode, String country_id, String telephone, String fax, String region_id, String address_id)
Public Methods
synchronized boolean equals(Object obj)
String getAddress_id()
Gets the address_id value for this SalesOrderAddressEntity.
String getAddress_type()
Gets the address_type value for this SalesOrderAddressEntity.
String getCity()
Gets the city value for this SalesOrderAddressEntity.
String getCompany()
Gets the company value for this SalesOrderAddressEntity.
String getCountry_id()
Gets the country_id value for this SalesOrderAddressEntity.
String getCreated_at()
Gets the created_at value for this SalesOrderAddressEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getFax()
Gets the fax value for this SalesOrderAddressEntity.
String getFirstname()
Gets the firstname value for this SalesOrderAddressEntity.
String getIncrement_id()
Gets the increment_id value for this SalesOrderAddressEntity.
String getIs_active()
Gets the is_active value for this SalesOrderAddressEntity.
String getLastname()
Gets the lastname value for this SalesOrderAddressEntity.
String getParent_id()
Gets the parent_id value for this SalesOrderAddressEntity.
String getPostcode()
Gets the postcode value for this SalesOrderAddressEntity.
String getRegion()
Gets the region value for this SalesOrderAddressEntity.
String getRegion_id()
Gets the region_id value for this SalesOrderAddressEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getStreet()
Gets the street value for this SalesOrderAddressEntity.
String getTelephone()
Gets the telephone value for this SalesOrderAddressEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this SalesOrderAddressEntity.
synchronized int hashCode()
void setAddress_id(String address_id)
Sets the address_id value for this SalesOrderAddressEntity.
void setAddress_type(String address_type)
Sets the address_type value for this SalesOrderAddressEntity.
void setCity(String city)
Sets the city value for this SalesOrderAddressEntity.
void setCompany(String company)
Sets the company value for this SalesOrderAddressEntity.
void setCountry_id(String country_id)
Sets the country_id value for this SalesOrderAddressEntity.
void setCreated_at(String created_at)
Sets the created_at value for this SalesOrderAddressEntity.
void setFax(String fax)
Sets the fax value for this SalesOrderAddressEntity.
void setFirstname(String firstname)
Sets the firstname value for this SalesOrderAddressEntity.
void setIncrement_id(String increment_id)
Sets the increment_id value for this SalesOrderAddressEntity.
void setIs_active(String is_active)
Sets the is_active value for this SalesOrderAddressEntity.
void setLastname(String lastname)
Sets the lastname value for this SalesOrderAddressEntity.
void setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderAddressEntity.
void setPostcode(String postcode)
Sets the postcode value for this SalesOrderAddressEntity.
void setRegion(String region)
Sets the region value for this SalesOrderAddressEntity.
void setRegion_id(String region_id)
Sets the region_id value for this SalesOrderAddressEntity.
void setStreet(String street)
Sets the street value for this SalesOrderAddressEntity.
void setTelephone(String telephone)
Sets the telephone value for this SalesOrderAddressEntity.
void setUpdated_at(String updated_at)
Sets the updated_at value for this SalesOrderAddressEntity.
[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 fax

private String firstname

private String increment_id

private String is_active

private String lastname

private String parent_id

private String postcode

private String region

private String region_id

private String street

private String telephone

private static TypeDesc typeDesc

private String updated_at

Public Constructors

public SalesOrderAddressEntity ()

public SalesOrderAddressEntity (String increment_id, String parent_id, String created_at, String updated_at, String is_active, String address_type, String firstname, String lastname, String company, String street, String city, String region, String postcode, String country_id, String telephone, String fax, String region_id, String address_id)

Parameters
increment_id
parent_id
created_at
updated_at
is_active
address_type
firstname
lastname
company
street
city
region
postcode
country_id
telephone
fax
region_id
address_id

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAddress_id ()

Gets the address_id value for this SalesOrderAddressEntity.

Returns
  • address_id

public String getAddress_type ()

Gets the address_type value for this SalesOrderAddressEntity.

Returns
  • address_type

public String getCity ()

Gets the city value for this SalesOrderAddressEntity.

Returns
  • city

public String getCompany ()

Gets the company value for this SalesOrderAddressEntity.

Returns
  • company

public String getCountry_id ()

Gets the country_id value for this SalesOrderAddressEntity.

Returns
  • country_id

public String getCreated_at ()

Gets the created_at value for this SalesOrderAddressEntity.

Returns
  • created_at

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

Returns
  • fax

public String getFirstname ()

Gets the firstname value for this SalesOrderAddressEntity.

Returns
  • firstname

public String getIncrement_id ()

Gets the increment_id value for this SalesOrderAddressEntity.

Returns
  • increment_id

public String getIs_active ()

Gets the is_active value for this SalesOrderAddressEntity.

Returns
  • is_active

public String getLastname ()

Gets the lastname value for this SalesOrderAddressEntity.

Returns
  • lastname

public String getParent_id ()

Gets the parent_id value for this SalesOrderAddressEntity.

Returns
  • parent_id

public String getPostcode ()

Gets the postcode value for this SalesOrderAddressEntity.

Returns
  • postcode

public String getRegion ()

Gets the region value for this SalesOrderAddressEntity.

Returns
  • region

public String getRegion_id ()

Gets the region_id value for this SalesOrderAddressEntity.

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

Returns
  • street

public String getTelephone ()

Gets the telephone value for this SalesOrderAddressEntity.

Returns
  • telephone

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this SalesOrderAddressEntity.

Returns
  • updated_at

public synchronized int hashCode ()

public void setAddress_id (String address_id)

Sets the address_id value for this SalesOrderAddressEntity.

Parameters
address_id

public void setAddress_type (String address_type)

Sets the address_type value for this SalesOrderAddressEntity.

Parameters
address_type

public void setCity (String city)

Sets the city value for this SalesOrderAddressEntity.

Parameters
city

public void setCompany (String company)

Sets the company value for this SalesOrderAddressEntity.

Parameters
company

public void setCountry_id (String country_id)

Sets the country_id value for this SalesOrderAddressEntity.

Parameters
country_id

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderAddressEntity.

Parameters
created_at

public void setFax (String fax)

Sets the fax value for this SalesOrderAddressEntity.

Parameters
fax

public void setFirstname (String firstname)

Sets the firstname value for this SalesOrderAddressEntity.

Parameters
firstname

public void setIncrement_id (String increment_id)

Sets the increment_id value for this SalesOrderAddressEntity.

Parameters
increment_id

public void setIs_active (String is_active)

Sets the is_active value for this SalesOrderAddressEntity.

Parameters
is_active

public void setLastname (String lastname)

Sets the lastname value for this SalesOrderAddressEntity.

Parameters
lastname

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderAddressEntity.

Parameters
parent_id

public void setPostcode (String postcode)

Sets the postcode value for this SalesOrderAddressEntity.

Parameters
postcode

public void setRegion (String region)

Sets the region value for this SalesOrderAddressEntity.

Parameters
region

public void setRegion_id (String region_id)

Sets the region_id value for this SalesOrderAddressEntity.

Parameters
region_id

public void setStreet (String street)

Sets the street value for this SalesOrderAddressEntity.

Parameters
street

public void setTelephone (String telephone)

Sets the telephone value for this SalesOrderAddressEntity.

Parameters
telephone

public void setUpdated_at (String updated_at)

Sets the updated_at value for this SalesOrderAddressEntity.

Parameters
updated_at