public class SalesOrderPaymentEntity extends Object implements Serializable
| Constructor and Description |
|---|
SalesOrderPaymentEntity() |
SalesOrderPaymentEntity(String increment_id,
String parent_id,
String created_at,
String updated_at,
String is_active,
String amount_ordered,
String shipping_amount,
String base_amount_ordered,
String base_shipping_amount,
String method,
String po_number,
String cc_type,
String cc_number_enc,
String cc_last4,
String cc_owner,
String cc_exp_month,
String cc_exp_year,
String cc_ss_start_month,
String cc_ss_start_year,
String payment_id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAmount_ordered()
Gets the amount_ordered value for this SalesOrderPaymentEntity.
|
String |
getBase_amount_ordered()
Gets the base_amount_ordered value for this SalesOrderPaymentEntity.
|
String |
getBase_shipping_amount()
Gets the base_shipping_amount value for this SalesOrderPaymentEntity.
|
String |
getCc_exp_month()
Gets the cc_exp_month value for this SalesOrderPaymentEntity.
|
String |
getCc_exp_year()
Gets the cc_exp_year value for this SalesOrderPaymentEntity.
|
String |
getCc_last4()
Gets the cc_last4 value for this SalesOrderPaymentEntity.
|
String |
getCc_number_enc()
Gets the cc_number_enc value for this SalesOrderPaymentEntity.
|
String |
getCc_owner()
Gets the cc_owner value for this SalesOrderPaymentEntity.
|
String |
getCc_ss_start_month()
Gets the cc_ss_start_month value for this SalesOrderPaymentEntity.
|
String |
getCc_ss_start_year()
Gets the cc_ss_start_year value for this SalesOrderPaymentEntity.
|
String |
getCc_type()
Gets the cc_type value for this SalesOrderPaymentEntity.
|
String |
getCreated_at()
Gets the created_at value for this SalesOrderPaymentEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIncrement_id()
Gets the increment_id value for this SalesOrderPaymentEntity.
|
String |
getIs_active()
Gets the is_active value for this SalesOrderPaymentEntity.
|
String |
getMethod()
Gets the method value for this SalesOrderPaymentEntity.
|
String |
getParent_id()
Gets the parent_id value for this SalesOrderPaymentEntity.
|
String |
getPayment_id()
Gets the payment_id value for this SalesOrderPaymentEntity.
|
String |
getPo_number()
Gets the po_number value for this SalesOrderPaymentEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getShipping_amount()
Gets the shipping_amount value for this SalesOrderPaymentEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUpdated_at()
Gets the updated_at value for this SalesOrderPaymentEntity.
|
int |
hashCode() |
void |
setAmount_ordered(String amount_ordered)
Sets the amount_ordered value for this SalesOrderPaymentEntity.
|
void |
setBase_amount_ordered(String base_amount_ordered)
Sets the base_amount_ordered value for this SalesOrderPaymentEntity.
|
void |
setBase_shipping_amount(String base_shipping_amount)
Sets the base_shipping_amount value for this SalesOrderPaymentEntity.
|
void |
setCc_exp_month(String cc_exp_month)
Sets the cc_exp_month value for this SalesOrderPaymentEntity.
|
void |
setCc_exp_year(String cc_exp_year)
Sets the cc_exp_year value for this SalesOrderPaymentEntity.
|
void |
setCc_last4(String cc_last4)
Sets the cc_last4 value for this SalesOrderPaymentEntity.
|
void |
setCc_number_enc(String cc_number_enc)
Sets the cc_number_enc value for this SalesOrderPaymentEntity.
|
void |
setCc_owner(String cc_owner)
Sets the cc_owner value for this SalesOrderPaymentEntity.
|
void |
setCc_ss_start_month(String cc_ss_start_month)
Sets the cc_ss_start_month value for this SalesOrderPaymentEntity.
|
void |
setCc_ss_start_year(String cc_ss_start_year)
Sets the cc_ss_start_year value for this SalesOrderPaymentEntity.
|
void |
setCc_type(String cc_type)
Sets the cc_type value for this SalesOrderPaymentEntity.
|
void |
setCreated_at(String created_at)
Sets the created_at value for this SalesOrderPaymentEntity.
|
void |
setIncrement_id(String increment_id)
Sets the increment_id value for this SalesOrderPaymentEntity.
|
void |
setIs_active(String is_active)
Sets the is_active value for this SalesOrderPaymentEntity.
|
void |
setMethod(String method)
Sets the method value for this SalesOrderPaymentEntity.
|
void |
setParent_id(String parent_id)
Sets the parent_id value for this SalesOrderPaymentEntity.
|
void |
setPayment_id(String payment_id)
Sets the payment_id value for this SalesOrderPaymentEntity.
|
void |
setPo_number(String po_number)
Sets the po_number value for this SalesOrderPaymentEntity.
|
void |
setShipping_amount(String shipping_amount)
Sets the shipping_amount value for this SalesOrderPaymentEntity.
|
void |
setUpdated_at(String updated_at)
Sets the updated_at value for this SalesOrderPaymentEntity.
|
public SalesOrderPaymentEntity()
public SalesOrderPaymentEntity(String increment_id, String parent_id, String created_at, String updated_at, String is_active, String amount_ordered, String shipping_amount, String base_amount_ordered, String base_shipping_amount, String method, String po_number, String cc_type, String cc_number_enc, String cc_last4, String cc_owner, String cc_exp_month, String cc_exp_year, String cc_ss_start_month, String cc_ss_start_year, String payment_id)
public String getIncrement_id()
public void setIncrement_id(String increment_id)
increment_id - public String getParent_id()
public void setParent_id(String parent_id)
parent_id - public String getCreated_at()
public void setCreated_at(String created_at)
created_at - public String getUpdated_at()
public void setUpdated_at(String updated_at)
updated_at - public String getIs_active()
public void setIs_active(String is_active)
is_active - public String getAmount_ordered()
public void setAmount_ordered(String amount_ordered)
amount_ordered - public String getShipping_amount()
public void setShipping_amount(String shipping_amount)
shipping_amount - public String getBase_amount_ordered()
public void setBase_amount_ordered(String base_amount_ordered)
base_amount_ordered - public String getBase_shipping_amount()
public void setBase_shipping_amount(String base_shipping_amount)
base_shipping_amount - public String getMethod()
public void setMethod(String method)
method - public String getPo_number()
public void setPo_number(String po_number)
po_number - public String getCc_type()
public void setCc_type(String cc_type)
cc_type - public String getCc_number_enc()
public void setCc_number_enc(String cc_number_enc)
cc_number_enc - public String getCc_last4()
public void setCc_last4(String cc_last4)
cc_last4 - public String getCc_owner()
public void setCc_owner(String cc_owner)
cc_owner - public String getCc_exp_month()
public void setCc_exp_month(String cc_exp_month)
cc_exp_month - public String getCc_exp_year()
public void setCc_exp_year(String cc_exp_year)
cc_exp_year - public String getCc_ss_start_month()
public void setCc_ss_start_month(String cc_ss_start_month)
cc_ss_start_month - public String getCc_ss_start_year()
public void setCc_ss_start_year(String cc_ss_start_year)
cc_ss_start_year - public String getPayment_id()
public void setPayment_id(String payment_id)
payment_id - 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.