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
FieldsModifier and TypeFieldDescriptionprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute_altPrice(String attribute_altPrice) voidsetAttribute_code(String attribute_code) voidsetAttribute_name(String attribute_name) voidsetAttribute_total(String attribute_total) voidsetAttribute_unitCost(String attribute_unitCost) voidsetAttribute_unitPrice(String attribute_unitPrice) voidsetAttribute_value(String attribute_value) voidsetAttribute_weight(String attribute_weight) voidsetBilling_address1(String billing_address1) voidsetBilling_address2(String billing_address2) voidsetBilling_city(String billing_city) voidsetBilling_country(String billing_country) voidsetBilling_email1(String billing_email1) voidsetBilling_email2(String billing_email2) voidsetBilling_firstName(String billing_firstName) voidsetBilling_lastName(String billing_lastName) voidsetBilling_organization(String billing_organization) voidsetBilling_phone1(String billing_phone1) voidsetBilling_phone2(String billing_phone2) voidsetBilling_postalCode(String billing_postalCode) voidsetBilling_state(String billing_state) voidsetDelivery_address1(String delivery_address1) voidsetDelivery_address2(String delivery_address2) voidsetDelivery_city(String delivery_city) voidsetDelivery_country(String delivery_country) voidsetDelivery_email1(String delivery_email1) voidsetDelivery_email2(String delivery_email2) voidsetDelivery_firstName(String delivery_firstName) voidsetDelivery_lastName(String delivery_lastName) voidsetDelivery_organization(String delivery_organization) voidsetDelivery_phone1(String delivery_phone1) voidsetDelivery_phone2(String delivery_phone2) voidsetDelivery_postalCode(String delivery_postalCode) voidsetDelivery_state(String delivery_state) voidsetDelivery_statusDetails(String delivery_statusDetails) voidsetDiscount_ceiling(String discount_ceiling) voidsetDiscount_code(String discount_code) voidsetDiscount_couponCode(String discount_couponCode) voidsetDiscount_extra1(String discount_extra1) voidsetDiscount_extra2(String discount_extra2) voidsetDiscount_extra3(String discount_extra3) voidsetDiscount_floor(String discount_floor) voidsetDiscount_itemsAppliesType(String discount_itemsAppliesType) voidsetDiscount_itemsAppliesValue(String discount_itemsAppliesValue) voidsetDiscount_name(String discount_name) voidsetDiscount_reward(String discount_reward) voidsetDiscount_rewardType(String discount_rewardType) voidsetDiscount_total(String discount_total) voidsetDiscount_usersAppliesType(String discount_usersAppliesType) voidsetDiscount_usersAppliesValue(String discount_usersAppliesValue) voidsetOption_altPrice(String option_altPrice) voidsetOption_code(String option_code) voidsetOption_name(String option_name) voidsetOption_unitCost(String option_unitCost) voidsetOption_unitPrice(String option_unitPrice) voidsetOption_weight(String option_weight) voidsetOrder_completed(String order_completed) voidsetOrder_created(String order_created) voidsetOrder_customerID(String order_customerID) voidsetOrder_extra1(String order_extra1) voidsetOrder_extra2(String order_extra2) voidsetOrder_extra3(String order_extra3) voidsetOrder_extra4(String order_extra4) voidsetOrder_extra5(String order_extra5) voidsetOrder_id(String order_id) voidsetOrder_lastModified(String order_lastModified) voidsetOrder_notes(String order_notes) voidsetOrder_number(String order_number) voidsetOrder_quantity(String order_quantity) voidsetOrder_shipping(String order_shipping) voidsetOrder_status(String order_status) voidsetOrder_statusDetails(String order_statusDetails) voidsetOrder_subtotal(String order_subtotal) voidsetOrder_tax(String order_tax) voidsetOrder_taxableSubtotal(String order_taxableSubtotal) voidsetOrder_total(String order_total) voidsetOrder_trackingNumber(String order_trackingNumber) voidsetOrder_userName(String order_userName) voidsetOrder_weight(String order_weight) voidsetOrderItem_altPrice(String orderItem_altPrice) voidsetOrderItem_code(String orderItem_code) voidsetOrderItem_decrementedSKUs(String orderItem_decrementedSKUs) voidsetOrderItem_extra1(String orderItem_extra1) voidsetOrderItem_extra2(String orderItem_extra2) voidsetOrderItem_extra3(String orderItem_extra3) voidsetOrderItem_extra4(String orderItem_extra4) voidsetOrderItem_extra5(String orderItem_extra5) voidsetOrderItem_isTaxed(String orderItem_isTaxed) voidsetOrderItem_name(String orderItem_name) voidsetOrderItem_productWeight(String orderItem_productWeight) voidsetOrderItem_quantity(String orderItem_quantity) voidsetOrderItem_shortDescription(String orderItem_shortDescription) voidsetOrderItem_total(String orderItem_total) voidsetOrderItem_unitCost(String orderItem_unitCost) voidsetOrderItem_unitPrice(String orderItem_unitPrice) voidsetOrderItem_weight(String orderItem_weight) voidsetPayment_creditCardDate(String payment_creditCardDate) voidsetPayment_creditCardName(String payment_creditCardName) voidsetPayment_creditCardNumber(String payment_creditCardNumber) voidsetPayment_creditCardNumberDisplay(String payment_creditCardNumberDisplay) voidsetPayment_creditCardType(String payment_creditCardType) voidsetPayment_id(String payment_id) voidsetPayment_paymentProfileID(String payment_paymentProfileID) voidsetPayment_status(String payment_paymentstatus) voidsetPayment_value1(String payment_value1) voidsetPayment_value2(String payment_value2) voidsetPayment_value3(String payment_value3) voidsetPayment_value4(String payment_value4) voidsetPayment_value5(String payment_value5) voidsetPayment_value6(String payment_value6) voidsetPayment_value7(String payment_value7) voidsetPayment_value8(String payment_value8) voidsetPayment_value9(String payment_value9) voidsetPayment_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
-