Module com.logicommerce.sdk
Class OrderImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.DocumentImpl
com.logicommerce.sdk.models.order.implementations.OrderImpl
OrderImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldstatus.intGetter for the fieldsubstatusId.Returns the total converted.voidsetStatus(OrderStatusType status) Setter for the fieldstatus.voidsetSubstatusId(int substatusId) Setter for the fieldsubstatusId.voidsetTotalCurrency(OrderTotalCurrency totalCurrency) Methods inherited from class com.logicommerce.sdk.models.order.implementations.DocumentImpl
addProperty, addProperty, cleanProperties, getAdditionalInformation, getComment, getCurrencies, getCustomTags, getDate, getDelivery, getDeliveryDate, getDiscounts, getDocumentId, getDocumentNumber, getExportStatus, getHeadquarter, getId, getInformation, getItems, getLanguageId, getPaymentDate, getPaymentSystem, getPId, getProperties, getStatuses, getTaxes, getTotals, getUser, getVouchers, isPaid, isReverseChargeVat, setAdditionalInformation, setComment, setCurrencies, setCustomTags, setDate, setDelivery, setDeliveryDate, setDiscounts, setDocumentNumber, setExportStatus, setHeadquarter, setId, setInformation, setItems, setLanguageId, setPaid, setPaymentDate, setPaymentSystem, setPId, setReverseChargeVat, setStatuses, setTaxes, setTotals, setUser, setVouchersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.logicommerce.sdk.models.order.Document
addProperty, addProperty, getAdditionalInformation, getComment, getCurrencies, getCustomTags, getDate, getDelivery, getDeliveryDate, getDiscounts, getDocumentId, getDocumentNumber, getExportStatus, getHeadquarter, getId, getInformation, getItems, getLanguageId, getPaymentDate, getPaymentSystem, getPId, getProperties, getStatuses, getTaxes, getTotals, getUser, getVouchers, isPaid, isReverseChargeVat
-
Constructor Details
-
OrderImpl
public OrderImpl()
-
-
Method Details
-
getStatus
Getter for the field
status.- Specified by:
getStatusin interfaceOrder- Returns:
- a
OrderStatusTypeobject
-
getSubstatusId
public int getSubstatusId()Getter for the field
substatusId.- Specified by:
getSubstatusIdin interfaceOrder- Returns:
- a int
-
setStatus
Setter for the field
status.- Parameters:
status- aOrderStatusTypeobject
-
setSubstatusId
public void setSubstatusId(int substatusId) Setter for the field
substatusId.- Parameters:
substatusId- a int
-
getTotalCurrency
Description copied from interface:OrderReturns the total converted.- Specified by:
getTotalCurrencyin interfaceOrder- Returns:
- an
OrderTotalCurrencyobject
-
setTotalCurrency
-