public class Order extends Object implements CrudObject<Integer>
| Constructor and Description |
|---|
Order() |
public Integer getId()
getId in interface CrudObject<Integer>public void setId(Integer id)
public Integer getOrderNumber()
public void setOrderNumber(Integer orderNumber)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Date getCompletedAt()
public void setCompletedAt(Date completedAt)
public Date getPaidAt()
public void setPaidAt(Date paidAt)
public String getStatus()
public void setStatus(String status)
public String getCurrency()
public void setCurrency(String currency)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public BigDecimal getSubtotal()
public void setSubtotal(BigDecimal subtotal)
public Integer getTotalLineItemsQuantity()
public void setTotalLineItemsQuantity(Integer totalLineItemsQuantity)
public BigDecimal getTotalTax()
public void setTotalTax(BigDecimal totalTax)
public BigDecimal getTotalShipping()
public void setTotalShipping(BigDecimal totalShipping)
public BigDecimal getCartTax()
public void setCartTax(BigDecimal cartTax)
public BigDecimal getShippingTax()
public void setShippingTax(BigDecimal shippingTax)
public BigDecimal getTotalDiscount()
public void setTotalDiscount(BigDecimal totalDiscount)
public String getShippingMethods()
public void setShippingMethods(String shippingMethods)
public PaymentDetails getPaymentDetails()
public void setPaymentDetails(PaymentDetails paymentDetails)
public BillingAddress getBillingAddress()
public void setBillingAddress(BillingAddress billingAddress)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public String getNote()
public void setNote(String note)
public String getCustomerIp()
public void setCustomerIp(String customerIp)
public String getCustomerUserAgent()
public void setCustomerUserAgent(String customerUserAgent)
public Integer getCustomerId()
public void setCustomerId(Integer customerId)
public String getViewOrderUrl()
public void setViewOrderUrl(String viewOrderUrl)
public List<ShippingLine> getShippingLines()
public void setShippingLines(List<ShippingLine> shippingLines)
public List<CouponLine> getCouponLines()
public void setCouponLines(List<CouponLine> couponLines)
public Customer getCustomer()
public void setCustomer(Customer customer)
public String getOrderKey()
public void setOrderKey(String orderKey)
public String getVersion()
public void setVersion(String version)
public Boolean getPricesIncludeTax()
public void setPricesIncludeTax(Boolean pricesIncludeTax)
public BigDecimal getDiscountTax()
public void setDiscountTax(BigDecimal discountTax)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public String getPaymentMethodTitle()
public void setPaymentMethodTitle(String paymentMethodTitle)
public Boolean getSetPaid()
public void setSetPaid(Boolean setPaid)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getCreatedVia()
public void setCreatedVia(String createdVia)
public String getCartHash()
public void setCartHash(String cartHash)
public Integer getParentId()
public void setParentId(Integer parentId)
public List<RefundLine> getRefunds()
public void setRefunds(List<RefundLine> refunds)
Copyright © 2017 Netgrid. All rights reserved.