Class OrdersExportBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.importexport.OrdersExportBean
All Implemented Interfaces:
BusinessObject, Serializable

public class OrdersExportBean extends BaseBusinessObject implements Serializable
Helper bean used for order exports.
Author:
Ashish Jain
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • order_id

      public String order_id
    • order_number

      public String order_number
    • order_customerID

      public String order_customerID
    • order_userName

      public String order_userName
    • order_trackingNumber

      public String order_trackingNumber
    • order_total

      public String order_total
    • order_shipping

      public String order_shipping
    • order_tax

      public String order_tax
    • order_taxableSubtotal

      public String order_taxableSubtotal
    • order_subtotal

      public String order_subtotal
    • order_weight

      public String order_weight
    • order_quantity

      public String order_quantity
    • order_created

      public String order_created
    • order_lastModified

      public String order_lastModified
    • order_completed

      public String order_completed
    • order_status

      public String order_status
    • order_statusDetails

      public String order_statusDetails
    • billing_firstName

      public String billing_firstName
    • billing_lastName

      public String billing_lastName
    • billing_organization

      public String billing_organization
    • billing_address1

      public String billing_address1
    • billing_address2

      public String billing_address2
    • billing_city

      public String billing_city
    • billing_state

      public String billing_state
    • billing_postalCode

      public String billing_postalCode
    • billing_country

      public String billing_country
    • billing_phone1

      public String billing_phone1
    • billing_phone2

      public String billing_phone2
    • billing_email1

      public String billing_email1
    • billing_email2

      public String billing_email2
    • order_extra1

      public String order_extra1
    • order_extra2

      public String order_extra2
    • order_notes

      public String order_notes
    • order_extra3

      public String order_extra3
    • order_extra4

      public String order_extra4
    • order_extra5

      public String order_extra5
    • delivery_firstName

      public String delivery_firstName
    • delivery_lastName

      public String delivery_lastName
    • delivery_organization

      public String delivery_organization
    • delivery_address1

      public String delivery_address1
    • delivery_address2

      public String delivery_address2
    • delivery_city

      public String delivery_city
    • delivery_state

      public String delivery_state
    • delivery_postalCode

      public String delivery_postalCode
    • delivery_country

      public String delivery_country
    • delivery_phone1

      public String delivery_phone1
    • delivery_phone2

      public String delivery_phone2
    • delivery_email1

      public String delivery_email1
    • delivery_email2

      public String delivery_email2
    • delivery_statusDetails

      public String delivery_statusDetails
    • discount_code

      public String discount_code
    • discount_total

      public String discount_total
    • discount_name

      public String discount_name
    • discount_usersAppliesType

      public String discount_usersAppliesType
    • discount_usersAppliesValue

      public String discount_usersAppliesValue
    • discount_itemsAppliesType

      public String discount_itemsAppliesType
    • discount_itemsAppliesValue

      public String discount_itemsAppliesValue
    • discount_rewardType

      public String discount_rewardType
    • discount_reward

      public String discount_reward
    • discount_couponCode

      public String discount_couponCode
    • discount_floor

      public String discount_floor
    • discount_ceiling

      public String discount_ceiling
    • discount_extra1

      public String discount_extra1
    • discount_extra2

      public String discount_extra2
    • discount_extra3

      public String discount_extra3
    • orderItem_code

      public String orderItem_code
    • orderItem_total

      public String orderItem_total
    • orderItem_weight

      public String orderItem_weight
    • orderItem_quantity

      public String orderItem_quantity
    • orderItem_name

      public String orderItem_name
    • orderItem_unitCost

      public String orderItem_unitCost
    • orderItem_unitPrice

      public String orderItem_unitPrice
    • orderItem_altPrice

      public String orderItem_altPrice
    • orderItem_productWeight

      public String orderItem_productWeight
    • orderItem_isTaxed

      public String orderItem_isTaxed
    • orderItem_shortDescription

      public String orderItem_shortDescription
    • orderItem_extra1

      public String orderItem_extra1
    • orderItem_extra2

      public String orderItem_extra2
    • orderItem_extra3

      public String orderItem_extra3
    • orderItem_extra4

      public String orderItem_extra4
    • orderItem_extra5

      public String orderItem_extra5
    • orderItem_decrementedSKUs

      public String orderItem_decrementedSKUs
    • attribute_code

      public String attribute_code
    • attribute_total

      public String attribute_total
    • attribute_value

      public String attribute_value
    • attribute_name

      public String attribute_name
    • attribute_unitCost

      public String attribute_unitCost
    • attribute_unitPrice

      public String attribute_unitPrice
    • attribute_altPrice

      public String attribute_altPrice
    • attribute_weight

      public String attribute_weight
    • option_code

      public String option_code
    • option_name

      public String option_name
    • option_unitCost

      public String option_unitCost
    • option_unitPrice

      public String option_unitPrice
    • option_altPrice

      public String option_altPrice
    • option_weight

      public String option_weight
    • payment_id

      public String payment_id
    • payment_status

      public String payment_status
    • payment_creditCardName

      public String payment_creditCardName
    • payment_creditCardType

      public String payment_creditCardType
    • payment_creditCardDate

      public String payment_creditCardDate
    • payment_creditCardNumber

      public String payment_creditCardNumber
    • payment_creditCardNumberDisplay

      public String payment_creditCardNumberDisplay
    • payment_valueFieldLabels

      public String payment_valueFieldLabels
    • payment_value1

      public String payment_value1
    • payment_value2

      public String payment_value2
    • payment_value3

      public String payment_value3
    • payment_value4

      public String payment_value4
    • payment_value5

      public String payment_value5
    • payment_value6

      public String payment_value6
    • payment_value7

      public String payment_value7
    • payment_value8

      public String payment_value8
    • payment_value9

      public String payment_value9
    • payment_paymentProfileID

      public String payment_paymentProfileID
  • Constructor Details

    • OrdersExportBean

      public OrdersExportBean()
  • Method Details

    • getAttribute_altPrice

      public String getAttribute_altPrice()
      Returns:
      the attribute_altPrice
    • setAttribute_altPrice

      public void setAttribute_altPrice(String attribute_altPrice)
      Parameters:
      attribute_altPrice - the attribute_altPrice to set
    • getAttribute_code

      public String getAttribute_code()
      Returns:
      the attribute_code
    • setAttribute_code

      public void setAttribute_code(String attribute_code)
      Parameters:
      attribute_code - the attribute_code to set
    • getAttribute_name

      public String getAttribute_name()
      Returns:
      the attribute_name
    • setAttribute_name

      public void setAttribute_name(String attribute_name)
      Parameters:
      attribute_name - the attribute_name to set
    • getAttribute_total

      public String getAttribute_total()
      Returns:
      the attribute_total
    • setAttribute_total

      public void setAttribute_total(String attribute_total)
      Parameters:
      attribute_total - the attribute_total to set
    • getAttribute_unitCost

      public String getAttribute_unitCost()
      Returns:
      the attribute_unitCost
    • setAttribute_unitCost

      public void setAttribute_unitCost(String attribute_unitCost)
      Parameters:
      attribute_unitCost - the attribute_unitCost to set
    • getAttribute_unitPrice

      public String getAttribute_unitPrice()
      Returns:
      the attribute_unitPrice
    • setAttribute_unitPrice

      public void setAttribute_unitPrice(String attribute_unitPrice)
      Parameters:
      attribute_unitPrice - the attribute_unitPrice to set
    • getAttribute_value

      public String getAttribute_value()
      Returns:
      the attribute_value
    • setAttribute_value

      public void setAttribute_value(String attribute_value)
      Parameters:
      attribute_value - the attribute_value to set
    • getAttribute_weight

      public String getAttribute_weight()
      Returns:
      the attribute_weight
    • setAttribute_weight

      public void setAttribute_weight(String attribute_weight)
      Parameters:
      attribute_weight - the attribute_weight to set
    • getBilling_address1

      public String getBilling_address1()
      Returns:
      the billing_address1
    • setBilling_address1

      public void setBilling_address1(String billing_address1)
      Parameters:
      billing_address1 - the billing_address1 to set
    • getBilling_address2

      public String getBilling_address2()
      Returns:
      the billing_address2
    • setBilling_address2

      public void setBilling_address2(String billing_address2)
      Parameters:
      billing_address2 - the billing_address2 to set
    • getBilling_city

      public String getBilling_city()
      Returns:
      the billing_city
    • setBilling_city

      public void setBilling_city(String billing_city)
      Parameters:
      billing_city - the billing_city to set
    • getBilling_country

      public String getBilling_country()
      Returns:
      the billing_country
    • setBilling_country

      public void setBilling_country(String billing_country)
      Parameters:
      billing_country - the billing_country to set
    • getBilling_email1

      public String getBilling_email1()
      Returns:
      the billing_email1
    • setBilling_email1

      public void setBilling_email1(String billing_email1)
      Parameters:
      billing_email1 - the billing_email1 to set
    • getBilling_email2

      public String getBilling_email2()
      Returns:
      the billing_email2
    • setBilling_email2

      public void setBilling_email2(String billing_email2)
      Parameters:
      billing_email2 - the billing_email2 to set
    • getBilling_firstName

      public String getBilling_firstName()
      Returns:
      the billing_firstName
    • setBilling_firstName

      public void setBilling_firstName(String billing_firstName)
      Parameters:
      billing_firstName - the billing_firstName to set
    • getBilling_lastName

      public String getBilling_lastName()
      Returns:
      the billing_lastName
    • setBilling_lastName

      public void setBilling_lastName(String billing_lastName)
      Parameters:
      billing_lastName - the billing_lastName to set
    • getBilling_organization

      public String getBilling_organization()
      Returns:
      the billing_organization
    • setBilling_organization

      public void setBilling_organization(String billing_organization)
      Parameters:
      billing_organization - the billing_organization to set
    • getBilling_phone1

      public String getBilling_phone1()
      Returns:
      the billing_phone1
    • setBilling_phone1

      public void setBilling_phone1(String billing_phone1)
      Parameters:
      billing_phone1 - the billing_phone1 to set
    • getBilling_phone2

      public String getBilling_phone2()
      Returns:
      the billing_phone2
    • setBilling_phone2

      public void setBilling_phone2(String billing_phone2)
      Parameters:
      billing_phone2 - the billing_phone2 to set
    • getBilling_postalCode

      public String getBilling_postalCode()
      Returns:
      the billing_postalCode
    • setBilling_postalCode

      public void setBilling_postalCode(String billing_postalCode)
      Parameters:
      billing_postalCode - the billing_postalCode to set
    • getBilling_state

      public String getBilling_state()
      Returns:
      the billing_state
    • setBilling_state

      public void setBilling_state(String billing_state)
      Parameters:
      billing_state - the billing_state to set
    • getDelivery_address1

      public String getDelivery_address1()
      Returns:
      the delivery_address1
    • setDelivery_address1

      public void setDelivery_address1(String delivery_address1)
      Parameters:
      delivery_address1 - the delivery_address1 to set
    • getDelivery_address2

      public String getDelivery_address2()
      Returns:
      the delivery_address2
    • setDelivery_address2

      public void setDelivery_address2(String delivery_address2)
      Parameters:
      delivery_address2 - the delivery_address2 to set
    • getDelivery_city

      public String getDelivery_city()
      Returns:
      the delivery_city
    • setDelivery_city

      public void setDelivery_city(String delivery_city)
      Parameters:
      delivery_city - the delivery_city to set
    • getDelivery_country

      public String getDelivery_country()
      Returns:
      the delivery_country
    • setDelivery_country

      public void setDelivery_country(String delivery_country)
      Parameters:
      delivery_country - the delivery_country to set
    • getDelivery_email1

      public String getDelivery_email1()
      Returns:
      the delivery_email1
    • setDelivery_email1

      public void setDelivery_email1(String delivery_email1)
      Parameters:
      delivery_email1 - the delivery_email1 to set
    • getDelivery_email2

      public String getDelivery_email2()
      Returns:
      the delivery_email2
    • setDelivery_email2

      public void setDelivery_email2(String delivery_email2)
      Parameters:
      delivery_email2 - the delivery_email2 to set
    • getDelivery_firstName

      public String getDelivery_firstName()
      Returns:
      the delivery_firstName
    • setDelivery_firstName

      public void setDelivery_firstName(String delivery_firstName)
      Parameters:
      delivery_firstName - the delivery_firstName to set
    • getDelivery_lastName

      public String getDelivery_lastName()
      Returns:
      the delivery_lastName
    • setDelivery_lastName

      public void setDelivery_lastName(String delivery_lastName)
      Parameters:
      delivery_lastName - the delivery_lastName to set
    • getDelivery_organization

      public String getDelivery_organization()
      Returns:
      the delivery_organization
    • setDelivery_organization

      public void setDelivery_organization(String delivery_organization)
      Parameters:
      delivery_organization - the delivery_organization to set
    • getDelivery_phone1

      public String getDelivery_phone1()
      Returns:
      the delivery_phone1
    • setDelivery_phone1

      public void setDelivery_phone1(String delivery_phone1)
      Parameters:
      delivery_phone1 - the delivery_phone1 to set
    • getDelivery_phone2

      public String getDelivery_phone2()
      Returns:
      the delivery_phone2
    • setDelivery_phone2

      public void setDelivery_phone2(String delivery_phone2)
      Parameters:
      delivery_phone2 - the delivery_phone2 to set
    • getDelivery_postalCode

      public String getDelivery_postalCode()
      Returns:
      the delivery_postalCode
    • setDelivery_postalCode

      public void setDelivery_postalCode(String delivery_postalCode)
      Parameters:
      delivery_postalCode - the delivery_postalCode to set
    • getDelivery_state

      public String getDelivery_state()
      Returns:
      the delivery_state
    • setDelivery_state

      public void setDelivery_state(String delivery_state)
      Parameters:
      delivery_state - the delivery_state to set
    • getDiscount_ceiling

      public String getDiscount_ceiling()
      Returns:
      the discount_ceiling
    • setDiscount_ceiling

      public void setDiscount_ceiling(String discount_ceiling)
      Parameters:
      discount_ceiling - the discount_ceiling to set
    • getDiscount_code

      public String getDiscount_code()
      Returns:
      the discount_code
    • setDiscount_code

      public void setDiscount_code(String discount_code)
      Parameters:
      discount_code - the discount_code to set
    • getDiscount_couponCode

      public String getDiscount_couponCode()
      Returns:
      the discount_couponCode
    • setDiscount_couponCode

      public void setDiscount_couponCode(String discount_couponCode)
      Parameters:
      discount_couponCode - the discount_couponCode to set
    • getDiscount_extra1

      public String getDiscount_extra1()
      Returns:
      the discount_extra1
    • setDiscount_extra1

      public void setDiscount_extra1(String discount_extra1)
      Parameters:
      discount_extra1 - the discount_extra1 to set
    • getDiscount_extra2

      public String getDiscount_extra2()
      Returns:
      the discount_extra2
    • setDiscount_extra2

      public void setDiscount_extra2(String discount_extra2)
      Parameters:
      discount_extra2 - the discount_extra2 to set
    • getDiscount_extra3

      public String getDiscount_extra3()
      Returns:
      the discount_extra3
    • setDiscount_extra3

      public void setDiscount_extra3(String discount_extra3)
      Parameters:
      discount_extra3 - the discount_extra3 to set
    • getDiscount_floor

      public String getDiscount_floor()
      Returns:
      the discount_floor
    • setDiscount_floor

      public void setDiscount_floor(String discount_floor)
      Parameters:
      discount_floor - the discount_floor to set
    • getDiscount_itemsAppliesType

      public String getDiscount_itemsAppliesType()
      Returns:
      the discount_itemsAppliesType
    • setDiscount_itemsAppliesType

      public void setDiscount_itemsAppliesType(String discount_itemsAppliesType)
      Parameters:
      discount_itemsAppliesType - the discount_itemsAppliesType to set
    • getDiscount_itemsAppliesValue

      public String getDiscount_itemsAppliesValue()
      Returns:
      the discount_itemsAppliesValue
    • setDiscount_itemsAppliesValue

      public void setDiscount_itemsAppliesValue(String discount_itemsAppliesValue)
      Parameters:
      discount_itemsAppliesValue - the discount_itemsAppliesValue to set
    • getDiscount_name

      public String getDiscount_name()
      Returns:
      the discount_name
    • setDiscount_name

      public void setDiscount_name(String discount_name)
      Parameters:
      discount_name - the discount_name to set
    • getDiscount_reward

      public String getDiscount_reward()
      Returns:
      the discount_reward
    • setDiscount_reward

      public void setDiscount_reward(String discount_reward)
      Parameters:
      discount_reward - the discount_reward to set
    • getDiscount_rewardType

      public String getDiscount_rewardType()
      Returns:
      the discount_rewardType
    • setDiscount_rewardType

      public void setDiscount_rewardType(String discount_rewardType)
      Parameters:
      discount_rewardType - the discount_rewardType to set
    • getDiscount_total

      public String getDiscount_total()
      Returns:
      the discount_total
    • setDiscount_total

      public void setDiscount_total(String discount_total)
      Parameters:
      discount_total - the discount_total to set
    • getDiscount_usersAppliesType

      public String getDiscount_usersAppliesType()
      Returns:
      the discount_usersAppliesType
    • setDiscount_usersAppliesType

      public void setDiscount_usersAppliesType(String discount_usersAppliesType)
      Parameters:
      discount_usersAppliesType - the discount_usersAppliesType to set
    • getDiscount_usersAppliesValue

      public String getDiscount_usersAppliesValue()
      Returns:
      the discount_usersAppliesValue
    • setDiscount_usersAppliesValue

      public void setDiscount_usersAppliesValue(String discount_usersAppliesValue)
      Parameters:
      discount_usersAppliesValue - the discount_usersAppliesValue to set
    • getOption_altPrice

      public String getOption_altPrice()
      Returns:
      the option_altPrice
    • setOption_altPrice

      public void setOption_altPrice(String option_altPrice)
      Parameters:
      option_altPrice - the option_altPrice to set
    • getOption_code

      public String getOption_code()
      Returns:
      the option_code
    • setOption_code

      public void setOption_code(String option_code)
      Parameters:
      option_code - the option_code to set
    • getOption_name

      public String getOption_name()
      Returns:
      the option_name
    • setOption_name

      public void setOption_name(String option_name)
      Parameters:
      option_name - the option_name to set
    • getOption_unitCost

      public String getOption_unitCost()
      Returns:
      the option_unitCost
    • setOption_unitCost

      public void setOption_unitCost(String option_unitCost)
      Parameters:
      option_unitCost - the option_unitCost to set
    • getOption_unitPrice

      public String getOption_unitPrice()
      Returns:
      the option_unitPrice
    • setOption_unitPrice

      public void setOption_unitPrice(String option_unitPrice)
      Parameters:
      option_unitPrice - the option_unitPrice to set
    • getOption_weight

      public String getOption_weight()
      Returns:
      the option_weight
    • setOption_weight

      public void setOption_weight(String option_weight)
      Parameters:
      option_weight - the option_weight to set
    • getOrder_completed

      public String getOrder_completed()
      Returns:
      the order_completed
    • setOrder_completed

      public void setOrder_completed(String order_completed)
      Parameters:
      order_completed - the order_completed to set
    • getOrder_created

      public String getOrder_created()
      Returns:
      the order_created
    • setOrder_created

      public void setOrder_created(String order_created)
      Parameters:
      order_created - the order_created to set
    • getOrder_customerID

      public String getOrder_customerID()
      Returns:
      the order_customerID
    • setOrder_customerID

      public void setOrder_customerID(String order_customerID)
      Parameters:
      order_customerID - the order_customerID to set
    • getOrder_extra1

      public String getOrder_extra1()
      Returns:
      the order_extra1
    • setOrder_extra1

      public void setOrder_extra1(String order_extra1)
      Parameters:
      order_extra1 - the order_extra1 to set
    • getOrder_extra2

      public String getOrder_extra2()
      Returns:
      the order_extra2
    • setOrder_extra2

      public void setOrder_extra2(String order_extra2)
      Parameters:
      order_extra2 - the order_extra2 to set
    • getOrder_extra3

      public String getOrder_extra3()
      Returns:
      the order_extra3
    • setOrder_extra3

      public void setOrder_extra3(String order_extra3)
      Parameters:
      order_extra3 - the order_extra3 to set
    • getOrder_extra4

      public String getOrder_extra4()
      Returns:
      the order_extra4
    • setOrder_extra4

      public void setOrder_extra4(String order_extra4)
      Parameters:
      order_extra4 - the order_extra4 to set
    • getOrder_extra5

      public String getOrder_extra5()
      Returns:
      the order_extra5
    • setOrder_extra5

      public void setOrder_extra5(String order_extra5)
      Parameters:
      order_extra5 - the order_extra5 to set
    • getOrder_lastModified

      public String getOrder_lastModified()
      Returns:
      the order_lastModified
    • setOrder_lastModified

      public void setOrder_lastModified(String order_lastModified)
      Parameters:
      order_lastModified - the order_lastModified to set
    • getOrder_notes

      public String getOrder_notes()
      Returns:
      the order_notes
    • setOrder_notes

      public void setOrder_notes(String order_notes)
      Parameters:
      order_notes - the order_notes to set
    • getOrder_number

      public String getOrder_number()
      Returns:
      the order_number
    • setOrder_number

      public void setOrder_number(String order_number)
      Parameters:
      order_number - the order_number to set
    • getOrder_quantity

      public String getOrder_quantity()
      Returns:
      the order_quantity
    • setOrder_quantity

      public void setOrder_quantity(String order_quantity)
      Parameters:
      order_quantity - the order_quantity to set
    • getOrder_shipping

      public String getOrder_shipping()
      Returns:
      the order_shipping
    • setOrder_shipping

      public void setOrder_shipping(String order_shipping)
      Parameters:
      order_shipping - the order_shipping to set
    • getOrder_status

      public String getOrder_status()
      Returns:
      the order_status
    • setOrder_status

      public void setOrder_status(String order_status)
      Parameters:
      order_status - the order_status to set
    • getOrder_statusDetails

      public String getOrder_statusDetails()
      Returns:
      the order_statusDetails
    • setOrder_statusDetails

      public void setOrder_statusDetails(String order_statusDetails)
      Parameters:
      order_statusDetails - the order_statusDetails to set
    • getOrder_subtotal

      public String getOrder_subtotal()
      Returns:
      the order_subtotal
    • setOrder_subtotal

      public void setOrder_subtotal(String order_subtotal)
      Parameters:
      order_subtotal - the order_subtotal to set
    • getOrder_tax

      public String getOrder_tax()
      Returns:
      the order_tax
    • setOrder_tax

      public void setOrder_tax(String order_tax)
      Parameters:
      order_tax - the order_tax to set
    • getOrder_taxableSubtotal

      public String getOrder_taxableSubtotal()
      Returns:
      the order_taxableSubtotal
    • setOrder_taxableSubtotal

      public void setOrder_taxableSubtotal(String order_taxableSubtotal)
      Parameters:
      order_taxableSubtotal - the order_taxableSubtotal to set
    • getOrder_total

      public String getOrder_total()
      Returns:
      the order_total
    • setOrder_total

      public void setOrder_total(String order_total)
      Parameters:
      order_total - the order_total to set
    • getOrder_trackingNumber

      public String getOrder_trackingNumber()
      Returns:
      the order_trackingNumber
    • setOrder_trackingNumber

      public void setOrder_trackingNumber(String order_trackingNumber)
      Parameters:
      order_trackingNumber - the order_trackingNumber to set
    • getOrder_userName

      public String getOrder_userName()
      Returns:
      the order_userName
    • setOrder_userName

      public void setOrder_userName(String order_userName)
      Parameters:
      order_userName - the order_userName to set
    • getOrder_weight

      public String getOrder_weight()
      Returns:
      the order_weight
    • setOrder_weight

      public void setOrder_weight(String order_weight)
      Parameters:
      order_weight - the order_weight to set
    • getOrderItem_altPrice

      public String getOrderItem_altPrice()
      Returns:
      the orderItem_altPrice
    • setOrderItem_altPrice

      public void setOrderItem_altPrice(String orderItem_altPrice)
      Parameters:
      orderItem_altPrice - the orderItem_altPrice to set
    • getOrderItem_code

      public String getOrderItem_code()
      Returns:
      the orderItem_code
    • setOrderItem_code

      public void setOrderItem_code(String orderItem_code)
      Parameters:
      orderItem_code - the orderItem_code to set
    • getOrderItem_decrementedSKUs

      public String getOrderItem_decrementedSKUs()
      Returns:
      the orderItem_decrementedSKUs
    • setOrderItem_decrementedSKUs

      public void setOrderItem_decrementedSKUs(String orderItem_decrementedSKUs)
      Parameters:
      orderItem_decrementedSKUs - the orderItem_decrementedSKUs to set
    • getOrderItem_extra1

      public String getOrderItem_extra1()
      Returns:
      the orderItem_extra1
    • setOrderItem_extra1

      public void setOrderItem_extra1(String orderItem_extra1)
      Parameters:
      orderItem_extra1 - the orderItem_extra1 to set
    • getOrderItem_extra2

      public String getOrderItem_extra2()
      Returns:
      the orderItem_extra2
    • setOrderItem_extra2

      public void setOrderItem_extra2(String orderItem_extra2)
      Parameters:
      orderItem_extra2 - the orderItem_extra2 to set
    • getOrderItem_extra3

      public String getOrderItem_extra3()
      Returns:
      the orderItem_extra3
    • setOrderItem_extra3

      public void setOrderItem_extra3(String orderItem_extra3)
      Parameters:
      orderItem_extra3 - the orderItem_extra3 to set
    • getOrderItem_extra4

      public String getOrderItem_extra4()
      Returns:
      the orderItem_extra4
    • setOrderItem_extra4

      public void setOrderItem_extra4(String orderItem_extra4)
      Parameters:
      orderItem_extra4 - the orderItem_extra4 to set
    • getOrderItem_extra5

      public String getOrderItem_extra5()
      Returns:
      the orderItem_extra5
    • setOrderItem_extra5

      public void setOrderItem_extra5(String orderItem_extra5)
      Parameters:
      orderItem_extra5 - the orderItem_extra5 to set
    • getOrderItem_isTaxed

      public String getOrderItem_isTaxed()
      Returns:
      the orderItem_isTaxed
    • setOrderItem_isTaxed

      public void setOrderItem_isTaxed(String orderItem_isTaxed)
      Parameters:
      orderItem_isTaxed - the orderItem_isTaxed to set
    • getOrderItem_name

      public String getOrderItem_name()
      Returns:
      the orderItem_name
    • setOrderItem_name

      public void setOrderItem_name(String orderItem_name)
      Parameters:
      orderItem_name - the orderItem_name to set
    • getOrderItem_productWeight

      public String getOrderItem_productWeight()
      Returns:
      the orderItem_productWeight
    • setOrderItem_productWeight

      public void setOrderItem_productWeight(String orderItem_productWeight)
      Parameters:
      orderItem_productWeight - the orderItem_productWeight to set
    • getOrderItem_quantity

      public String getOrderItem_quantity()
      Returns:
      the orderItem_quantity
    • setOrderItem_quantity

      public void setOrderItem_quantity(String orderItem_quantity)
      Parameters:
      orderItem_quantity - the orderItem_quantity to set
    • getOrderItem_shortDescription

      public String getOrderItem_shortDescription()
      Returns:
      the orderItem_shortDescription
    • setOrderItem_shortDescription

      public void setOrderItem_shortDescription(String orderItem_shortDescription)
      Parameters:
      orderItem_shortDescription - the orderItem_shortDescription to set
    • getOrderItem_total

      public String getOrderItem_total()
      Returns:
      the orderItem_total
    • setOrderItem_total

      public void setOrderItem_total(String orderItem_total)
      Parameters:
      orderItem_total - the orderItem_total to set
    • getOrderItem_unitCost

      public String getOrderItem_unitCost()
      Returns:
      the orderItem_unitCost
    • setOrderItem_unitCost

      public void setOrderItem_unitCost(String orderItem_unitCost)
      Parameters:
      orderItem_unitCost - the orderItem_unitCost to set
    • getOrderItem_unitPrice

      public String getOrderItem_unitPrice()
      Returns:
      the orderItem_unitPrice
    • setOrderItem_unitPrice

      public void setOrderItem_unitPrice(String orderItem_unitPrice)
      Parameters:
      orderItem_unitPrice - the orderItem_unitPrice to set
    • getOrderItem_weight

      public String getOrderItem_weight()
      Returns:
      the orderItem_weight
    • setOrderItem_weight

      public void setOrderItem_weight(String orderItem_weight)
      Parameters:
      orderItem_weight - the orderItem_weight to set
    • getPayment_creditCardDate

      public String getPayment_creditCardDate()
      Returns:
      the payment_creditCardDate
    • setPayment_creditCardDate

      public void setPayment_creditCardDate(String payment_creditCardDate)
      Parameters:
      payment_creditCardDate - the payment_creditCardDate to set
    • getPayment_creditCardName

      public String getPayment_creditCardName()
      Returns:
      the payment_creditCardName
    • setPayment_creditCardName

      public void setPayment_creditCardName(String payment_creditCardName)
      Parameters:
      payment_creditCardName - the payment_creditCardName to set
    • getPayment_creditCardNumber

      public String getPayment_creditCardNumber()
      Returns:
      the payment_creditCardNumber
    • setPayment_creditCardNumber

      public void setPayment_creditCardNumber(String payment_creditCardNumber)
      Parameters:
      payment_creditCardNumber - the payment_creditCardNumber to set
    • getPayment_creditCardNumberDisplay

      public String getPayment_creditCardNumberDisplay()
      Returns:
      the payment_creditCardNumberDisplay
    • setPayment_creditCardNumberDisplay

      public void setPayment_creditCardNumberDisplay(String payment_creditCardNumberDisplay)
      Parameters:
      payment_creditCardNumberDisplay - the payment_creditCardNumberDisplay to set
    • getPayment_creditCardType

      public String getPayment_creditCardType()
      Returns:
      the payment_creditCardType
    • setPayment_creditCardType

      public void setPayment_creditCardType(String payment_creditCardType)
      Parameters:
      payment_creditCardType - the payment_creditCardType to set
    • getPayment_id

      public String getPayment_id()
      Returns:
      the payment_id
    • setPayment_id

      public void setPayment_id(String payment_id)
      Parameters:
      payment_id - the payment_id to set
    • getPayment_status

      public String getPayment_status()
      Returns:
      the payment_paymentstatus
    • setPayment_status

      public void setPayment_status(String payment_paymentstatus)
      Parameters:
      payment_paymentstatus - the payment_paymentstatus to set
    • getPayment_value1

      public String getPayment_value1()
      Returns:
      the payment_value1
    • setPayment_value1

      public void setPayment_value1(String payment_value1)
      Parameters:
      payment_value1 - the payment_value1 to set
    • getPayment_value2

      public String getPayment_value2()
      Returns:
      the payment_value2
    • setPayment_value2

      public void setPayment_value2(String payment_value2)
      Parameters:
      payment_value2 - the payment_value2 to set
    • getPayment_value3

      public String getPayment_value3()
      Returns:
      the payment_value3
    • setPayment_value3

      public void setPayment_value3(String payment_value3)
      Parameters:
      payment_value3 - the payment_value3 to set
    • getPayment_value4

      public String getPayment_value4()
      Returns:
      the payment_value4
    • setPayment_value4

      public void setPayment_value4(String payment_value4)
      Parameters:
      payment_value4 - the payment_value4 to set
    • getPayment_value5

      public String getPayment_value5()
      Returns:
      the payment_value5
    • setPayment_value5

      public void setPayment_value5(String payment_value5)
      Parameters:
      payment_value5 - the payment_value5 to set
    • getPayment_value6

      public String getPayment_value6()
      Returns:
      the payment_value6
    • setPayment_value6

      public void setPayment_value6(String payment_value6)
      Parameters:
      payment_value6 - the payment_value6 to set
    • getPayment_value7

      public String getPayment_value7()
      Returns:
      the payment_value7
    • setPayment_value7

      public void setPayment_value7(String payment_value7)
      Parameters:
      payment_value7 - the payment_value7 to set
    • getPayment_value8

      public String getPayment_value8()
      Returns:
      the payment_value8
    • setPayment_value8

      public void setPayment_value8(String payment_value8)
      Parameters:
      payment_value8 - the payment_value8 to set
    • getPayment_value9

      public String getPayment_value9()
      Returns:
      the payment_value9
    • setPayment_value9

      public void setPayment_value9(String payment_value9)
      Parameters:
      payment_value9 - the payment_value9 to set
    • getPayment_paymentProfileID

      public String getPayment_paymentProfileID()
      Returns:
      the payment_paymentProfileID
    • setPayment_paymentProfileID

      public void setPayment_paymentProfileID(String payment_paymentProfileID)
      Parameters:
      payment_paymentProfileID - the payment_paymentProfileID to set
    • getPayment_valueFieldLabels

      public String getPayment_valueFieldLabels()
      Returns:
      the payment_valueFieldLabels
    • setPayment_valueFieldLabels

      public void setPayment_valueFieldLabels(String payment_valueFieldLabels)
      Parameters:
      payment_valueFieldLabels - the payment_valueFieldLabels to set
    • getOrder_id

      public String getOrder_id()
      Returns:
      the order_id
    • setOrder_id

      public void setOrder_id(String order_id)
      Parameters:
      order_id - the order_id to set
    • getDelivery_statusDetails

      public String getDelivery_statusDetails()
      Returns:
      the delivery_statusDetails
    • setDelivery_statusDetails

      public void setDelivery_statusDetails(String delivery_statusDetails)
      Parameters:
      delivery_statusDetails - the delivery_statusDetails to set