public class ShoppingCartAddressEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 org.apache.axis.encoding.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_id()
Gets the region_id value for this ShoppingCartAddressEntity.
|
String |
getRegion()
Gets the region 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 org.apache.axis.encoding.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 org.apache.axis.description.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.
|
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_id(String region_id)
Sets the region_id value for this ShoppingCartAddressEntity.
|
void |
setRegion(String region)
Sets the region 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.
|
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)
public String getAddress_id()
public void setAddress_id(String address_id)
address_id - public String getCreated_at()
public void setCreated_at(String created_at)
created_at - public String getUpdated_at()
public void setUpdated_at(String updated_at)
updated_at - public String getCustomer_id()
public void setCustomer_id(String customer_id)
customer_id - public Integer getSave_in_address_book()
public void setSave_in_address_book(Integer save_in_address_book)
save_in_address_book - public String getCustomer_address_id()
public void setCustomer_address_id(String customer_address_id)
customer_address_id - public String getAddress_type()
public void setAddress_type(String address_type)
address_type - public String getEmail()
public void setEmail(String email)
email - public String getPrefix()
public void setPrefix(String prefix)
prefix - public String getFirstname()
public void setFirstname(String firstname)
firstname - public String getMiddlename()
public void setMiddlename(String middlename)
middlename - public String getLastname()
public void setLastname(String lastname)
lastname - public String getSuffix()
public void setSuffix(String suffix)
suffix - public String getCompany()
public void setCompany(String company)
company - public String getStreet()
public void setStreet(String street)
street - public String getCity()
public void setCity(String city)
city - public String getRegion()
public void setRegion(String region)
region - public String getRegion_id()
public void setRegion_id(String region_id)
region_id - public String getPostcode()
public void setPostcode(String postcode)
postcode - public String getCountry_id()
public void setCountry_id(String country_id)
country_id - public String getTelephone()
public void setTelephone(String telephone)
telephone - public String getFax()
public void setFax(String fax)
fax - public Integer getSame_as_billing()
public void setSame_as_billing(Integer same_as_billing)
same_as_billing - public Integer getFree_shipping()
public void setFree_shipping(Integer free_shipping)
free_shipping - public String getShipping_method()
public void setShipping_method(String shipping_method)
shipping_method - public String getShipping_description()
public void setShipping_description(String shipping_description)
shipping_description - public Double getWeight()
public void setWeight(Double weight)
weight - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.