Module com.logicommerce.sdk
Class OrderImpl
- java.lang.Object
-
- com.logicommerce.sdk.models.order.implementations.DocumentImpl
-
- com.logicommerce.sdk.models.order.implementations.OrderImpl
-
public class OrderImpl extends DocumentImpl implements Order
OrderImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Constructor Summary
Constructors Constructor Description OrderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderStatusTypegetStatus()Getter for the fieldstatus.intgetSubstatusId()Getter for the fieldsubstatusId.voidsetStatus(OrderStatusType status)Setter for the fieldstatus.voidsetSubstatusId(int substatusId)Setter for the fieldsubstatusId.-
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, 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, setId, setInformation, setItems, setLanguageId, setPaid, setPaymentDate, setPaymentSystem, setPId, setReverseChargeVat, setStatuses, setTaxes, setTotals, setUser, setVouchers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.logicommerce.sdk.models.order.Document
addProperty, addProperty, getAdditionalInformation, getComment, getCurrencies, getCustomTags, getDate, getDelivery, getDeliveryDate, getDiscounts, getDocumentId, getDocumentNumber, getExportStatus, getId, getInformation, getItems, getLanguageId, getPaymentDate, getPaymentSystem, getPId, getProperties, getStatuses, getTaxes, getTotals, getUser, getVouchers, isPaid, isReverseChargeVat
-
-
-
-
Method Detail
-
getStatus
public OrderStatusType 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
public void setStatus(OrderStatusType status)
Setter for the field
status.- Parameters:
status- aOrderStatusTypeobject
-
setSubstatusId
public void setSubstatusId(int substatusId)
Setter for the field
substatusId.- Parameters:
substatusId- a int
-
-