|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_Order
public class J_Order
Contains all data required to describe an order for use within KonaKart.
| Constructor Summary | |
|---|---|
J_Order()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAffiliateId()
Id of affiliate partner |
int |
getBillingAddrFormatId()
The id of the address format template used to format the billing address. |
java.lang.String |
getBillingAddrFormatTemplate()
The address format template for the billing address. |
int |
getBillingAddrId()
|
java.lang.String |
getBillingCity()
|
java.lang.String |
getBillingCompany()
|
java.lang.String |
getBillingCountry()
|
java.lang.String |
getBillingEmail()
|
java.lang.String |
getBillingFormattedAddress()
The formatted billing address which has been formatted using the address format template. |
java.lang.String |
getBillingName()
|
java.lang.String |
getBillingPostcode()
|
java.lang.String |
getBillingState()
|
java.lang.String |
getBillingStreetAddress()
|
java.lang.String |
getBillingStreetAddress1()
|
java.lang.String |
getBillingSuburb()
|
java.lang.String |
getBillingTelephone()
|
java.lang.String |
getBillingTelephone1()
|
java.lang.String |
getCcCVV()
Credit card ccCVV |
java.lang.String |
getCcExpires()
|
java.lang.String |
getCcNumber()
|
java.lang.String |
getCcOwner()
|
java.lang.String |
getCcType()
|
java.lang.String |
getCouponCode()
The coupon code used when checking out. |
java.lang.String |
getCouponIds()
A comma separated list of coupon ids. |
java.lang.String |
getCreator()
Identifier of the administrator who created the order |
J_Currency |
getCurrency()
|
java.lang.String |
getCurrencyCode()
The three letter currency code. |
java.math.BigDecimal |
getCurrencyValue()
The exchange rate for the currency. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
int |
getCustomerAddrFormatId()
The id of the address format template used to format the customer address. |
java.lang.String |
getCustomerAddrFormatTemplate()
The address format template for the customer address. |
int |
getCustomerAddrId()
|
java.lang.String |
getCustomerCity()
|
java.lang.String |
getCustomerCompany()
|
java.lang.String |
getCustomerCountry()
|
java.lang.String |
getCustomerEmail()
|
java.lang.String |
getCustomerFormattedAddress()
The formatted customer address which has been formatted using the address format template. |
int |
getCustomerId()
|
java.lang.String |
getCustomerName()
|
java.lang.String |
getCustomerPostcode()
|
java.lang.String |
getCustomerState()
|
java.lang.String |
getCustomerStreetAddress()
|
java.lang.String |
getCustomerStreetAddress1()
|
java.lang.String |
getCustomerSuburb()
|
java.lang.String |
getCustomerTelephone()
|
java.lang.String |
getCustomerTelephone1()
|
java.util.Calendar |
getDateFinished()
|
java.util.Calendar |
getDatePurchased()
The date that the order was saved. |
int |
getDeliveryAddrFormatId()
The id of the address format template used to format the delivery address. |
java.lang.String |
getDeliveryAddrFormatTemplate()
The address format template for the delivery address. |
int |
getDeliveryAddrId()
|
java.lang.String |
getDeliveryCity()
|
java.lang.String |
getDeliveryCompany()
|
java.lang.String |
getDeliveryCountry()
|
J_Country |
getDeliveryCountryObject()
|
java.lang.String |
getDeliveryEmail()
|
java.lang.String |
getDeliveryFormattedAddress()
The formatted delivery address which has been formatted using the address format template. |
java.lang.String |
getDeliveryName()
|
java.lang.String |
getDeliveryPostcode()
|
java.lang.String |
getDeliveryState()
|
java.lang.String |
getDeliveryStreetAddress()
|
java.lang.String |
getDeliveryStreetAddress1()
|
java.lang.String |
getDeliverySuburb()
|
java.lang.String |
getDeliveryTelephone()
|
java.lang.String |
getDeliveryTelephone1()
|
J_Zone |
getDeliveryZoneObject()
|
java.lang.String |
getGiftCertCode()
The code of the gift certificate |
int |
getId()
|
java.lang.String |
getInvoiceFilename()
The filename of the invoice (add this to the base URL or base directory path configuration parameters to get the full name) |
java.util.Calendar |
getLastModified()
|
java.lang.String |
getLifecycleId()
Instantiated when the order is created. |
java.lang.String |
getLocale()
Locale of the customer |
int |
getNumProducts()
|
java.lang.String |
getOrderNumber()
The order number of the order |
J_OrderProduct[] |
getOrderProducts()
An array of OrderProduct objects which define the products contained within the order. |
J_OrderTotal[] |
getOrderTotals()
An array of OrderTotal objects that contain information such as the sub total, the shipping, the discount and the total. |
J_PaymentDetails |
getPaymentDetails()
|
java.lang.String |
getPaymentMethod()
|
java.lang.String |
getPaymentModuleCode()
The code of the payment module used for the order (i.e. |
int |
getPointsAwarded()
The number of Reward Points rewarded for the order |
int |
getPointsRedeemed()
The number of Reward Points redeemed for the order |
int |
getPointsReservationId()
The numeric id of the points reserved for this order. |
java.lang.String |
getPromotionIds()
A comma separated list of promotion ids. |
java.lang.String |
getShippingMethod()
This virtual attribute is set by retrieving the shipping method from the "ot_shipping" order total object. |
java.lang.String |
getShippingModuleCode()
The code of the shipping module used for the order (i.e. |
J_ShippingQuote |
getShippingQuote()
|
java.lang.String |
getShippingServiceCode()
Used for shipping modules such as UPS, FedEx etc. |
int |
getStatus()
The current integer status id. |
java.lang.String |
getStatusText()
Text explaining the status. |
J_OrderStatusHistory[] |
getStatusTrail()
An array of OrderStatusHistory objects used to keep track of all status changes during the life cycle of the order. |
java.math.BigDecimal |
getSubTotalExTax()
|
java.math.BigDecimal |
getSubTotalIncTax()
|
java.math.BigDecimal |
getTax()
|
J_TaxRate[] |
getTaxRateObjectArray()
The order may be subject to multiple tax rates which are compounded. |
java.math.BigDecimal |
getTotalExTax()
|
java.math.BigDecimal |
getTotalIncTax()
|
java.lang.String |
getTrackingNumber()
The tracking number of the order. |
void |
setAffiliateId(java.lang.String _affiliateId)
Id of affiliate partner |
void |
setBillingAddrFormatId(int _billingAddrFormatId)
The id of the address format template used to format the billing address. |
void |
setBillingAddrFormatTemplate(java.lang.String _billingAddrFormatTemplate)
The address format template for the billing address. |
void |
setBillingAddrId(int _billingAddrId)
|
void |
setBillingCity(java.lang.String _billingCity)
|
void |
setBillingCompany(java.lang.String _billingCompany)
|
void |
setBillingCountry(java.lang.String _billingCountry)
|
void |
setBillingEmail(java.lang.String _billingEmail)
|
void |
setBillingFormattedAddress(java.lang.String _billingFormattedAddress)
The formatted billing address which has been formatted using the address format template. |
void |
setBillingName(java.lang.String _billingName)
|
void |
setBillingPostcode(java.lang.String _billingPostcode)
|
void |
setBillingState(java.lang.String _billingState)
|
void |
setBillingStreetAddress(java.lang.String _billingStreetAddress)
|
void |
setBillingStreetAddress1(java.lang.String _billingStreetAddress1)
|
void |
setBillingSuburb(java.lang.String _billingSuburb)
|
void |
setBillingTelephone(java.lang.String _billingTelephone)
|
void |
setBillingTelephone1(java.lang.String _billingTelephone1)
|
void |
setCcCVV(java.lang.String _ccCVV)
Credit card ccCVV |
void |
setCcExpires(java.lang.String _ccExpires)
|
void |
setCcNumber(java.lang.String _ccNumber)
|
void |
setCcOwner(java.lang.String _ccOwner)
|
void |
setCcType(java.lang.String _ccType)
|
void |
setCouponCode(java.lang.String _couponCode)
The coupon code used when checking out. |
void |
setCouponIds(java.lang.String _couponIds)
A comma separated list of coupon ids. |
void |
setCreator(java.lang.String _creator)
Identifier of the administrator who created the order |
void |
setCurrency(J_Currency _currency)
|
void |
setCurrencyCode(java.lang.String _currencyCode)
The three letter currency code. |
void |
setCurrencyValue(java.math.BigDecimal _currencyValue)
The exchange rate for the currency. |
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustom4(java.lang.String _custom4)
|
void |
setCustom5(java.lang.String _custom5)
|
void |
setCustomerAddrFormatId(int _customerAddrFormatId)
The id of the address format template used to format the customer address. |
void |
setCustomerAddrFormatTemplate(java.lang.String _customerAddrFormatTemplate)
The address format template for the customer address. |
void |
setCustomerAddrId(int _customerAddrId)
|
void |
setCustomerCity(java.lang.String _customerCity)
|
void |
setCustomerCompany(java.lang.String _customerCompany)
|
void |
setCustomerCountry(java.lang.String _customerCountry)
|
void |
setCustomerEmail(java.lang.String _customerEmail)
|
void |
setCustomerFormattedAddress(java.lang.String _customerFormattedAddress)
The formatted customer address which has been formatted using the address format template. |
void |
setCustomerId(int _customerId)
|
void |
setCustomerName(java.lang.String _customerName)
|
void |
setCustomerPostcode(java.lang.String _customerPostcode)
|
void |
setCustomerState(java.lang.String _customerState)
|
void |
setCustomerStreetAddress(java.lang.String _customerStreetAddress)
|
void |
setCustomerStreetAddress1(java.lang.String _customerStreetAddress1)
|
void |
setCustomerSuburb(java.lang.String _customerSuburb)
|
void |
setCustomerTelephone(java.lang.String _customerTelephone)
|
void |
setCustomerTelephone1(java.lang.String _customerTelephone1)
|
void |
setDateFinished(java.util.Calendar _dateFinished)
|
void |
setDatePurchased(java.util.Calendar _datePurchased)
The date that the order was saved. |
void |
setDeliveryAddrFormatId(int _deliveryAddrFormatId)
The id of the address format template used to format the delivery address. |
void |
setDeliveryAddrFormatTemplate(java.lang.String _deliveryAddrFormatTemplate)
The address format template for the delivery address. |
void |
setDeliveryAddrId(int _deliveryAddrId)
|
void |
setDeliveryCity(java.lang.String _deliveryCity)
|
void |
setDeliveryCompany(java.lang.String _deliveryCompany)
|
void |
setDeliveryCountry(java.lang.String _deliveryCountry)
|
void |
setDeliveryCountryObject(J_Country _deliveryCountryObject)
|
void |
setDeliveryEmail(java.lang.String _deliveryEmail)
|
void |
setDeliveryFormattedAddress(java.lang.String _deliveryFormattedAddress)
The formatted delivery address which has been formatted using the address format template. |
void |
setDeliveryName(java.lang.String _deliveryName)
|
void |
setDeliveryPostcode(java.lang.String _deliveryPostcode)
|
void |
setDeliveryState(java.lang.String _deliveryState)
|
void |
setDeliveryStreetAddress(java.lang.String _deliveryStreetAddress)
|
void |
setDeliveryStreetAddress1(java.lang.String _deliveryStreetAddress1)
|
void |
setDeliverySuburb(java.lang.String _deliverySuburb)
|
void |
setDeliveryTelephone(java.lang.String _deliveryTelephone)
|
void |
setDeliveryTelephone1(java.lang.String _deliveryTelephone1)
|
void |
setDeliveryZoneObject(J_Zone _deliveryZoneObject)
|
void |
setGiftCertCode(java.lang.String _giftCertCode)
The code of the gift certificate |
void |
setId(int _id)
|
void |
setInvoiceFilename(java.lang.String _invoiceFilename)
The filename of the invoice |
void |
setLastModified(java.util.Calendar _lastModified)
|
void |
setLifecycleId(java.lang.String _lifecycleId)
Instantiated when the order is created. |
void |
setLocale(java.lang.String _locale)
Locale of the customer |
void |
setNumProducts(int _numProducts)
|
void |
setOrderNumber(java.lang.String _orderNumber)
The order number of the order |
void |
setOrderProducts(J_OrderProduct[] _orderProducts)
An array of OrderProduct objects which define the products contained within the order. |
void |
setOrderTotals(J_OrderTotal[] _orderTotals)
An array of OrderTotal objects that contain information such as the sub total, the shipping, the discount and the total. |
void |
setPaymentDetails(J_PaymentDetails _paymentDetails)
|
void |
setPaymentMethod(java.lang.String _paymentMethod)
|
void |
setPaymentModuleCode(java.lang.String _paymentModuleCode)
The code of the payment module used for the order (i.e. |
void |
setPointsAwarded(int _pointsAwarded)
The number of Reward Points rewarded for the order |
void |
setPointsRedeemed(int _pointsRedeemed)
The number of Reward Points redeemed for the order |
void |
setPointsReservationId(int _pointsReservationId)
The numeric id of the points reserved for this order. |
void |
setPromotionIds(java.lang.String _promotionIds)
A comma separated list of promotion ids. |
void |
setShippingMethod(java.lang.String _shippingMethod)
|
void |
setShippingModuleCode(java.lang.String _shippingModuleCode)
The code of the shipping module used for the order (i.e. |
void |
setShippingQuote(J_ShippingQuote _shippingQuote)
|
void |
setShippingServiceCode(java.lang.String _shippingServiceCode)
Used for shipping modules such as UPS, FedEx etc. |
void |
setStatus(int _status)
The current integer status id. |
void |
setStatusText(java.lang.String _statusText)
Text explaining the status. |
void |
setStatusTrail(J_OrderStatusHistory[] _statusTrail)
An array of OrderStatusHistory objects used to keep track of all status changes during the life cycle of the order. |
void |
setSubTotalExTax(java.math.BigDecimal _subTotalExTax)
|
void |
setSubTotalIncTax(java.math.BigDecimal _subTotalIncTax)
|
void |
setTax(java.math.BigDecimal _tax)
|
void |
setTaxRateObjectArray(J_TaxRate[] _taxRateObjectArray)
The order may be subject to multiple tax rates which are compounded. |
void |
setTotalExTax(java.math.BigDecimal _totalExTax)
|
void |
setTotalIncTax(java.math.BigDecimal _totalIncTax)
|
void |
setTrackingNumber(java.lang.String _trackingNumber)
The tracking number of the order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_Order()
| Method Detail |
|---|
public java.lang.String getBillingCity()
public void setBillingCity(java.lang.String _billingCity)
_billingCity - The billingCity to set.public java.lang.String getBillingCompany()
public void setBillingCompany(java.lang.String _billingCompany)
_billingCompany - The billingCompany to set.public java.lang.String getBillingCountry()
public void setBillingCountry(java.lang.String _billingCountry)
_billingCountry - The billingCountry to set.public java.lang.String getBillingName()
public void setBillingName(java.lang.String _billingName)
_billingName - The billingName to set.public java.lang.String getBillingPostcode()
public void setBillingPostcode(java.lang.String _billingPostcode)
_billingPostcode - The billingPostcode to set.public java.lang.String getBillingState()
public void setBillingState(java.lang.String _billingState)
_billingState - The billingState to set.public java.lang.String getBillingStreetAddress()
public void setBillingStreetAddress(java.lang.String _billingStreetAddress)
_billingStreetAddress - The billingStreetAddress to set.public java.lang.String getBillingStreetAddress1()
public void setBillingStreetAddress1(java.lang.String _billingStreetAddress1)
_billingStreetAddress1 - the billingStreetAddress1 to setpublic java.lang.String getBillingSuburb()
public void setBillingSuburb(java.lang.String _billingSuburb)
_billingSuburb - The billingSuburb to set.public java.lang.String getCcExpires()
public void setCcExpires(java.lang.String _ccExpires)
_ccExpires - The ccExpires to set.public java.lang.String getCcNumber()
public void setCcNumber(java.lang.String _ccNumber)
_ccNumber - The ccNumber to set.public java.lang.String getCcOwner()
public void setCcOwner(java.lang.String _ccOwner)
_ccOwner - The ccOwner to set.public java.lang.String getCcType()
public void setCcType(java.lang.String _ccType)
_ccType - The ccType to set.public java.math.BigDecimal getCurrencyValue()
public void setCurrencyValue(java.math.BigDecimal _currencyValue)
_currencyValue - The currencyValue to set.public java.lang.String getCustomerCity()
public void setCustomerCity(java.lang.String _customerCity)
_customerCity - The customerCity to set.public java.lang.String getCustomerCompany()
public void setCustomerCompany(java.lang.String _customerCompany)
_customerCompany - The customerCompany to set.public java.lang.String getCustomerCountry()
public void setCustomerCountry(java.lang.String _customerCountry)
_customerCountry - The customerCountry to set.public java.lang.String getCustomerEmail()
public void setCustomerEmail(java.lang.String _customerEmail)
_customerEmail - The customerEmail to set.public java.lang.String getCustomerName()
public void setCustomerName(java.lang.String _customerName)
_customerName - The customerName to set.public java.lang.String getCustomerPostcode()
public void setCustomerPostcode(java.lang.String _customerPostcode)
_customerPostcode - The customerPostcode to set.public java.lang.String getCustomerState()
public void setCustomerState(java.lang.String _customerState)
_customerState - The customerState to set.public java.lang.String getCustomerStreetAddress()
public void setCustomerStreetAddress(java.lang.String _customerStreetAddress)
_customerStreetAddress - The customerStreetAddress to set.public java.lang.String getCustomerStreetAddress1()
public void setCustomerStreetAddress1(java.lang.String _customerStreetAddress1)
_customerStreetAddress1 - the customerStreetAddress1 to setpublic java.lang.String getCustomerSuburb()
public void setCustomerSuburb(java.lang.String _customerSuburb)
_customerSuburb - The customerSuburb to set.public java.lang.String getCustomerTelephone()
public void setCustomerTelephone(java.lang.String _customerTelephone)
_customerTelephone - The customerTelephone to set.public java.util.Calendar getDateFinished()
public void setDateFinished(java.util.Calendar _dateFinished)
_dateFinished - The dateFinished to set.public java.util.Calendar getDatePurchased()
public void setDatePurchased(java.util.Calendar _datePurchased)
_datePurchased - The datePurchased to set.public java.lang.String getDeliveryCity()
public void setDeliveryCity(java.lang.String _deliveryCity)
_deliveryCity - The deliveryCity to set.public java.lang.String getDeliveryCompany()
public void setDeliveryCompany(java.lang.String _deliveryCompany)
_deliveryCompany - The deliveryCompany to set.public java.lang.String getDeliveryCountry()
public void setDeliveryCountry(java.lang.String _deliveryCountry)
_deliveryCountry - The deliveryCountry to set.public java.lang.String getDeliveryName()
public void setDeliveryName(java.lang.String _deliveryName)
_deliveryName - The deliveryName to set.public java.lang.String getDeliveryPostcode()
public void setDeliveryPostcode(java.lang.String _deliveryPostcode)
_deliveryPostcode - The deliveryPostcode to set.public java.lang.String getDeliveryState()
public void setDeliveryState(java.lang.String _deliveryState)
_deliveryState - The deliveryState to set.public java.lang.String getDeliveryStreetAddress()
public void setDeliveryStreetAddress(java.lang.String _deliveryStreetAddress)
_deliveryStreetAddress - The deliveryStreetAddress to set.public java.lang.String getDeliveryStreetAddress1()
public void setDeliveryStreetAddress1(java.lang.String _deliveryStreetAddress1)
_deliveryStreetAddress1 - the deliveryStreetAddress1 to setpublic java.lang.String getDeliverySuburb()
public void setDeliverySuburb(java.lang.String _deliverySuburb)
_deliverySuburb - The deliverySuburb to set.public int getId()
public void setId(int _id)
_id - The id to set.public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - The lastModified to set.public java.lang.String getPaymentMethod()
public void setPaymentMethod(java.lang.String _paymentMethod)
_paymentMethod - The paymentMethod to set.public java.lang.String getShippingMethod()
public void setShippingMethod(java.lang.String _shippingMethod)
_shippingMethod - The shippingMethod to set.public int getStatus()
public void setStatus(int _status)
_status - The status to set.public int getCustomerId()
public void setCustomerId(int _customerId)
_customerId - The customerId to set.public int getBillingAddrFormatId()
public void setBillingAddrFormatId(int _billingAddrFormatId)
_billingAddrFormatId - The billingAddrFormatId to set.public int getCustomerAddrFormatId()
public void setCustomerAddrFormatId(int _customerAddrFormatId)
_customerAddrFormatId - The customerAddrFormatId to set.public int getDeliveryAddrFormatId()
public void setDeliveryAddrFormatId(int _deliveryAddrFormatId)
_deliveryAddrFormatId - The deliveryAddrFormatId to set.public J_OrderProduct[] getOrderProducts()
public void setOrderProducts(J_OrderProduct[] _orderProducts)
_orderProducts - The orderProducts to set.public java.lang.String getBillingFormattedAddress()
public void setBillingFormattedAddress(java.lang.String _billingFormattedAddress)
_billingFormattedAddress - The billingFormattedAddress to set.public java.lang.String getCustomerFormattedAddress()
public void setCustomerFormattedAddress(java.lang.String _customerFormattedAddress)
_customerFormattedAddress - The customerFormattedAddress to set.public java.lang.String getDeliveryFormattedAddress()
public void setDeliveryFormattedAddress(java.lang.String _deliveryFormattedAddress)
_deliveryFormattedAddress - The deliveryFormattedAddress to set.public java.lang.String getStatusText()
public void setStatusText(java.lang.String _statusText)
_statusText - The statusText to set.public java.math.BigDecimal getTax()
public void setTax(java.math.BigDecimal _tax)
_tax - The tax to set.public int getNumProducts()
public void setNumProducts(int _numProducts)
_numProducts - The numProducts to set.public java.lang.String getBillingAddrFormatTemplate()
public void setBillingAddrFormatTemplate(java.lang.String _billingAddrFormatTemplate)
_billingAddrFormatTemplate - The billingAddrFormatTemplate to set.public java.lang.String getCustomerAddrFormatTemplate()
public void setCustomerAddrFormatTemplate(java.lang.String _customerAddrFormatTemplate)
_customerAddrFormatTemplate - The customerAddrFormatTemplate to set.public java.lang.String getDeliveryAddrFormatTemplate()
public void setDeliveryAddrFormatTemplate(java.lang.String _deliveryAddrFormatTemplate)
_deliveryAddrFormatTemplate - The deliveryAddrFormatTemplate to set.public J_OrderTotal[] getOrderTotals()
public void setOrderTotals(J_OrderTotal[] _orderTotals)
_orderTotals - The orderTotals to set.public J_OrderStatusHistory[] getStatusTrail()
public void setStatusTrail(J_OrderStatusHistory[] _statusTrail)
_statusTrail - The statusTrail to set.public int getBillingAddrId()
public void setBillingAddrId(int _billingAddrId)
_billingAddrId - The billingAddrId to set.public int getCustomerAddrId()
public void setCustomerAddrId(int _customerAddrId)
_customerAddrId - The customerAddrId to set.public int getDeliveryAddrId()
public void setDeliveryAddrId(int _deliveryAddrId)
_deliveryAddrId - The deliveryAddrId to set.public J_Country getDeliveryCountryObject()
public void setDeliveryCountryObject(J_Country _deliveryCountryObject)
_deliveryCountryObject - The deliveryCountryObject to set.public J_Zone getDeliveryZoneObject()
public void setDeliveryZoneObject(J_Zone _deliveryZoneObject)
_deliveryZoneObject - The deliveryZoneObject to set.public java.math.BigDecimal getTotalExTax()
public void setTotalExTax(java.math.BigDecimal _totalExTax)
_totalExTax - The totalExTax to set.public java.math.BigDecimal getTotalIncTax()
public void setTotalIncTax(java.math.BigDecimal _totalIncTax)
_totalIncTax - The totalIncTax to set.public J_ShippingQuote getShippingQuote()
public void setShippingQuote(J_ShippingQuote _shippingQuote)
_shippingQuote - The shippingQuote to set.public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String _currencyCode)
_currencyCode - The currencyCode to set.public J_Currency getCurrency()
public void setCurrency(J_Currency _currency)
_currency - The currency to set.public J_TaxRate[] getTaxRateObjectArray()
public void setTaxRateObjectArray(J_TaxRate[] _taxRateObjectArray)
_taxRateObjectArray - The taxRateObjectArray to set.public J_PaymentDetails getPaymentDetails()
public void setPaymentDetails(J_PaymentDetails _paymentDetails)
_paymentDetails - The paymentDetails to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - The custom5 to set.public java.lang.String getCouponCode()
public void setCouponCode(java.lang.String _couponCode)
_couponCode - The couponCode to set.public java.math.BigDecimal getSubTotalExTax()
public void setSubTotalExTax(java.math.BigDecimal _subTotalExTax)
_subTotalExTax - The subTotalExTax to set.public java.math.BigDecimal getSubTotalIncTax()
public void setSubTotalIncTax(java.math.BigDecimal _subTotalIncTax)
_subTotalIncTax - The subTotalIncTax to set.public java.lang.String getCouponIds()
public void setCouponIds(java.lang.String _couponIds)
_couponIds - The couponIds to set.public java.lang.String getPromotionIds()
public void setPromotionIds(java.lang.String _promotionIds)
_promotionIds - The promotionIds to set.public java.lang.String getPaymentModuleCode()
public void setPaymentModuleCode(java.lang.String _paymentModuleCode)
_paymentModuleCode - The paymentModuleCode to set.public java.lang.String getShippingModuleCode()
public void setShippingModuleCode(java.lang.String _shippingModuleCode)
_shippingModuleCode - The shippingModuleCode to set.public java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String _orderNumber)
_orderNumber - The orderNumber to set.public java.lang.String getLifecycleId()
public void setLifecycleId(java.lang.String _lifecycleId)
_lifecycleId - the lifecycleId to setpublic java.lang.String getTrackingNumber()
public void setTrackingNumber(java.lang.String _trackingNumber)
_trackingNumber - the trackingNumber to setpublic int getPointsRedeemed()
public void setPointsRedeemed(int _pointsRedeemed)
_pointsRedeemed - the pointsRedeemed to setpublic int getPointsAwarded()
public void setPointsAwarded(int _pointsAwarded)
_pointsAwarded - the pointsAwarded to setpublic int getPointsReservationId()
public void setPointsReservationId(int _pointsReservationId)
_pointsReservationId - the pointsReservationId to setpublic java.lang.String getLocale()
public void setLocale(java.lang.String _locale)
_locale - the locale to setpublic java.lang.String getGiftCertCode()
public void setGiftCertCode(java.lang.String _giftCertCode)
_giftCertCode - the giftCertCode to setpublic java.lang.String getInvoiceFilename()
public void setInvoiceFilename(java.lang.String _invoiceFilename)
_invoiceFilename - the filename to setpublic java.lang.String getCcCVV()
public void setCcCVV(java.lang.String _ccCVV)
_ccCVV - the ccCVV to setpublic java.lang.String getCustomerTelephone1()
public void setCustomerTelephone1(java.lang.String _customerTelephone1)
_customerTelephone1 - the customerTelephone1 to setpublic java.lang.String getDeliveryTelephone()
public void setDeliveryTelephone(java.lang.String _deliveryTelephone)
_deliveryTelephone - the deliveryTelephone to setpublic java.lang.String getDeliveryTelephone1()
public void setDeliveryTelephone1(java.lang.String _deliveryTelephone1)
_deliveryTelephone1 - the deliveryTelephone1 to setpublic java.lang.String getDeliveryEmail()
public void setDeliveryEmail(java.lang.String _deliveryEmail)
_deliveryEmail - the deliveryEmail to setpublic java.lang.String getBillingTelephone()
public void setBillingTelephone(java.lang.String _billingTelephone)
_billingTelephone - the billingTelephone to setpublic java.lang.String getBillingTelephone1()
public void setBillingTelephone1(java.lang.String _billingTelephone1)
_billingTelephone1 - the billingTelephone1 to setpublic java.lang.String getBillingEmail()
public void setBillingEmail(java.lang.String _billingEmail)
_billingEmail - the billingEmail to setpublic java.lang.String getShippingServiceCode()
public void setShippingServiceCode(java.lang.String _shippingServiceCode)
_shippingServiceCode - the shippingServiceCode to setpublic java.lang.String getCreator()
public void setCreator(java.lang.String _creator)
_creator - the creator to setpublic java.lang.String getAffiliateId()
public void setAffiliateId(java.lang.String _affiliateId)
_affiliateId - the affiliateId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||