public class

SalesOrderPaymentEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String amount_ordered
private String base_amount_ordered
private String base_shipping_amount
private String cc_exp_month
private String cc_exp_year
private String cc_last4
private String cc_number_enc
private String cc_owner
private String cc_ss_start_month
private String cc_ss_start_year
private String cc_type
private String created_at
private String increment_id
private String is_active
private String method
private String parent_id
private String payment_id
private String po_number
private String shipping_amount
private static TypeDesc typeDesc
private String updated_at
Public Constructors
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)
Public Methods
synchronized 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 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 Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getShipping_amount()
Gets the shipping_amount value for this SalesOrderPaymentEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdated_at()
Gets the updated_at value for this SalesOrderPaymentEntity.
synchronized 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String amount_ordered

private String base_amount_ordered

private String base_shipping_amount

private String cc_exp_month

private String cc_exp_year

private String cc_last4

private String cc_number_enc

private String cc_owner

private String cc_ss_start_month

private String cc_ss_start_year

private String cc_type

private String created_at

private String increment_id

private String is_active

private String method

private String parent_id

private String payment_id

private String po_number

private String shipping_amount

private static TypeDesc typeDesc

private String updated_at

Public Constructors

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)

Parameters
increment_id
parent_id
created_at
updated_at
is_active
amount_ordered
shipping_amount
base_amount_ordered
base_shipping_amount
method
po_number
cc_type
cc_number_enc
cc_last4
cc_owner
cc_exp_month
cc_exp_year
cc_ss_start_month
cc_ss_start_year
payment_id

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAmount_ordered ()

Gets the amount_ordered value for this SalesOrderPaymentEntity.

Returns
  • amount_ordered

public String getBase_amount_ordered ()

Gets the base_amount_ordered value for this SalesOrderPaymentEntity.

Returns
  • base_amount_ordered

public String getBase_shipping_amount ()

Gets the base_shipping_amount value for this SalesOrderPaymentEntity.

Returns
  • base_shipping_amount

public String getCc_exp_month ()

Gets the cc_exp_month value for this SalesOrderPaymentEntity.

Returns
  • cc_exp_month

public String getCc_exp_year ()

Gets the cc_exp_year value for this SalesOrderPaymentEntity.

Returns
  • cc_exp_year

public String getCc_last4 ()

Gets the cc_last4 value for this SalesOrderPaymentEntity.

Returns
  • cc_last4

public String getCc_number_enc ()

Gets the cc_number_enc value for this SalesOrderPaymentEntity.

Returns
  • cc_number_enc

public String getCc_owner ()

Gets the cc_owner value for this SalesOrderPaymentEntity.

Returns
  • cc_owner

public String getCc_ss_start_month ()

Gets the cc_ss_start_month value for this SalesOrderPaymentEntity.

Returns
  • cc_ss_start_month

public String getCc_ss_start_year ()

Gets the cc_ss_start_year value for this SalesOrderPaymentEntity.

Returns
  • cc_ss_start_year

public String getCc_type ()

Gets the cc_type value for this SalesOrderPaymentEntity.

Returns
  • cc_type

public String getCreated_at ()

Gets the created_at value for this SalesOrderPaymentEntity.

Returns
  • created_at

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIncrement_id ()

Gets the increment_id value for this SalesOrderPaymentEntity.

Returns
  • increment_id

public String getIs_active ()

Gets the is_active value for this SalesOrderPaymentEntity.

Returns
  • is_active

public String getMethod ()

Gets the method value for this SalesOrderPaymentEntity.

Returns
  • method

public String getParent_id ()

Gets the parent_id value for this SalesOrderPaymentEntity.

Returns
  • parent_id

public String getPayment_id ()

Gets the payment_id value for this SalesOrderPaymentEntity.

Returns
  • payment_id

public String getPo_number ()

Gets the po_number value for this SalesOrderPaymentEntity.

Returns
  • po_number

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getShipping_amount ()

Gets the shipping_amount value for this SalesOrderPaymentEntity.

Returns
  • shipping_amount

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdated_at ()

Gets the updated_at value for this SalesOrderPaymentEntity.

Returns
  • updated_at

public synchronized int hashCode ()

public void setAmount_ordered (String amount_ordered)

Sets the amount_ordered value for this SalesOrderPaymentEntity.

Parameters
amount_ordered

public void setBase_amount_ordered (String base_amount_ordered)

Sets the base_amount_ordered value for this SalesOrderPaymentEntity.

Parameters
base_amount_ordered

public void setBase_shipping_amount (String base_shipping_amount)

Sets the base_shipping_amount value for this SalesOrderPaymentEntity.

Parameters
base_shipping_amount

public void setCc_exp_month (String cc_exp_month)

Sets the cc_exp_month value for this SalesOrderPaymentEntity.

Parameters
cc_exp_month

public void setCc_exp_year (String cc_exp_year)

Sets the cc_exp_year value for this SalesOrderPaymentEntity.

Parameters
cc_exp_year

public void setCc_last4 (String cc_last4)

Sets the cc_last4 value for this SalesOrderPaymentEntity.

Parameters
cc_last4

public void setCc_number_enc (String cc_number_enc)

Sets the cc_number_enc value for this SalesOrderPaymentEntity.

Parameters
cc_number_enc

public void setCc_owner (String cc_owner)

Sets the cc_owner value for this SalesOrderPaymentEntity.

Parameters
cc_owner

public void setCc_ss_start_month (String cc_ss_start_month)

Sets the cc_ss_start_month value for this SalesOrderPaymentEntity.

Parameters
cc_ss_start_month

public void setCc_ss_start_year (String cc_ss_start_year)

Sets the cc_ss_start_year value for this SalesOrderPaymentEntity.

Parameters
cc_ss_start_year

public void setCc_type (String cc_type)

Sets the cc_type value for this SalesOrderPaymentEntity.

Parameters
cc_type

public void setCreated_at (String created_at)

Sets the created_at value for this SalesOrderPaymentEntity.

Parameters
created_at

public void setIncrement_id (String increment_id)

Sets the increment_id value for this SalesOrderPaymentEntity.

Parameters
increment_id

public void setIs_active (String is_active)

Sets the is_active value for this SalesOrderPaymentEntity.

Parameters
is_active

public void setMethod (String method)

Sets the method value for this SalesOrderPaymentEntity.

Parameters
method

public void setParent_id (String parent_id)

Sets the parent_id value for this SalesOrderPaymentEntity.

Parameters
parent_id

public void setPayment_id (String payment_id)

Sets the payment_id value for this SalesOrderPaymentEntity.

Parameters
payment_id

public void setPo_number (String po_number)

Sets the po_number value for this SalesOrderPaymentEntity.

Parameters
po_number

public void setShipping_amount (String shipping_amount)

Sets the shipping_amount value for this SalesOrderPaymentEntity.

Parameters
shipping_amount

public void setUpdated_at (String updated_at)

Sets the updated_at value for this SalesOrderPaymentEntity.

Parameters
updated_at