public class ShoppingCartCustomerAddressEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 org.apache.axis.encoding.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_id()
Gets the region_id value for this ShoppingCartCustomerAddressEntity.
|
String |
getRegion()
Gets the region value for this ShoppingCartCustomerAddressEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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_id(String region_id)
Sets the region_id value for this ShoppingCartCustomerAddressEntity.
|
void |
setRegion(String region)
Sets the region 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.
|
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)
public String getMode()
public void setMode(String mode)
mode - public String getAddress_id()
public void setAddress_id(String address_id)
address_id - public String getFirstname()
public void setFirstname(String firstname)
firstname - public String getLastname()
public void setLastname(String lastname)
lastname - 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 getIs_default_billing()
public void setIs_default_billing(Integer is_default_billing)
is_default_billing - public Integer getIs_default_shipping()
public void setIs_default_shipping(Integer is_default_shipping)
is_default_shipping - 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.