public class ShoppingCartCustomerEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartCustomerEntity() |
ShoppingCartCustomerEntity(String mode,
Integer customer_id,
String email,
String firstname,
String lastname,
String password,
String confirmation,
Integer website_id,
Integer store_id,
Integer group_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConfirmation()
Gets the confirmation value for this ShoppingCartCustomerEntity.
|
Integer |
getCustomer_id()
Gets the customer_id value for this ShoppingCartCustomerEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmail()
Gets the email value for this ShoppingCartCustomerEntity.
|
String |
getFirstname()
Gets the firstname value for this ShoppingCartCustomerEntity.
|
Integer |
getGroup_id()
Gets the group_id value for this ShoppingCartCustomerEntity.
|
String |
getLastname()
Gets the lastname value for this ShoppingCartCustomerEntity.
|
String |
getMode()
Gets the mode value for this ShoppingCartCustomerEntity.
|
String |
getPassword()
Gets the password value for this ShoppingCartCustomerEntity.
|
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 ShoppingCartCustomerEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Integer |
getWebsite_id()
Gets the website_id value for this ShoppingCartCustomerEntity.
|
int |
hashCode() |
void |
setConfirmation(String confirmation)
Sets the confirmation value for this ShoppingCartCustomerEntity.
|
void |
setCustomer_id(Integer customer_id)
Sets the customer_id value for this ShoppingCartCustomerEntity.
|
void |
setEmail(String email)
Sets the email value for this ShoppingCartCustomerEntity.
|
void |
setFirstname(String firstname)
Sets the firstname value for this ShoppingCartCustomerEntity.
|
void |
setGroup_id(Integer group_id)
Sets the group_id value for this ShoppingCartCustomerEntity.
|
void |
setLastname(String lastname)
Sets the lastname value for this ShoppingCartCustomerEntity.
|
void |
setMode(String mode)
Sets the mode value for this ShoppingCartCustomerEntity.
|
void |
setPassword(String password)
Sets the password value for this ShoppingCartCustomerEntity.
|
void |
setStore_id(Integer store_id)
Sets the store_id value for this ShoppingCartCustomerEntity.
|
void |
setWebsite_id(Integer website_id)
Sets the website_id value for this ShoppingCartCustomerEntity.
|
public String getMode()
public void setMode(String mode)
mode - public Integer getCustomer_id()
public void setCustomer_id(Integer customer_id)
customer_id - public String getEmail()
public void setEmail(String email)
email - public String getFirstname()
public void setFirstname(String firstname)
firstname - public String getLastname()
public void setLastname(String lastname)
lastname - public String getPassword()
public void setPassword(String password)
password - public String getConfirmation()
public void setConfirmation(String confirmation)
confirmation - public Integer getWebsite_id()
public void setWebsite_id(Integer website_id)
website_id - public Integer getStore_id()
public void setStore_id(Integer store_id)
store_id - public Integer getGroup_id()
public void setGroup_id(Integer group_id)
group_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.