|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Order
public class Order
Order
| Constructor Summary | |
|---|---|
Order()
Constructor |
|
Order(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the Order object from a Record object |
|
| Method Summary | |
|---|---|
void |
calculateShippingMethod()
The shipping method is retrieved from one of the OrderTotal records and the shippingMethod attribute is set. |
void |
calculateTotals(int scale,
int taxQuantityRule)
Sets the total, sub total, totalTax attributes. |
void |
createFormattedAddresses()
Based on the address templates, the formatted addresses are created. |
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 |
CurrencyIf |
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()
|
CountryIf |
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()
|
ZoneIf |
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 |
OrderProductIf[] |
getOrderProducts()
An array of OrderProduct objects which define the products contained within the order. |
OrderTotalIf[] |
getOrderTotals()
An array of OrderTotal objects that contain information such as the sub total, the shipping, the discount and the total. |
PaymentDetailsIf |
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. |
ShippingQuoteIf |
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. |
OrderStatusHistoryIf[] |
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()
|
TaxRateIf[] |
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. |
java.lang.String |
removeCData(java.lang.String inString)
Returns the string passed in as inString without the CData information. |
void |
setAllAddresses(Address addr)
Set all of the addresses of the order (customer, delivery and billing) to the address contained in the address object parameter. |
void |
setBillingAddress(Address addr)
Set the billing address to the address contained in the address object parameter. |
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(CurrencyIf 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 |
setCustomerAddress(Address addr)
Set the customer address to the address contained in the address object parameter. |
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 |
setCustomerDetails(Customer cust)
Populate the order with details from the customer. |
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 |
setDeliveryAddress(Address addr)
Set the delivery address to the address contained in the address object parameter. |
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(CountryIf 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(ZoneIf 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(OrderProductIf[] orderProducts)
An array of OrderProduct objects which define the products contained within the order. |
void |
setOrderTotals(OrderTotalIf[] orderTotals)
An array of OrderTotal objects that contain information such as the sub total, the shipping, the discount and the total. |
void |
setPaymentDetails(PaymentDetailsIf 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(ShippingQuoteIf 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(OrderStatusHistoryIf[] 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(TaxRateIf[] 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. |
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Order()
public Order(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public void calculateTotals(int scale,
int taxQuantityRule)
throws KKException
scale - The scale used in the calculationstaxQuantityRule - The tax calculation rule to use
KKExceptionpublic void setAllAddresses(Address addr)
addr - public void createFormattedAddresses()
public void setCustomerAddress(Address addr)
addr - public void setDeliveryAddress(Address addr)
addr - public void setBillingAddress(Address addr)
addr - public void setCustomerDetails(Customer cust)
cust - public void calculateShippingMethod()
public java.lang.String removeCData(java.lang.String inString)
inString -
public java.lang.String getBillingCity()
getBillingCity in interface OrderIfpublic void setBillingCity(java.lang.String billingCity)
setBillingCity in interface OrderIfbillingCity - The billingCity to set.public java.lang.String getBillingCompany()
getBillingCompany in interface OrderIfpublic void setBillingCompany(java.lang.String billingCompany)
setBillingCompany in interface OrderIfbillingCompany - The billingCompany to set.public java.lang.String getBillingCountry()
getBillingCountry in interface OrderIfpublic void setBillingCountry(java.lang.String billingCountry)
setBillingCountry in interface OrderIfbillingCountry - The billingCountry to set.public java.lang.String getBillingName()
getBillingName in interface OrderIfpublic void setBillingName(java.lang.String billingName)
setBillingName in interface OrderIfbillingName - The billingName to set.public java.lang.String getBillingPostcode()
getBillingPostcode in interface OrderIfpublic void setBillingPostcode(java.lang.String billingPostcode)
setBillingPostcode in interface OrderIfbillingPostcode - The billingPostcode to set.public java.lang.String getBillingState()
getBillingState in interface OrderIfpublic void setBillingState(java.lang.String billingState)
setBillingState in interface OrderIfbillingState - The billingState to set.public java.lang.String getBillingStreetAddress()
getBillingStreetAddress in interface OrderIfpublic void setBillingStreetAddress(java.lang.String billingStreetAddress)
setBillingStreetAddress in interface OrderIfbillingStreetAddress - The billingStreetAddress to set.public java.lang.String getBillingSuburb()
getBillingSuburb in interface OrderIfpublic void setBillingSuburb(java.lang.String billingSuburb)
setBillingSuburb in interface OrderIfbillingSuburb - The billingSuburb to set.public java.lang.String getCcExpires()
getCcExpires in interface OrderIfpublic void setCcExpires(java.lang.String ccExpires)
setCcExpires in interface OrderIfccExpires - The ccExpires to set.public java.lang.String getCcNumber()
getCcNumber in interface OrderIfpublic void setCcNumber(java.lang.String ccNumber)
setCcNumber in interface OrderIfccNumber - The ccNumber to set.public java.lang.String getCcOwner()
getCcOwner in interface OrderIfpublic void setCcOwner(java.lang.String ccOwner)
setCcOwner in interface OrderIfccOwner - The ccOwner to set.public java.lang.String getCcType()
getCcType in interface OrderIfpublic void setCcType(java.lang.String ccType)
setCcType in interface OrderIfccType - The ccType to set.public java.math.BigDecimal getCurrencyValue()
OrderIf
getCurrencyValue in interface OrderIfpublic void setCurrencyValue(java.math.BigDecimal currencyValue)
OrderIf
setCurrencyValue in interface OrderIfcurrencyValue - The currencyValue to set.public java.lang.String getCustomerCity()
getCustomerCity in interface OrderIfpublic void setCustomerCity(java.lang.String customerCity)
setCustomerCity in interface OrderIfcustomerCity - The customerCity to set.public java.lang.String getCustomerCompany()
getCustomerCompany in interface OrderIfpublic void setCustomerCompany(java.lang.String customerCompany)
setCustomerCompany in interface OrderIfcustomerCompany - The customerCompany to set.public java.lang.String getCustomerCountry()
getCustomerCountry in interface OrderIfpublic void setCustomerCountry(java.lang.String customerCountry)
setCustomerCountry in interface OrderIfcustomerCountry - The customerCountry to set.public java.lang.String getCustomerEmail()
getCustomerEmail in interface OrderIfpublic void setCustomerEmail(java.lang.String customerEmail)
setCustomerEmail in interface OrderIfcustomerEmail - The customerEmail to set.public java.lang.String getCustomerName()
getCustomerName in interface OrderIfpublic void setCustomerName(java.lang.String customerName)
setCustomerName in interface OrderIfcustomerName - The customerName to set.public java.lang.String getCustomerPostcode()
getCustomerPostcode in interface OrderIfpublic void setCustomerPostcode(java.lang.String customerPostcode)
setCustomerPostcode in interface OrderIfcustomerPostcode - The customerPostcode to set.public java.lang.String getCustomerState()
getCustomerState in interface OrderIfpublic void setCustomerState(java.lang.String customerState)
setCustomerState in interface OrderIfcustomerState - The customerState to set.public java.lang.String getCustomerStreetAddress()
getCustomerStreetAddress in interface OrderIfpublic void setCustomerStreetAddress(java.lang.String customerStreetAddress)
setCustomerStreetAddress in interface OrderIfcustomerStreetAddress - The customerStreetAddress to set.public java.lang.String getCustomerSuburb()
getCustomerSuburb in interface OrderIfpublic void setCustomerSuburb(java.lang.String customerSuburb)
setCustomerSuburb in interface OrderIfcustomerSuburb - The customerSuburb to set.public java.lang.String getCustomerTelephone()
getCustomerTelephone in interface OrderIfpublic void setCustomerTelephone(java.lang.String customerTelephone)
setCustomerTelephone in interface OrderIfcustomerTelephone - The customerTelephone to set.public java.util.Calendar getDateFinished()
getDateFinished in interface OrderIfpublic void setDateFinished(java.util.Calendar dateFinished)
setDateFinished in interface OrderIfdateFinished - The dateFinished to set.public java.util.Calendar getDatePurchased()
OrderIf
getDatePurchased in interface OrderIfpublic void setDatePurchased(java.util.Calendar datePurchased)
OrderIf
setDatePurchased in interface OrderIfdatePurchased - The datePurchased to set.public java.lang.String getDeliveryCity()
getDeliveryCity in interface OrderIfpublic void setDeliveryCity(java.lang.String deliveryCity)
setDeliveryCity in interface OrderIfdeliveryCity - The deliveryCity to set.public java.lang.String getDeliveryCompany()
getDeliveryCompany in interface OrderIfpublic void setDeliveryCompany(java.lang.String deliveryCompany)
setDeliveryCompany in interface OrderIfdeliveryCompany - The deliveryCompany to set.public java.lang.String getDeliveryCountry()
getDeliveryCountry in interface OrderIfpublic void setDeliveryCountry(java.lang.String deliveryCountry)
setDeliveryCountry in interface OrderIfdeliveryCountry - The deliveryCountry to set.public java.lang.String getDeliveryName()
getDeliveryName in interface OrderIfpublic void setDeliveryName(java.lang.String deliveryName)
setDeliveryName in interface OrderIfdeliveryName - The deliveryName to set.public java.lang.String getDeliveryPostcode()
getDeliveryPostcode in interface OrderIfpublic void setDeliveryPostcode(java.lang.String deliveryPostcode)
setDeliveryPostcode in interface OrderIfdeliveryPostcode - The deliveryPostcode to set.public java.lang.String getDeliveryState()
getDeliveryState in interface OrderIfpublic void setDeliveryState(java.lang.String deliveryState)
setDeliveryState in interface OrderIfdeliveryState - The deliveryState to set.public java.lang.String getDeliveryStreetAddress()
getDeliveryStreetAddress in interface OrderIfpublic void setDeliveryStreetAddress(java.lang.String deliveryStreetAddress)
setDeliveryStreetAddress in interface OrderIfdeliveryStreetAddress - The deliveryStreetAddress to set.public java.lang.String getDeliverySuburb()
getDeliverySuburb in interface OrderIfpublic void setDeliverySuburb(java.lang.String deliverySuburb)
setDeliverySuburb in interface OrderIfdeliverySuburb - The deliverySuburb to set.public int getId()
getId in interface OrderIfpublic void setId(int id)
setId in interface OrderIfid - The id to set.public java.util.Calendar getLastModified()
getLastModified in interface OrderIfpublic void setLastModified(java.util.Calendar lastModified)
setLastModified in interface OrderIflastModified - The lastModified to set.public java.lang.String getPaymentMethod()
getPaymentMethod in interface OrderIfpublic void setPaymentMethod(java.lang.String paymentMethod)
setPaymentMethod in interface OrderIfpaymentMethod - The paymentMethod to set.public int getStatus()
OrderIf
getStatus in interface OrderIfpublic void setStatus(int status)
OrderIf
setStatus in interface OrderIfstatus - The status to set.public int getCustomerId()
getCustomerId in interface OrderIfpublic void setCustomerId(int customerId)
setCustomerId in interface OrderIfcustomerId - The customerId to set.public int getBillingAddrFormatId()
OrderIf
getBillingAddrFormatId in interface OrderIfpublic void setBillingAddrFormatId(int billingAddrFormatId)
OrderIf
setBillingAddrFormatId in interface OrderIfbillingAddrFormatId - The billingAddrFormatId to set.public int getCustomerAddrFormatId()
OrderIf
getCustomerAddrFormatId in interface OrderIfpublic void setCustomerAddrFormatId(int customerAddrFormatId)
OrderIf
setCustomerAddrFormatId in interface OrderIfcustomerAddrFormatId - The customerAddrFormatId to set.public int getDeliveryAddrFormatId()
OrderIf
getDeliveryAddrFormatId in interface OrderIfpublic void setDeliveryAddrFormatId(int deliveryAddrFormatId)
OrderIf
setDeliveryAddrFormatId in interface OrderIfdeliveryAddrFormatId - The deliveryAddrFormatId to set.public OrderProductIf[] getOrderProducts()
OrderIf
getOrderProducts in interface OrderIfpublic void setOrderProducts(OrderProductIf[] orderProducts)
OrderIf
setOrderProducts in interface OrderIforderProducts - The orderProducts to set.public java.lang.String getBillingFormattedAddress()
OrderIf
getBillingFormattedAddress in interface OrderIfpublic void setBillingFormattedAddress(java.lang.String billingFormattedAddress)
OrderIf
setBillingFormattedAddress in interface OrderIfbillingFormattedAddress - The billingFormattedAddress to set.public java.lang.String getCustomerFormattedAddress()
OrderIf
getCustomerFormattedAddress in interface OrderIfpublic void setCustomerFormattedAddress(java.lang.String customerFormattedAddress)
OrderIf
setCustomerFormattedAddress in interface OrderIfcustomerFormattedAddress - The customerFormattedAddress to set.public java.lang.String getDeliveryFormattedAddress()
OrderIf
getDeliveryFormattedAddress in interface OrderIfpublic void setDeliveryFormattedAddress(java.lang.String deliveryFormattedAddress)
OrderIf
setDeliveryFormattedAddress in interface OrderIfdeliveryFormattedAddress - The deliveryFormattedAddress to set.public java.lang.String getStatusText()
OrderIf
getStatusText in interface OrderIfpublic void setStatusText(java.lang.String statusText)
OrderIf
setStatusText in interface OrderIfstatusText - The statusText to set.public java.math.BigDecimal getTax()
getTax in interface OrderIfpublic void setTax(java.math.BigDecimal tax)
setTax in interface OrderIftax - The tax to set.public int getNumProducts()
getNumProducts in interface OrderIfpublic void setNumProducts(int numProducts)
setNumProducts in interface OrderIfnumProducts - The numProducts to set.public java.lang.String getBillingAddrFormatTemplate()
OrderIf
getBillingAddrFormatTemplate in interface OrderIfpublic void setBillingAddrFormatTemplate(java.lang.String billingAddrFormatTemplate)
OrderIf
setBillingAddrFormatTemplate in interface OrderIfbillingAddrFormatTemplate - The billingAddrFormatTemplate to set.public java.lang.String getCustomerAddrFormatTemplate()
OrderIf
getCustomerAddrFormatTemplate in interface OrderIfpublic void setCustomerAddrFormatTemplate(java.lang.String customerAddrFormatTemplate)
OrderIf
setCustomerAddrFormatTemplate in interface OrderIfcustomerAddrFormatTemplate - The customerAddrFormatTemplate to set.public java.lang.String getDeliveryAddrFormatTemplate()
OrderIf
getDeliveryAddrFormatTemplate in interface OrderIfpublic void setDeliveryAddrFormatTemplate(java.lang.String deliveryAddrFormatTemplate)
OrderIf
setDeliveryAddrFormatTemplate in interface OrderIfdeliveryAddrFormatTemplate - The deliveryAddrFormatTemplate to set.public OrderTotalIf[] getOrderTotals()
OrderIf
getOrderTotals in interface OrderIfpublic void setOrderTotals(OrderTotalIf[] orderTotals)
OrderIf
setOrderTotals in interface OrderIforderTotals - The orderTotals to set.public OrderStatusHistoryIf[] getStatusTrail()
OrderIf
getStatusTrail in interface OrderIfpublic void setStatusTrail(OrderStatusHistoryIf[] statusTrail)
OrderIf
setStatusTrail in interface OrderIfstatusTrail - The statusTrail to set.public int getBillingAddrId()
getBillingAddrId in interface OrderIfpublic void setBillingAddrId(int billingAddrId)
setBillingAddrId in interface OrderIfbillingAddrId - The billingAddrId to set.public int getCustomerAddrId()
getCustomerAddrId in interface OrderIfpublic void setCustomerAddrId(int customerAddrId)
setCustomerAddrId in interface OrderIfcustomerAddrId - The customerAddrId to set.public int getDeliveryAddrId()
getDeliveryAddrId in interface OrderIfpublic void setDeliveryAddrId(int deliveryAddrId)
setDeliveryAddrId in interface OrderIfdeliveryAddrId - The deliveryAddrId to set.public CountryIf getDeliveryCountryObject()
getDeliveryCountryObject in interface OrderIfpublic void setDeliveryCountryObject(CountryIf deliveryCountryObject)
setDeliveryCountryObject in interface OrderIfdeliveryCountryObject - The deliveryCountryObject to set.public ZoneIf getDeliveryZoneObject()
getDeliveryZoneObject in interface OrderIfpublic void setDeliveryZoneObject(ZoneIf deliveryZoneObject)
setDeliveryZoneObject in interface OrderIfdeliveryZoneObject - The deliveryZoneObject to set.public java.math.BigDecimal getTotalExTax()
getTotalExTax in interface OrderIfpublic void setTotalExTax(java.math.BigDecimal totalExTax)
setTotalExTax in interface OrderIftotalExTax - The totalExTax to set.public java.math.BigDecimal getTotalIncTax()
getTotalIncTax in interface OrderIfpublic void setTotalIncTax(java.math.BigDecimal totalIncTax)
setTotalIncTax in interface OrderIftotalIncTax - The totalIncTax to set.public ShippingQuoteIf getShippingQuote()
getShippingQuote in interface OrderIfpublic void setShippingQuote(ShippingQuoteIf shippingQuote)
setShippingQuote in interface OrderIfshippingQuote - The shippingQuote to set.public java.lang.String getCurrencyCode()
OrderIf
getCurrencyCode in interface OrderIfpublic void setCurrencyCode(java.lang.String currencyCode)
OrderIf
setCurrencyCode in interface OrderIfcurrencyCode - The currencyCode to set.public CurrencyIf getCurrency()
getCurrency in interface OrderIfpublic void setCurrency(CurrencyIf currency)
setCurrency in interface OrderIfcurrency - The currency to set.public TaxRateIf[] getTaxRateObjectArray()
OrderIf
getTaxRateObjectArray in interface OrderIfpublic void setTaxRateObjectArray(TaxRateIf[] taxRateObjectArray)
OrderIf
setTaxRateObjectArray in interface OrderIftaxRateObjectArray - The taxRateObjectArray to set.public PaymentDetailsIf getPaymentDetails()
getPaymentDetails in interface OrderIfpublic void setPaymentDetails(PaymentDetailsIf paymentDetails)
setPaymentDetails in interface OrderIfpaymentDetails - The paymentDetails to set.public java.lang.String getShippingMethod()
OrderIf
getShippingMethod in interface OrderIfpublic void setShippingMethod(java.lang.String shippingMethod)
setShippingMethod in interface OrderIfshippingMethod - The shippingMethod to set.public java.lang.String getCustom1()
getCustom1 in interface OrderIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface OrderIfcustom1 - The custom1 to set.public java.lang.String getCustom2()
getCustom2 in interface OrderIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface OrderIfcustom2 - The custom2 to set.public java.lang.String getCustom3()
getCustom3 in interface OrderIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface OrderIfcustom3 - The custom3 to set.public java.lang.String getCustom4()
getCustom4 in interface OrderIfpublic void setCustom4(java.lang.String custom4)
setCustom4 in interface OrderIfcustom4 - The custom4 to set.public java.lang.String getCustom5()
getCustom5 in interface OrderIfpublic void setCustom5(java.lang.String custom5)
setCustom5 in interface OrderIfcustom5 - The custom5 to set.public java.lang.String getCouponCode()
OrderIf
getCouponCode in interface OrderIfpublic void setCouponCode(java.lang.String couponCode)
OrderIf
setCouponCode in interface OrderIfcouponCode - The couponCode to set.public java.math.BigDecimal getSubTotalExTax()
getSubTotalExTax in interface OrderIfpublic void setSubTotalExTax(java.math.BigDecimal subTotalExTax)
setSubTotalExTax in interface OrderIfsubTotalExTax - The subTotalExTax to set.public java.math.BigDecimal getSubTotalIncTax()
getSubTotalIncTax in interface OrderIfpublic void setSubTotalIncTax(java.math.BigDecimal subTotalIncTax)
setSubTotalIncTax in interface OrderIfsubTotalIncTax - The subTotalIncTax to set.public java.lang.String getCouponIds()
OrderIf
getCouponIds in interface OrderIfpublic void setCouponIds(java.lang.String couponIds)
OrderIf
setCouponIds in interface OrderIfcouponIds - The couponIds to set.public java.lang.String getPromotionIds()
OrderIf
getPromotionIds in interface OrderIfpublic void setPromotionIds(java.lang.String promotionIds)
OrderIf
setPromotionIds in interface OrderIfpromotionIds - The promotionIds to set.public java.lang.String getPaymentModuleCode()
OrderIf
getPaymentModuleCode in interface OrderIfpublic void setPaymentModuleCode(java.lang.String paymentModuleCode)
OrderIf
setPaymentModuleCode in interface OrderIfpaymentModuleCode - The paymentModuleCode to set.public java.lang.String getShippingModuleCode()
OrderIf
getShippingModuleCode in interface OrderIfpublic void setShippingModuleCode(java.lang.String shippingModuleCode)
OrderIf
setShippingModuleCode in interface OrderIfshippingModuleCode - The shippingModuleCode to set.public java.lang.String getOrderNumber()
OrderIf
getOrderNumber in interface OrderIfpublic void setOrderNumber(java.lang.String orderNumber)
OrderIf
setOrderNumber in interface OrderIforderNumber - The orderNumber to set.public java.lang.String getTrackingNumber()
OrderIf
getTrackingNumber in interface OrderIfpublic void setTrackingNumber(java.lang.String trackingNumber)
OrderIf
setTrackingNumber in interface OrderIftrackingNumber - the trackingNumber to setpublic int getPointsAwarded()
OrderIf
getPointsAwarded in interface OrderIfpublic void setPointsAwarded(int pointsAwarded)
OrderIf
setPointsAwarded in interface OrderIfpointsAwarded - the pointsAwarded to setpublic int getPointsReservationId()
OrderIf
getPointsReservationId in interface OrderIfpublic void setPointsReservationId(int pointsReservationId)
OrderIf
setPointsReservationId in interface OrderIfpointsReservationId - the pointsReservationId to setpublic int getPointsRedeemed()
OrderIf
getPointsRedeemed in interface OrderIfpublic void setPointsRedeemed(int pointsRedeemed)
OrderIf
setPointsRedeemed in interface OrderIfpointsRedeemed - the pointsRedeemed to setpublic java.lang.String getLocale()
getLocale in interface OrderIfpublic void setLocale(java.lang.String locale)
setLocale in interface OrderIflocale - the locale to setpublic java.lang.String getGiftCertCode()
getGiftCertCode in interface OrderIfpublic void setGiftCertCode(java.lang.String giftCertCode)
setGiftCertCode in interface OrderIfgiftCertCode - the giftCertCode to setpublic java.lang.String getInvoiceFilename()
getInvoiceFilename in interface OrderIfpublic void setInvoiceFilename(java.lang.String invoiceFilename)
setInvoiceFilename in interface OrderIfinvoiceFilename - the filename to setpublic java.lang.String getCcCVV()
getCcCVV in interface OrderIfpublic void setCcCVV(java.lang.String ccCVV)
setCcCVV in interface OrderIfccCVV - the ccCVV to setpublic java.lang.String getCustomerTelephone1()
getCustomerTelephone1 in interface OrderIfpublic void setCustomerTelephone1(java.lang.String customerTelephone1)
setCustomerTelephone1 in interface OrderIfcustomerTelephone1 - the customerTelephone1 to setpublic java.lang.String getDeliveryTelephone()
getDeliveryTelephone in interface OrderIfpublic void setDeliveryTelephone(java.lang.String deliveryTelephone)
setDeliveryTelephone in interface OrderIfdeliveryTelephone - the deliveryTelephone to setpublic java.lang.String getDeliveryTelephone1()
getDeliveryTelephone1 in interface OrderIfpublic void setDeliveryTelephone1(java.lang.String deliveryTelephone1)
setDeliveryTelephone1 in interface OrderIfdeliveryTelephone1 - the deliveryTelephone1 to setpublic java.lang.String getDeliveryEmail()
getDeliveryEmail in interface OrderIfpublic void setDeliveryEmail(java.lang.String deliveryEmail)
setDeliveryEmail in interface OrderIfdeliveryEmail - the deliveryEmail to setpublic java.lang.String getBillingTelephone()
getBillingTelephone in interface OrderIfpublic void setBillingTelephone(java.lang.String billingTelephone)
setBillingTelephone in interface OrderIfbillingTelephone - the billingTelephone to setpublic java.lang.String getBillingTelephone1()
getBillingTelephone1 in interface OrderIfpublic void setBillingTelephone1(java.lang.String billingTelephone1)
setBillingTelephone1 in interface OrderIfbillingTelephone1 - the billingTelephone1 to setpublic java.lang.String getBillingEmail()
getBillingEmail in interface OrderIfpublic void setBillingEmail(java.lang.String billingEmail)
setBillingEmail in interface OrderIfbillingEmail - the billingEmail to setpublic java.lang.String getCustomerStreetAddress1()
getCustomerStreetAddress1 in interface OrderIfpublic void setCustomerStreetAddress1(java.lang.String customerStreetAddress1)
setCustomerStreetAddress1 in interface OrderIfcustomerStreetAddress1 - the customerStreetAddress1 to setpublic java.lang.String getDeliveryStreetAddress1()
getDeliveryStreetAddress1 in interface OrderIfpublic void setDeliveryStreetAddress1(java.lang.String deliveryStreetAddress1)
setDeliveryStreetAddress1 in interface OrderIfdeliveryStreetAddress1 - the deliveryStreetAddress1 to setpublic java.lang.String getBillingStreetAddress1()
getBillingStreetAddress1 in interface OrderIfpublic void setBillingStreetAddress1(java.lang.String billingStreetAddress1)
setBillingStreetAddress1 in interface OrderIfbillingStreetAddress1 - the billingStreetAddress1 to setpublic java.lang.String getShippingServiceCode()
OrderIf
getShippingServiceCode in interface OrderIfpublic void setShippingServiceCode(java.lang.String shippingServiceCode)
OrderIf
setShippingServiceCode in interface OrderIfshippingServiceCode - the shippingServiceCode to setpublic java.lang.String getLifecycleId()
OrderIf
getLifecycleId in interface OrderIfpublic void setLifecycleId(java.lang.String lifecycleId)
OrderIf
setLifecycleId in interface OrderIflifecycleId - the lifecycleId to setpublic java.lang.String getCreator()
getCreator in interface OrderIfpublic void setCreator(java.lang.String creator)
setCreator in interface OrderIfcreator - the creator to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||