Module com.logicommerce.sdk
Class OrderImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.OrderImpl
-
-
Constructor Summary
Constructors Constructor Description OrderImpl()
-
Method Summary
-
-
-
Method Detail
-
getAdditionalInformation
public List<OrderAdditionalInformation> getAdditionalInformation()
- Specified by:
getAdditionalInformationin interfaceOrder
-
getProperties
public List<ElementProperty> getProperties()
- Specified by:
getPropertiesin interfaceOrder
-
addProperty
public void addProperty(ElementProperty property)
- Specified by:
addPropertyin interfaceOrder
-
addProperty
public void addProperty(String name, String value)
- Specified by:
addPropertyin interfaceOrder
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceOrder
-
getCurrencies
public List<OrderCurrency> getCurrencies()
- Specified by:
getCurrenciesin interfaceOrder
-
getCustomTags
public List<CustomTag> getCustomTags()
- Specified by:
getCustomTagsin interfaceOrder
-
getDate
public LocalDateTime getDate()
-
getDeliveryDate
public LocalDateTime getDeliveryDate()
- Specified by:
getDeliveryDatein interfaceOrder
-
getDiscounts
public List<OrderDiscount> getDiscounts()
- Specified by:
getDiscountsin interfaceOrder
-
getDocumentNumber
public String getDocumentNumber()
- Specified by:
getDocumentNumberin interfaceOrder
-
getExportStatus
public ExportStatusType getExportStatus()
- Specified by:
getExportStatusin interfaceOrder
-
getLanguageId
public Integer getLanguageId()
- Specified by:
getLanguageIdin interfaceOrder
-
getPaymentDate
public LocalDateTime getPaymentDate()
- Specified by:
getPaymentDatein interfaceOrder
-
getInformation
public OrderInformation getInformation()
- Specified by:
getInformationin interfaceOrder
-
getPaymentSystem
public OrderPaymentSystem getPaymentSystem()
- Specified by:
getPaymentSystemin interfaceOrder
-
getStatus
public OrderStatusType getStatus()
-
getStatuses
public List<OrderStatus> getStatuses()
- Specified by:
getStatusesin interfaceOrder
-
getSubstatusId
public int getSubstatusId()
- Specified by:
getSubstatusIdin interfaceOrder
-
getTotals
public OrderTotal getTotals()
-
getDelivery
public OrderDelivery getDelivery()
- Specified by:
getDeliveryin interfaceOrder
-
getVouchers
public List<OrderVoucher> getVouchers()
- Specified by:
getVouchersin interfaceOrder
-
isReverseChargeVat
public boolean isReverseChargeVat()
- Specified by:
isReverseChargeVatin interfaceOrder
-
setComment
public void setComment(String comment)
-
setLanguageId
public void setLanguageId(Integer languageId)
-
setUser
public void setUser(OrderUser user)
-
setTotals
public void setTotals(OrderTotal totals)
-
setVouchers
public void setVouchers(List<OrderVoucher> vouchers)
-
setPaymentSystem
public void setPaymentSystem(OrderPaymentSystem paymentSystem)
-
setAdditionalInformation
public void setAdditionalInformation(List<OrderAdditionalInformation> additionalInformation)
-
setCurrencies
public void setCurrencies(List<OrderCurrency> currencies)
-
setDate
public void setDate(LocalDateTime date)
-
setDeliveryDate
public void setDeliveryDate(LocalDateTime deliveryDate)
-
setDiscounts
public void setDiscounts(List<OrderDiscount> discounts)
-
setDocumentNumber
public void setDocumentNumber(String documentNumber)
-
setExportStatus
public void setExportStatus(ExportStatusType exportStatus)
-
setId
public void setId(Integer id)
-
setPId
public void setPId(String pId)
-
setPaymentDate
public void setPaymentDate(LocalDateTime paymentDate)
-
setDelivery
public void setDelivery(OrderDelivery delivery)
-
setStatus
public void setStatus(OrderStatusType status)
-
setStatuses
public void setStatuses(List<OrderStatus> statuses)
-
setSubstatusId
public void setSubstatusId(int substatusId)
-
setPaid
public void setPaid(boolean paid)
-
setReverseChargeVat
public void setReverseChargeVat(boolean reverseChargeVat)
-
setInformation
public void setInformation(OrderInformation information)
-
cleanProperties
public void cleanProperties()
-
-