public class

ShoppingCartCustomerEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.ShoppingCartCustomerEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String confirmation
private Integer customer_id
private String email
private String firstname
private Integer group_id
private String lastname
private String mode
private String password
private Integer store_id
private static TypeDesc typeDesc
private Integer website_id
Public Constructors
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)
Public Methods
synchronized 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 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 Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
Integer getStore_id()
Gets the store_id value for this ShoppingCartCustomerEntity.
static TypeDesc getTypeDesc()
Return type metadata object
Integer getWebsite_id()
Gets the website_id value for this ShoppingCartCustomerEntity.
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String confirmation

private Integer customer_id

private String email

private String firstname

private Integer group_id

private String lastname

private String mode

private String password

private Integer store_id

private static TypeDesc typeDesc

private Integer website_id

Public Constructors

public ShoppingCartCustomerEntity ()

public 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)

Parameters
mode
customer_id
email
firstname
lastname
password
confirmation
website_id
store_id
group_id

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getConfirmation ()

Gets the confirmation value for this ShoppingCartCustomerEntity.

Returns
  • confirmation

public Integer getCustomer_id ()

Gets the customer_id value for this ShoppingCartCustomerEntity.

Returns
  • customer_id

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getEmail ()

Gets the email value for this ShoppingCartCustomerEntity.

Returns
  • email

public String getFirstname ()

Gets the firstname value for this ShoppingCartCustomerEntity.

Returns
  • firstname

public Integer getGroup_id ()

Gets the group_id value for this ShoppingCartCustomerEntity.

Returns
  • group_id

public String getLastname ()

Gets the lastname value for this ShoppingCartCustomerEntity.

Returns
  • lastname

public String getMode ()

Gets the mode value for this ShoppingCartCustomerEntity.

Returns
  • mode

public String getPassword ()

Gets the password value for this ShoppingCartCustomerEntity.

Returns
  • password

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public Integer getStore_id ()

Gets the store_id value for this ShoppingCartCustomerEntity.

Returns
  • store_id

public static TypeDesc getTypeDesc ()

Return type metadata object

public Integer getWebsite_id ()

Gets the website_id value for this ShoppingCartCustomerEntity.

Returns
  • website_id

public synchronized int hashCode ()

public void setConfirmation (String confirmation)

Sets the confirmation value for this ShoppingCartCustomerEntity.

Parameters
confirmation

public void setCustomer_id (Integer customer_id)

Sets the customer_id value for this ShoppingCartCustomerEntity.

Parameters
customer_id

public void setEmail (String email)

Sets the email value for this ShoppingCartCustomerEntity.

Parameters
email

public void setFirstname (String firstname)

Sets the firstname value for this ShoppingCartCustomerEntity.

Parameters
firstname

public void setGroup_id (Integer group_id)

Sets the group_id value for this ShoppingCartCustomerEntity.

Parameters
group_id

public void setLastname (String lastname)

Sets the lastname value for this ShoppingCartCustomerEntity.

Parameters
lastname

public void setMode (String mode)

Sets the mode value for this ShoppingCartCustomerEntity.

Parameters
mode

public void setPassword (String password)

Sets the password value for this ShoppingCartCustomerEntity.

Parameters
password

public void setStore_id (Integer store_id)

Sets the store_id value for this ShoppingCartCustomerEntity.

Parameters
store_id

public void setWebsite_id (Integer website_id)

Sets the website_id value for this ShoppingCartCustomerEntity.

Parameters
website_id