public class SalesOrderAddressEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 org.apache.axis.encoding.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_id()
Gets the region_id value for this SalesOrderAddressEntity.
|
String |
getRegion()
Gets the region value for this SalesOrderAddressEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this SalesOrderAddressEntity.
|
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_id(String region_id)
Sets the region_id value for this SalesOrderAddressEntity.
|
void |
setRegion(String region)
Sets the region 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.
|
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)
public String getIncrement_id()
public void setIncrement_id(String increment_id)
increment_id - public String getParent_id()
public void setParent_id(String parent_id)
parent_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 getIs_active()
public void setIs_active(String is_active)
is_active - public String getAddress_type()
public void setAddress_type(String address_type)
address_type - 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 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 String getRegion_id()
public void setRegion_id(String region_id)
region_id - public String getAddress_id()
public void setAddress_id(String address_id)
address_id - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.