public class CustomerCustomerEntity extends Object implements Serializable
| Constructor and Description |
|---|
CustomerCustomerEntity() |
CustomerCustomerEntity(Integer customer_id,
String created_at,
String updated_at,
String increment_id,
Integer store_id,
Integer website_id,
String created_in,
String email,
String firstname,
String middlename,
String lastname,
Integer group_id,
String prefix,
String suffix,
String dob,
String taxvat,
Boolean confirmation,
String password_hash) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getConfirmation()
Gets the confirmation value for this CustomerCustomerEntity.
|
String |
getCreated_at()
Gets the created_at value for this CustomerCustomerEntity.
|
String |
getCreated_in()
Gets the created_in value for this CustomerCustomerEntity.
|
Integer |
getCustomer_id()
Gets the customer_id value for this CustomerCustomerEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDob()
Gets the dob value for this CustomerCustomerEntity.
|
String |
getEmail()
Gets the email value for this CustomerCustomerEntity.
|
String |
getFirstname()
Gets the firstname value for this CustomerCustomerEntity.
|
Integer |
getGroup_id()
Gets the group_id value for this CustomerCustomerEntity.
|
String |
getIncrement_id()
Gets the increment_id value for this CustomerCustomerEntity.
|
String |
getLastname()
Gets the lastname value for this CustomerCustomerEntity.
|
String |
getMiddlename()
Gets the middlename value for this CustomerCustomerEntity.
|
String |
getPassword_hash()
Gets the password_hash value for this CustomerCustomerEntity.
|
String |
getPrefix()
Gets the prefix value for this CustomerCustomerEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Integer |
getStore_id()
Gets the store_id value for this CustomerCustomerEntity.
|
String |
getSuffix()
Gets the suffix value for this CustomerCustomerEntity.
|
String |
getTaxvat()
Gets the taxvat value for this CustomerCustomerEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this CustomerCustomerEntity.
|
Integer |
getWebsite_id()
Gets the website_id value for this CustomerCustomerEntity.
|
int |
hashCode() |
void |
setConfirmation(Boolean confirmation)
Sets the confirmation value for this CustomerCustomerEntity.
|
void |
setCreated_at(String created_at)
Sets the created_at value for this CustomerCustomerEntity.
|
void |
setCreated_in(String created_in)
Sets the created_in value for this CustomerCustomerEntity.
|
void |
setCustomer_id(Integer customer_id)
Sets the customer_id value for this CustomerCustomerEntity.
|
void |
setDob(String dob)
Sets the dob value for this CustomerCustomerEntity.
|
void |
setEmail(String email)
Sets the email value for this CustomerCustomerEntity.
|
void |
setFirstname(String firstname)
Sets the firstname value for this CustomerCustomerEntity.
|
void |
setGroup_id(Integer group_id)
Sets the group_id value for this CustomerCustomerEntity.
|
void |
setIncrement_id(String increment_id)
Sets the increment_id value for this CustomerCustomerEntity.
|
void |
setLastname(String lastname)
Sets the lastname value for this CustomerCustomerEntity.
|
void |
setMiddlename(String middlename)
Sets the middlename value for this CustomerCustomerEntity.
|
void |
setPassword_hash(String password_hash)
Sets the password_hash value for this CustomerCustomerEntity.
|
void |
setPrefix(String prefix)
Sets the prefix value for this CustomerCustomerEntity.
|
void |
setStore_id(Integer store_id)
Sets the store_id value for this CustomerCustomerEntity.
|
void |
setSuffix(String suffix)
Sets the suffix value for this CustomerCustomerEntity.
|
void |
setTaxvat(String taxvat)
Sets the taxvat value for this CustomerCustomerEntity.
|
void |
setUpdated_at(String updated_at)
Sets the updated_at value for this CustomerCustomerEntity.
|
void |
setWebsite_id(Integer website_id)
Sets the website_id value for this CustomerCustomerEntity.
|
public CustomerCustomerEntity()
public CustomerCustomerEntity(Integer customer_id, String created_at, String updated_at, String increment_id, Integer store_id, Integer website_id, String created_in, String email, String firstname, String middlename, String lastname, Integer group_id, String prefix, String suffix, String dob, String taxvat, Boolean confirmation, String password_hash)
public Integer getCustomer_id()
public void setCustomer_id(Integer customer_id)
customer_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 getIncrement_id()
public void setIncrement_id(String increment_id)
increment_id - public Integer getStore_id()
public void setStore_id(Integer store_id)
store_id - public Integer getWebsite_id()
public void setWebsite_id(Integer website_id)
website_id - public String getCreated_in()
public void setCreated_in(String created_in)
created_in - public String getEmail()
public void setEmail(String email)
email - 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 Integer getGroup_id()
public void setGroup_id(Integer group_id)
group_id - public String getPrefix()
public void setPrefix(String prefix)
prefix - public String getSuffix()
public void setSuffix(String suffix)
suffix - public String getDob()
public void setDob(String dob)
dob - public String getTaxvat()
public void setTaxvat(String taxvat)
taxvat - public Boolean getConfirmation()
public void setConfirmation(Boolean confirmation)
confirmation - public String getPassword_hash()
public void setPassword_hash(String password_hash)
password_hash - 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.