Class OrdersExportBean
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.importexport.OrdersExportBean
- All Implemented Interfaces:
BusinessObject
,Serializable
Helper bean used for order exports.
- Author:
- Ashish Jain
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttribute_altPrice
(String attribute_altPrice) void
setAttribute_code
(String attribute_code) void
setAttribute_name
(String attribute_name) void
setAttribute_total
(String attribute_total) void
setAttribute_unitCost
(String attribute_unitCost) void
setAttribute_unitPrice
(String attribute_unitPrice) void
setAttribute_value
(String attribute_value) void
setAttribute_weight
(String attribute_weight) void
setBilling_address1
(String billing_address1) void
setBilling_address2
(String billing_address2) void
setBilling_city
(String billing_city) void
setBilling_country
(String billing_country) void
setBilling_email1
(String billing_email1) void
setBilling_email2
(String billing_email2) void
setBilling_firstName
(String billing_firstName) void
setBilling_lastName
(String billing_lastName) void
setBilling_organization
(String billing_organization) void
setBilling_phone1
(String billing_phone1) void
setBilling_phone2
(String billing_phone2) void
setBilling_postalCode
(String billing_postalCode) void
setBilling_state
(String billing_state) void
setDelivery_address1
(String delivery_address1) void
setDelivery_address2
(String delivery_address2) void
setDelivery_city
(String delivery_city) void
setDelivery_country
(String delivery_country) void
setDelivery_email1
(String delivery_email1) void
setDelivery_email2
(String delivery_email2) void
setDelivery_firstName
(String delivery_firstName) void
setDelivery_lastName
(String delivery_lastName) void
setDelivery_organization
(String delivery_organization) void
setDelivery_phone1
(String delivery_phone1) void
setDelivery_phone2
(String delivery_phone2) void
setDelivery_postalCode
(String delivery_postalCode) void
setDelivery_state
(String delivery_state) void
setDelivery_statusDetails
(String delivery_statusDetails) void
setDiscount_ceiling
(String discount_ceiling) void
setDiscount_code
(String discount_code) void
setDiscount_couponCode
(String discount_couponCode) void
setDiscount_extra1
(String discount_extra1) void
setDiscount_extra2
(String discount_extra2) void
setDiscount_extra3
(String discount_extra3) void
setDiscount_floor
(String discount_floor) void
setDiscount_itemsAppliesType
(String discount_itemsAppliesType) void
setDiscount_itemsAppliesValue
(String discount_itemsAppliesValue) void
setDiscount_name
(String discount_name) void
setDiscount_reward
(String discount_reward) void
setDiscount_rewardType
(String discount_rewardType) void
setDiscount_total
(String discount_total) void
setDiscount_usersAppliesType
(String discount_usersAppliesType) void
setDiscount_usersAppliesValue
(String discount_usersAppliesValue) void
setOption_altPrice
(String option_altPrice) void
setOption_code
(String option_code) void
setOption_name
(String option_name) void
setOption_unitCost
(String option_unitCost) void
setOption_unitPrice
(String option_unitPrice) void
setOption_weight
(String option_weight) void
setOrder_completed
(String order_completed) void
setOrder_created
(String order_created) void
setOrder_customerID
(String order_customerID) void
setOrder_extra1
(String order_extra1) void
setOrder_extra2
(String order_extra2) void
setOrder_extra3
(String order_extra3) void
setOrder_extra4
(String order_extra4) void
setOrder_extra5
(String order_extra5) void
setOrder_id
(String order_id) void
setOrder_lastModified
(String order_lastModified) void
setOrder_notes
(String order_notes) void
setOrder_number
(String order_number) void
setOrder_quantity
(String order_quantity) void
setOrder_shipping
(String order_shipping) void
setOrder_status
(String order_status) void
setOrder_statusDetails
(String order_statusDetails) void
setOrder_subtotal
(String order_subtotal) void
setOrder_tax
(String order_tax) void
setOrder_taxableSubtotal
(String order_taxableSubtotal) void
setOrder_total
(String order_total) void
setOrder_trackingNumber
(String order_trackingNumber) void
setOrder_userName
(String order_userName) void
setOrder_weight
(String order_weight) void
setOrderItem_altPrice
(String orderItem_altPrice) void
setOrderItem_code
(String orderItem_code) void
setOrderItem_decrementedSKUs
(String orderItem_decrementedSKUs) void
setOrderItem_extra1
(String orderItem_extra1) void
setOrderItem_extra2
(String orderItem_extra2) void
setOrderItem_extra3
(String orderItem_extra3) void
setOrderItem_extra4
(String orderItem_extra4) void
setOrderItem_extra5
(String orderItem_extra5) void
setOrderItem_isTaxed
(String orderItem_isTaxed) void
setOrderItem_name
(String orderItem_name) void
setOrderItem_productWeight
(String orderItem_productWeight) void
setOrderItem_quantity
(String orderItem_quantity) void
setOrderItem_shortDescription
(String orderItem_shortDescription) void
setOrderItem_total
(String orderItem_total) void
setOrderItem_unitCost
(String orderItem_unitCost) void
setOrderItem_unitPrice
(String orderItem_unitPrice) void
setOrderItem_weight
(String orderItem_weight) void
setPayment_creditCardDate
(String payment_creditCardDate) void
setPayment_creditCardName
(String payment_creditCardName) void
setPayment_creditCardNumber
(String payment_creditCardNumber) void
setPayment_creditCardNumberDisplay
(String payment_creditCardNumberDisplay) void
setPayment_creditCardType
(String payment_creditCardType) void
setPayment_id
(String payment_id) void
setPayment_paymentProfileID
(String payment_paymentProfileID) void
setPayment_status
(String payment_paymentstatus) void
setPayment_value1
(String payment_value1) void
setPayment_value2
(String payment_value2) void
setPayment_value3
(String payment_value3) void
setPayment_value4
(String payment_value4) void
setPayment_value5
(String payment_value5) void
setPayment_value6
(String payment_value6) void
setPayment_value7
(String payment_value7) void
setPayment_value8
(String payment_value8) void
setPayment_value9
(String payment_value9) void
setPayment_valueFieldLabels
(String payment_valueFieldLabels) Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
initialize
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
order_id
-
order_number
-
order_customerID
-
order_userName
-
order_trackingNumber
-
order_total
-
order_shipping
-
order_tax
-
order_taxableSubtotal
-
order_subtotal
-
order_weight
-
order_quantity
-
order_created
-
order_lastModified
-
order_completed
-
order_status
-
order_statusDetails
-
billing_firstName
-
billing_lastName
-
billing_organization
-
billing_address1
-
billing_address2
-
billing_city
-
billing_state
-
billing_postalCode
-
billing_country
-
billing_phone1
-
billing_phone2
-
billing_email1
-
billing_email2
-
order_extra1
-
order_extra2
-
order_notes
-
order_extra3
-
order_extra4
-
order_extra5
-
delivery_firstName
-
delivery_lastName
-
delivery_organization
-
delivery_address1
-
delivery_address2
-
delivery_city
-
delivery_state
-
delivery_postalCode
-
delivery_country
-
delivery_phone1
-
delivery_phone2
-
delivery_email1
-
delivery_email2
-
delivery_statusDetails
-
discount_code
-
discount_total
-
discount_name
-
discount_usersAppliesType
-
discount_usersAppliesValue
-
discount_itemsAppliesType
-
discount_itemsAppliesValue
-
discount_rewardType
-
discount_reward
-
discount_couponCode
-
discount_floor
-
discount_ceiling
-
discount_extra1
-
discount_extra2
-
discount_extra3
-
orderItem_code
-
orderItem_total
-
orderItem_weight
-
orderItem_quantity
-
orderItem_name
-
orderItem_unitCost
-
orderItem_unitPrice
-
orderItem_altPrice
-
orderItem_productWeight
-
orderItem_isTaxed
-
orderItem_shortDescription
-
orderItem_extra1
-
orderItem_extra2
-
orderItem_extra3
-
orderItem_extra4
-
orderItem_extra5
-
orderItem_decrementedSKUs
-
attribute_code
-
attribute_total
-
attribute_value
-
attribute_name
-
attribute_unitCost
-
attribute_unitPrice
-
attribute_altPrice
-
attribute_weight
-
option_code
-
option_name
-
option_unitCost
-
option_unitPrice
-
option_altPrice
-
option_weight
-
payment_id
-
payment_status
-
payment_creditCardName
-
payment_creditCardType
-
payment_creditCardDate
-
payment_creditCardNumber
-
payment_creditCardNumberDisplay
-
payment_valueFieldLabels
-
payment_value1
-
payment_value2
-
payment_value3
-
payment_value4
-
payment_value5
-
payment_value6
-
payment_value7
-
payment_value8
-
payment_value9
-
payment_paymentProfileID
-
-
Constructor Details
-
OrdersExportBean
public OrdersExportBean()
-
-
Method Details
-
getAttribute_altPrice
- Returns:
- the attribute_altPrice
-
setAttribute_altPrice
- Parameters:
attribute_altPrice
- the attribute_altPrice to set
-
getAttribute_code
- Returns:
- the attribute_code
-
setAttribute_code
- Parameters:
attribute_code
- the attribute_code to set
-
getAttribute_name
- Returns:
- the attribute_name
-
setAttribute_name
- Parameters:
attribute_name
- the attribute_name to set
-
getAttribute_total
- Returns:
- the attribute_total
-
setAttribute_total
- Parameters:
attribute_total
- the attribute_total to set
-
getAttribute_unitCost
- Returns:
- the attribute_unitCost
-
setAttribute_unitCost
- Parameters:
attribute_unitCost
- the attribute_unitCost to set
-
getAttribute_unitPrice
- Returns:
- the attribute_unitPrice
-
setAttribute_unitPrice
- Parameters:
attribute_unitPrice
- the attribute_unitPrice to set
-
getAttribute_value
- Returns:
- the attribute_value
-
setAttribute_value
- Parameters:
attribute_value
- the attribute_value to set
-
getAttribute_weight
- Returns:
- the attribute_weight
-
setAttribute_weight
- Parameters:
attribute_weight
- the attribute_weight to set
-
getBilling_address1
- Returns:
- the billing_address1
-
setBilling_address1
- Parameters:
billing_address1
- the billing_address1 to set
-
getBilling_address2
- Returns:
- the billing_address2
-
setBilling_address2
- Parameters:
billing_address2
- the billing_address2 to set
-
getBilling_city
- Returns:
- the billing_city
-
setBilling_city
- Parameters:
billing_city
- the billing_city to set
-
getBilling_country
- Returns:
- the billing_country
-
setBilling_country
- Parameters:
billing_country
- the billing_country to set
-
getBilling_email1
- Returns:
- the billing_email1
-
setBilling_email1
- Parameters:
billing_email1
- the billing_email1 to set
-
getBilling_email2
- Returns:
- the billing_email2
-
setBilling_email2
- Parameters:
billing_email2
- the billing_email2 to set
-
getBilling_firstName
- Returns:
- the billing_firstName
-
setBilling_firstName
- Parameters:
billing_firstName
- the billing_firstName to set
-
getBilling_lastName
- Returns:
- the billing_lastName
-
setBilling_lastName
- Parameters:
billing_lastName
- the billing_lastName to set
-
getBilling_organization
- Returns:
- the billing_organization
-
setBilling_organization
- Parameters:
billing_organization
- the billing_organization to set
-
getBilling_phone1
- Returns:
- the billing_phone1
-
setBilling_phone1
- Parameters:
billing_phone1
- the billing_phone1 to set
-
getBilling_phone2
- Returns:
- the billing_phone2
-
setBilling_phone2
- Parameters:
billing_phone2
- the billing_phone2 to set
-
getBilling_postalCode
- Returns:
- the billing_postalCode
-
setBilling_postalCode
- Parameters:
billing_postalCode
- the billing_postalCode to set
-
getBilling_state
- Returns:
- the billing_state
-
setBilling_state
- Parameters:
billing_state
- the billing_state to set
-
getDelivery_address1
- Returns:
- the delivery_address1
-
setDelivery_address1
- Parameters:
delivery_address1
- the delivery_address1 to set
-
getDelivery_address2
- Returns:
- the delivery_address2
-
setDelivery_address2
- Parameters:
delivery_address2
- the delivery_address2 to set
-
getDelivery_city
- Returns:
- the delivery_city
-
setDelivery_city
- Parameters:
delivery_city
- the delivery_city to set
-
getDelivery_country
- Returns:
- the delivery_country
-
setDelivery_country
- Parameters:
delivery_country
- the delivery_country to set
-
getDelivery_email1
- Returns:
- the delivery_email1
-
setDelivery_email1
- Parameters:
delivery_email1
- the delivery_email1 to set
-
getDelivery_email2
- Returns:
- the delivery_email2
-
setDelivery_email2
- Parameters:
delivery_email2
- the delivery_email2 to set
-
getDelivery_firstName
- Returns:
- the delivery_firstName
-
setDelivery_firstName
- Parameters:
delivery_firstName
- the delivery_firstName to set
-
getDelivery_lastName
- Returns:
- the delivery_lastName
-
setDelivery_lastName
- Parameters:
delivery_lastName
- the delivery_lastName to set
-
getDelivery_organization
- Returns:
- the delivery_organization
-
setDelivery_organization
- Parameters:
delivery_organization
- the delivery_organization to set
-
getDelivery_phone1
- Returns:
- the delivery_phone1
-
setDelivery_phone1
- Parameters:
delivery_phone1
- the delivery_phone1 to set
-
getDelivery_phone2
- Returns:
- the delivery_phone2
-
setDelivery_phone2
- Parameters:
delivery_phone2
- the delivery_phone2 to set
-
getDelivery_postalCode
- Returns:
- the delivery_postalCode
-
setDelivery_postalCode
- Parameters:
delivery_postalCode
- the delivery_postalCode to set
-
getDelivery_state
- Returns:
- the delivery_state
-
setDelivery_state
- Parameters:
delivery_state
- the delivery_state to set
-
getDiscount_ceiling
- Returns:
- the discount_ceiling
-
setDiscount_ceiling
- Parameters:
discount_ceiling
- the discount_ceiling to set
-
getDiscount_code
- Returns:
- the discount_code
-
setDiscount_code
- Parameters:
discount_code
- the discount_code to set
-
getDiscount_couponCode
- Returns:
- the discount_couponCode
-
setDiscount_couponCode
- Parameters:
discount_couponCode
- the discount_couponCode to set
-
getDiscount_extra1
- Returns:
- the discount_extra1
-
setDiscount_extra1
- Parameters:
discount_extra1
- the discount_extra1 to set
-
getDiscount_extra2
- Returns:
- the discount_extra2
-
setDiscount_extra2
- Parameters:
discount_extra2
- the discount_extra2 to set
-
getDiscount_extra3
- Returns:
- the discount_extra3
-
setDiscount_extra3
- Parameters:
discount_extra3
- the discount_extra3 to set
-
getDiscount_floor
- Returns:
- the discount_floor
-
setDiscount_floor
- Parameters:
discount_floor
- the discount_floor to set
-
getDiscount_itemsAppliesType
- Returns:
- the discount_itemsAppliesType
-
setDiscount_itemsAppliesType
- Parameters:
discount_itemsAppliesType
- the discount_itemsAppliesType to set
-
getDiscount_itemsAppliesValue
- Returns:
- the discount_itemsAppliesValue
-
setDiscount_itemsAppliesValue
- Parameters:
discount_itemsAppliesValue
- the discount_itemsAppliesValue to set
-
getDiscount_name
- Returns:
- the discount_name
-
setDiscount_name
- Parameters:
discount_name
- the discount_name to set
-
getDiscount_reward
- Returns:
- the discount_reward
-
setDiscount_reward
- Parameters:
discount_reward
- the discount_reward to set
-
getDiscount_rewardType
- Returns:
- the discount_rewardType
-
setDiscount_rewardType
- Parameters:
discount_rewardType
- the discount_rewardType to set
-
getDiscount_total
- Returns:
- the discount_total
-
setDiscount_total
- Parameters:
discount_total
- the discount_total to set
-
getDiscount_usersAppliesType
- Returns:
- the discount_usersAppliesType
-
setDiscount_usersAppliesType
- Parameters:
discount_usersAppliesType
- the discount_usersAppliesType to set
-
getDiscount_usersAppliesValue
- Returns:
- the discount_usersAppliesValue
-
setDiscount_usersAppliesValue
- Parameters:
discount_usersAppliesValue
- the discount_usersAppliesValue to set
-
getOption_altPrice
- Returns:
- the option_altPrice
-
setOption_altPrice
- Parameters:
option_altPrice
- the option_altPrice to set
-
getOption_code
- Returns:
- the option_code
-
setOption_code
- Parameters:
option_code
- the option_code to set
-
getOption_name
- Returns:
- the option_name
-
setOption_name
- Parameters:
option_name
- the option_name to set
-
getOption_unitCost
- Returns:
- the option_unitCost
-
setOption_unitCost
- Parameters:
option_unitCost
- the option_unitCost to set
-
getOption_unitPrice
- Returns:
- the option_unitPrice
-
setOption_unitPrice
- Parameters:
option_unitPrice
- the option_unitPrice to set
-
getOption_weight
- Returns:
- the option_weight
-
setOption_weight
- Parameters:
option_weight
- the option_weight to set
-
getOrder_completed
- Returns:
- the order_completed
-
setOrder_completed
- Parameters:
order_completed
- the order_completed to set
-
getOrder_created
- Returns:
- the order_created
-
setOrder_created
- Parameters:
order_created
- the order_created to set
-
getOrder_customerID
- Returns:
- the order_customerID
-
setOrder_customerID
- Parameters:
order_customerID
- the order_customerID to set
-
getOrder_extra1
- Returns:
- the order_extra1
-
setOrder_extra1
- Parameters:
order_extra1
- the order_extra1 to set
-
getOrder_extra2
- Returns:
- the order_extra2
-
setOrder_extra2
- Parameters:
order_extra2
- the order_extra2 to set
-
getOrder_extra3
- Returns:
- the order_extra3
-
setOrder_extra3
- Parameters:
order_extra3
- the order_extra3 to set
-
getOrder_extra4
- Returns:
- the order_extra4
-
setOrder_extra4
- Parameters:
order_extra4
- the order_extra4 to set
-
getOrder_extra5
- Returns:
- the order_extra5
-
setOrder_extra5
- Parameters:
order_extra5
- the order_extra5 to set
-
getOrder_lastModified
- Returns:
- the order_lastModified
-
setOrder_lastModified
- Parameters:
order_lastModified
- the order_lastModified to set
-
getOrder_notes
- Returns:
- the order_notes
-
setOrder_notes
- Parameters:
order_notes
- the order_notes to set
-
getOrder_number
- Returns:
- the order_number
-
setOrder_number
- Parameters:
order_number
- the order_number to set
-
getOrder_quantity
- Returns:
- the order_quantity
-
setOrder_quantity
- Parameters:
order_quantity
- the order_quantity to set
-
getOrder_shipping
- Returns:
- the order_shipping
-
setOrder_shipping
- Parameters:
order_shipping
- the order_shipping to set
-
getOrder_status
- Returns:
- the order_status
-
setOrder_status
- Parameters:
order_status
- the order_status to set
-
getOrder_statusDetails
- Returns:
- the order_statusDetails
-
setOrder_statusDetails
- Parameters:
order_statusDetails
- the order_statusDetails to set
-
getOrder_subtotal
- Returns:
- the order_subtotal
-
setOrder_subtotal
- Parameters:
order_subtotal
- the order_subtotal to set
-
getOrder_tax
- Returns:
- the order_tax
-
setOrder_tax
- Parameters:
order_tax
- the order_tax to set
-
getOrder_taxableSubtotal
- Returns:
- the order_taxableSubtotal
-
setOrder_taxableSubtotal
- Parameters:
order_taxableSubtotal
- the order_taxableSubtotal to set
-
getOrder_total
- Returns:
- the order_total
-
setOrder_total
- Parameters:
order_total
- the order_total to set
-
getOrder_trackingNumber
- Returns:
- the order_trackingNumber
-
setOrder_trackingNumber
- Parameters:
order_trackingNumber
- the order_trackingNumber to set
-
getOrder_userName
- Returns:
- the order_userName
-
setOrder_userName
- Parameters:
order_userName
- the order_userName to set
-
getOrder_weight
- Returns:
- the order_weight
-
setOrder_weight
- Parameters:
order_weight
- the order_weight to set
-
getOrderItem_altPrice
- Returns:
- the orderItem_altPrice
-
setOrderItem_altPrice
- Parameters:
orderItem_altPrice
- the orderItem_altPrice to set
-
getOrderItem_code
- Returns:
- the orderItem_code
-
setOrderItem_code
- Parameters:
orderItem_code
- the orderItem_code to set
-
getOrderItem_decrementedSKUs
- Returns:
- the orderItem_decrementedSKUs
-
setOrderItem_decrementedSKUs
- Parameters:
orderItem_decrementedSKUs
- the orderItem_decrementedSKUs to set
-
getOrderItem_extra1
- Returns:
- the orderItem_extra1
-
setOrderItem_extra1
- Parameters:
orderItem_extra1
- the orderItem_extra1 to set
-
getOrderItem_extra2
- Returns:
- the orderItem_extra2
-
setOrderItem_extra2
- Parameters:
orderItem_extra2
- the orderItem_extra2 to set
-
getOrderItem_extra3
- Returns:
- the orderItem_extra3
-
setOrderItem_extra3
- Parameters:
orderItem_extra3
- the orderItem_extra3 to set
-
getOrderItem_extra4
- Returns:
- the orderItem_extra4
-
setOrderItem_extra4
- Parameters:
orderItem_extra4
- the orderItem_extra4 to set
-
getOrderItem_extra5
- Returns:
- the orderItem_extra5
-
setOrderItem_extra5
- Parameters:
orderItem_extra5
- the orderItem_extra5 to set
-
getOrderItem_isTaxed
- Returns:
- the orderItem_isTaxed
-
setOrderItem_isTaxed
- Parameters:
orderItem_isTaxed
- the orderItem_isTaxed to set
-
getOrderItem_name
- Returns:
- the orderItem_name
-
setOrderItem_name
- Parameters:
orderItem_name
- the orderItem_name to set
-
getOrderItem_productWeight
- Returns:
- the orderItem_productWeight
-
setOrderItem_productWeight
- Parameters:
orderItem_productWeight
- the orderItem_productWeight to set
-
getOrderItem_quantity
- Returns:
- the orderItem_quantity
-
setOrderItem_quantity
- Parameters:
orderItem_quantity
- the orderItem_quantity to set
-
getOrderItem_shortDescription
- Returns:
- the orderItem_shortDescription
-
setOrderItem_shortDescription
- Parameters:
orderItem_shortDescription
- the orderItem_shortDescription to set
-
getOrderItem_total
- Returns:
- the orderItem_total
-
setOrderItem_total
- Parameters:
orderItem_total
- the orderItem_total to set
-
getOrderItem_unitCost
- Returns:
- the orderItem_unitCost
-
setOrderItem_unitCost
- Parameters:
orderItem_unitCost
- the orderItem_unitCost to set
-
getOrderItem_unitPrice
- Returns:
- the orderItem_unitPrice
-
setOrderItem_unitPrice
- Parameters:
orderItem_unitPrice
- the orderItem_unitPrice to set
-
getOrderItem_weight
- Returns:
- the orderItem_weight
-
setOrderItem_weight
- Parameters:
orderItem_weight
- the orderItem_weight to set
-
getPayment_creditCardDate
- Returns:
- the payment_creditCardDate
-
setPayment_creditCardDate
- Parameters:
payment_creditCardDate
- the payment_creditCardDate to set
-
getPayment_creditCardName
- Returns:
- the payment_creditCardName
-
setPayment_creditCardName
- Parameters:
payment_creditCardName
- the payment_creditCardName to set
-
getPayment_creditCardNumber
- Returns:
- the payment_creditCardNumber
-
setPayment_creditCardNumber
- Parameters:
payment_creditCardNumber
- the payment_creditCardNumber to set
-
getPayment_creditCardNumberDisplay
- Returns:
- the payment_creditCardNumberDisplay
-
setPayment_creditCardNumberDisplay
- Parameters:
payment_creditCardNumberDisplay
- the payment_creditCardNumberDisplay to set
-
getPayment_creditCardType
- Returns:
- the payment_creditCardType
-
setPayment_creditCardType
- Parameters:
payment_creditCardType
- the payment_creditCardType to set
-
getPayment_id
- Returns:
- the payment_id
-
setPayment_id
- Parameters:
payment_id
- the payment_id to set
-
getPayment_status
- Returns:
- the payment_paymentstatus
-
setPayment_status
- Parameters:
payment_paymentstatus
- the payment_paymentstatus to set
-
getPayment_value1
- Returns:
- the payment_value1
-
setPayment_value1
- Parameters:
payment_value1
- the payment_value1 to set
-
getPayment_value2
- Returns:
- the payment_value2
-
setPayment_value2
- Parameters:
payment_value2
- the payment_value2 to set
-
getPayment_value3
- Returns:
- the payment_value3
-
setPayment_value3
- Parameters:
payment_value3
- the payment_value3 to set
-
getPayment_value4
- Returns:
- the payment_value4
-
setPayment_value4
- Parameters:
payment_value4
- the payment_value4 to set
-
getPayment_value5
- Returns:
- the payment_value5
-
setPayment_value5
- Parameters:
payment_value5
- the payment_value5 to set
-
getPayment_value6
- Returns:
- the payment_value6
-
setPayment_value6
- Parameters:
payment_value6
- the payment_value6 to set
-
getPayment_value7
- Returns:
- the payment_value7
-
setPayment_value7
- Parameters:
payment_value7
- the payment_value7 to set
-
getPayment_value8
- Returns:
- the payment_value8
-
setPayment_value8
- Parameters:
payment_value8
- the payment_value8 to set
-
getPayment_value9
- Returns:
- the payment_value9
-
setPayment_value9
- Parameters:
payment_value9
- the payment_value9 to set
-
getPayment_paymentProfileID
- Returns:
- the payment_paymentProfileID
-
setPayment_paymentProfileID
- Parameters:
payment_paymentProfileID
- the payment_paymentProfileID to set
-
getPayment_valueFieldLabels
- Returns:
- the payment_valueFieldLabels
-
setPayment_valueFieldLabels
- Parameters:
payment_valueFieldLabels
- the payment_valueFieldLabels to set
-
getOrder_id
- Returns:
- the order_id
-
setOrder_id
- Parameters:
order_id
- the order_id to set
-
getDelivery_statusDetails
- Returns:
- the delivery_statusDetails
-
setDelivery_statusDetails
- Parameters:
delivery_statusDetails
- the delivery_statusDetails to set
-