public class

ShoppingCartPaymentMethodEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String cc_cid
private String cc_exp_month
private String cc_exp_year
private String cc_number
private String cc_owner
private String cc_type
private String method
private String po_number
private static TypeDesc typeDesc
Public Constructors
ShoppingCartPaymentMethodEntity()
ShoppingCartPaymentMethodEntity(String po_number, String method, String cc_cid, String cc_owner, String cc_number, String cc_type, String cc_exp_year, String cc_exp_month)
Public Methods
synchronized boolean equals(Object obj)
String getCc_cid()
Gets the cc_cid value for this ShoppingCartPaymentMethodEntity.
String getCc_exp_month()
Gets the cc_exp_month value for this ShoppingCartPaymentMethodEntity.
String getCc_exp_year()
Gets the cc_exp_year value for this ShoppingCartPaymentMethodEntity.
String getCc_number()
Gets the cc_number value for this ShoppingCartPaymentMethodEntity.
String getCc_owner()
Gets the cc_owner value for this ShoppingCartPaymentMethodEntity.
String getCc_type()
Gets the cc_type value for this ShoppingCartPaymentMethodEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getMethod()
Gets the method value for this ShoppingCartPaymentMethodEntity.
String getPo_number()
Gets the po_number value for this ShoppingCartPaymentMethodEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCc_cid(String cc_cid)
Sets the cc_cid value for this ShoppingCartPaymentMethodEntity.
void setCc_exp_month(String cc_exp_month)
Sets the cc_exp_month value for this ShoppingCartPaymentMethodEntity.
void setCc_exp_year(String cc_exp_year)
Sets the cc_exp_year value for this ShoppingCartPaymentMethodEntity.
void setCc_number(String cc_number)
Sets the cc_number value for this ShoppingCartPaymentMethodEntity.
void setCc_owner(String cc_owner)
Sets the cc_owner value for this ShoppingCartPaymentMethodEntity.
void setCc_type(String cc_type)
Sets the cc_type value for this ShoppingCartPaymentMethodEntity.
void setMethod(String method)
Sets the method value for this ShoppingCartPaymentMethodEntity.
void setPo_number(String po_number)
Sets the po_number value for this ShoppingCartPaymentMethodEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String cc_cid

private String cc_exp_month

private String cc_exp_year

private String cc_number

private String cc_owner

private String cc_type

private String method

private String po_number

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartPaymentMethodEntity ()

public ShoppingCartPaymentMethodEntity (String po_number, String method, String cc_cid, String cc_owner, String cc_number, String cc_type, String cc_exp_year, String cc_exp_month)

Parameters
po_number
method
cc_cid
cc_owner
cc_number
cc_type
cc_exp_year
cc_exp_month

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCc_cid ()

Gets the cc_cid value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_cid

public String getCc_exp_month ()

Gets the cc_exp_month value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_exp_month

public String getCc_exp_year ()

Gets the cc_exp_year value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_exp_year

public String getCc_number ()

Gets the cc_number value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_number

public String getCc_owner ()

Gets the cc_owner value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_owner

public String getCc_type ()

Gets the cc_type value for this ShoppingCartPaymentMethodEntity.

Returns
  • cc_type

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getMethod ()

Gets the method value for this ShoppingCartPaymentMethodEntity.

Returns
  • method

public String getPo_number ()

Gets the po_number value for this ShoppingCartPaymentMethodEntity.

Returns
  • po_number

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCc_cid (String cc_cid)

Sets the cc_cid value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_cid

public void setCc_exp_month (String cc_exp_month)

Sets the cc_exp_month value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_exp_month

public void setCc_exp_year (String cc_exp_year)

Sets the cc_exp_year value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_exp_year

public void setCc_number (String cc_number)

Sets the cc_number value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_number

public void setCc_owner (String cc_owner)

Sets the cc_owner value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_owner

public void setCc_type (String cc_type)

Sets the cc_type value for this ShoppingCartPaymentMethodEntity.

Parameters
cc_type

public void setMethod (String method)

Sets the method value for this ShoppingCartPaymentMethodEntity.

Parameters
method

public void setPo_number (String po_number)

Sets the po_number value for this ShoppingCartPaymentMethodEntity.

Parameters
po_number