public class ShoppingCartPaymentMethodEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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 org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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.
|
public String getPo_number()
public void setPo_number(String po_number)
po_number - public String getMethod()
public void setMethod(String method)
method - public String getCc_cid()
public void setCc_cid(String cc_cid)
cc_cid - public String getCc_owner()
public void setCc_owner(String cc_owner)
cc_owner - public String getCc_number()
public void setCc_number(String cc_number)
cc_number - public String getCc_type()
public void setCc_type(String cc_type)
cc_type - public String getCc_exp_year()
public void setCc_exp_year(String cc_exp_year)
cc_exp_year - public String getCc_exp_month()
public void setCc_exp_month(String cc_exp_month)
cc_exp_month - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.