public class

CustomerCustomerEntityToCreateExpressionHolder

extends Object
java.lang.Object
   ↳ com.magento.api.holders.CustomerCustomerEntityToCreateExpressionHolder

Summary

Fields
protected Integer _customer_idType
protected String _emailType
protected String _firstnameType
protected Integer _group_idType
protected String _lastnameType
protected String _passwordType
protected Integer _store_idType
protected Integer _website_idType
protected Object customer_id
protected Object email
protected Object firstname
protected Object group_id
protected Object lastname
protected Object password
protected Object store_id
protected Object website_id
Public Constructors
CustomerCustomerEntityToCreateExpressionHolder()
Public Methods
Object getCustomer_id()
Retrieves customer_id
Object getEmail()
Retrieves email
Object getFirstname()
Retrieves firstname
Object getGroup_id()
Retrieves group_id
Object getLastname()
Retrieves lastname
Object getPassword()
Retrieves password
Object getStore_id()
Retrieves store_id
Object getWebsite_id()
Retrieves website_id
void setCustomer_id(Object value)
Sets customer_id
void setEmail(Object value)
Sets email
void setFirstname(Object value)
Sets firstname
void setGroup_id(Object value)
Sets group_id
void setLastname(Object value)
Sets lastname
void setPassword(Object value)
Sets password
void setStore_id(Object value)
Sets store_id
void setWebsite_id(Object value)
Sets website_id
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer _customer_idType

protected String _emailType

protected String _firstnameType

protected Integer _group_idType

protected String _lastnameType

protected String _passwordType

protected Integer _store_idType

protected Integer _website_idType

protected Object customer_id

protected Object email

protected Object firstname

protected Object group_id

protected Object lastname

protected Object password

protected Object store_id

protected Object website_id

Public Constructors

public CustomerCustomerEntityToCreateExpressionHolder ()

Public Methods

public Object getCustomer_id ()

Retrieves customer_id

public Object getEmail ()

Retrieves email

public Object getFirstname ()

Retrieves firstname

public Object getGroup_id ()

Retrieves group_id

public Object getLastname ()

Retrieves lastname

public Object getPassword ()

Retrieves password

public Object getStore_id ()

Retrieves store_id

public Object getWebsite_id ()

Retrieves website_id

public void setCustomer_id (Object value)

Sets customer_id

Parameters
value Value to set

public void setEmail (Object value)

Sets email

Parameters
value Value to set

public void setFirstname (Object value)

Sets firstname

Parameters
value Value to set

public void setGroup_id (Object value)

Sets group_id

Parameters
value Value to set

public void setLastname (Object value)

Sets lastname

Parameters
value Value to set

public void setPassword (Object value)

Sets password

Parameters
value Value to set

public void setStore_id (Object value)

Sets store_id

Parameters
value Value to set

public void setWebsite_id (Object value)

Sets website_id

Parameters
value Value to set