public class

ShoppingCartPaymentMethodEntityExpressionHolder

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

Summary

Fields
protected String _cc_cidType
protected String _cc_exp_monthType
protected String _cc_exp_yearType
protected String _cc_numberType
protected String _cc_ownerType
protected String _cc_typeType
protected String _methodType
protected String _po_numberType
protected Object cc_cid
protected Object cc_exp_month
protected Object cc_exp_year
protected Object cc_number
protected Object cc_owner
protected Object cc_type
protected Object method
protected Object po_number
Public Constructors
ShoppingCartPaymentMethodEntityExpressionHolder()
Public Methods
Object getCc_cid()
Retrieves cc_cid
Object getCc_exp_month()
Retrieves cc_exp_month
Object getCc_exp_year()
Retrieves cc_exp_year
Object getCc_number()
Retrieves cc_number
Object getCc_owner()
Retrieves cc_owner
Object getCc_type()
Retrieves cc_type
Object getMethod()
Retrieves method
Object getPo_number()
Retrieves po_number
void setCc_cid(Object value)
Sets cc_cid
void setCc_exp_month(Object value)
Sets cc_exp_month
void setCc_exp_year(Object value)
Sets cc_exp_year
void setCc_number(Object value)
Sets cc_number
void setCc_owner(Object value)
Sets cc_owner
void setCc_type(Object value)
Sets cc_type
void setMethod(Object value)
Sets method
void setPo_number(Object value)
Sets po_number
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _cc_cidType

protected String _cc_exp_monthType

protected String _cc_exp_yearType

protected String _cc_numberType

protected String _cc_ownerType

protected String _cc_typeType

protected String _methodType

protected String _po_numberType

protected Object cc_cid

protected Object cc_exp_month

protected Object cc_exp_year

protected Object cc_number

protected Object cc_owner

protected Object cc_type

protected Object method

protected Object po_number

Public Constructors

public ShoppingCartPaymentMethodEntityExpressionHolder ()

Public Methods

public Object getCc_cid ()

Retrieves cc_cid

public Object getCc_exp_month ()

Retrieves cc_exp_month

public Object getCc_exp_year ()

Retrieves cc_exp_year

public Object getCc_number ()

Retrieves cc_number

public Object getCc_owner ()

Retrieves cc_owner

public Object getCc_type ()

Retrieves cc_type

public Object getMethod ()

Retrieves method

public Object getPo_number ()

Retrieves po_number

public void setCc_cid (Object value)

Sets cc_cid

Parameters
value Value to set

public void setCc_exp_month (Object value)

Sets cc_exp_month

Parameters
value Value to set

public void setCc_exp_year (Object value)

Sets cc_exp_year

Parameters
value Value to set

public void setCc_number (Object value)

Sets cc_number

Parameters
value Value to set

public void setCc_owner (Object value)

Sets cc_owner

Parameters
value Value to set

public void setCc_type (Object value)

Sets cc_type

Parameters
value Value to set

public void setMethod (Object value)

Sets method

Parameters
value Value to set

public void setPo_number (Object value)

Sets po_number

Parameters
value Value to set