public class

CustomerCustomerEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Boolean confirmation
private String created_at
private String created_in
private Integer customer_id
private String dob
private String email
private String firstname
private Integer group_id
private String increment_id
private String lastname
private String middlename
private String password_hash
private String prefix
private Integer store_id
private String suffix
private String taxvat
private static TypeDesc typeDesc
private String updated_at
private Integer website_id
Public Constructors
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)
Public Methods
synchronized 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 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 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 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.
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Boolean confirmation

private String created_at

private String created_in

private Integer customer_id

private String dob

private String email

private String firstname

private Integer group_id

private String increment_id

private String lastname

private String middlename

private String password_hash

private String prefix

private Integer store_id

private String suffix

private String taxvat

private static TypeDesc typeDesc

private String updated_at

private Integer website_id

Public Constructors

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)

Parameters
customer_id
created_at
updated_at
increment_id
store_id
website_id
created_in
email
firstname
middlename
lastname
group_id
prefix
suffix
dob
taxvat
confirmation
password_hash

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public Boolean getConfirmation ()

Gets the confirmation value for this CustomerCustomerEntity.

Returns
  • confirmation

public String getCreated_at ()

Gets the created_at value for this CustomerCustomerEntity.

Returns
  • created_at

public String getCreated_in ()

Gets the created_in value for this CustomerCustomerEntity.

Returns
  • created_in

public Integer getCustomer_id ()

Gets the customer_id value for this CustomerCustomerEntity.

Returns
  • customer_id

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getDob ()

Gets the dob value for this CustomerCustomerEntity.

Returns
  • dob

public String getEmail ()

Gets the email value for this CustomerCustomerEntity.

Returns
  • email

public String getFirstname ()

Gets the firstname value for this CustomerCustomerEntity.

Returns
  • firstname

public Integer getGroup_id ()

Gets the group_id value for this CustomerCustomerEntity.

Returns
  • group_id

public String getIncrement_id ()

Gets the increment_id value for this CustomerCustomerEntity.

Returns
  • increment_id

public String getLastname ()

Gets the lastname value for this CustomerCustomerEntity.

Returns
  • lastname

public String getMiddlename ()

Gets the middlename value for this CustomerCustomerEntity.

Returns
  • middlename

public String getPassword_hash ()

Gets the password_hash value for this CustomerCustomerEntity.

Returns
  • password_hash

public String getPrefix ()

Gets the prefix value for this CustomerCustomerEntity.

Returns
  • prefix

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 CustomerCustomerEntity.

Returns
  • store_id

public String getSuffix ()

Gets the suffix value for this CustomerCustomerEntity.

Returns
  • suffix

public String getTaxvat ()

Gets the taxvat value for this CustomerCustomerEntity.

Returns
  • taxvat

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this CustomerCustomerEntity.

Returns
  • updated_at

public Integer getWebsite_id ()

Gets the website_id value for this CustomerCustomerEntity.

Returns
  • website_id

public synchronized int hashCode ()

public void setConfirmation (Boolean confirmation)

Sets the confirmation value for this CustomerCustomerEntity.

Parameters
confirmation

public void setCreated_at (String created_at)

Sets the created_at value for this CustomerCustomerEntity.

Parameters
created_at

public void setCreated_in (String created_in)

Sets the created_in value for this CustomerCustomerEntity.

Parameters
created_in

public void setCustomer_id (Integer customer_id)

Sets the customer_id value for this CustomerCustomerEntity.

Parameters
customer_id

public void setDob (String dob)

Sets the dob value for this CustomerCustomerEntity.

Parameters
dob

public void setEmail (String email)

Sets the email value for this CustomerCustomerEntity.

Parameters
email

public void setFirstname (String firstname)

Sets the firstname value for this CustomerCustomerEntity.

Parameters
firstname

public void setGroup_id (Integer group_id)

Sets the group_id value for this CustomerCustomerEntity.

Parameters
group_id

public void setIncrement_id (String increment_id)

Sets the increment_id value for this CustomerCustomerEntity.

Parameters
increment_id

public void setLastname (String lastname)

Sets the lastname value for this CustomerCustomerEntity.

Parameters
lastname

public void setMiddlename (String middlename)

Sets the middlename value for this CustomerCustomerEntity.

Parameters
middlename

public void setPassword_hash (String password_hash)

Sets the password_hash value for this CustomerCustomerEntity.

Parameters
password_hash

public void setPrefix (String prefix)

Sets the prefix value for this CustomerCustomerEntity.

Parameters
prefix

public void setStore_id (Integer store_id)

Sets the store_id value for this CustomerCustomerEntity.

Parameters
store_id

public void setSuffix (String suffix)

Sets the suffix value for this CustomerCustomerEntity.

Parameters
suffix

public void setTaxvat (String taxvat)

Sets the taxvat value for this CustomerCustomerEntity.

Parameters
taxvat

public void setUpdated_at (String updated_at)

Sets the updated_at value for this CustomerCustomerEntity.

Parameters
updated_at

public void setWebsite_id (Integer website_id)

Sets the website_id value for this CustomerCustomerEntity.

Parameters
website_id