public interface OrderStatusHistoryIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
Comments may be added to explain the status change.
|
java.util.Calendar |
getDateAdded() |
int |
getId() |
int |
getOrderId() |
java.lang.String |
getOrderStatus() |
int |
getOrderStatusId() |
int |
getUpdatedById() |
boolean |
isCustomerNotified()
When true, the customer is notified of the status change.
|
void |
setComments(java.lang.String comments)
Comments may be added to explain the status change.
|
void |
setCustomerNotified(boolean customerNotified)
When true, the customer is notified of the status change.
|
void |
setDateAdded(java.util.Calendar dateAdded) |
void |
setId(int id) |
void |
setOrderId(int orderId) |
void |
setOrderStatus(java.lang.String orderStatus) |
void |
setOrderStatusId(int orderStatusId) |
void |
setUpdatedById(int updatedById) |
java.lang.String getComments()
void setComments(java.lang.String comments)
comments
- The comments to set.boolean isCustomerNotified()
void setCustomerNotified(boolean customerNotified)
customerNotified
- The customerNotified to set.java.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- The dateAdded to set.int getId()
void setId(int id)
id
- The id to set.int getOrderId()
void setOrderId(int orderId)
orderId
- The orderId to set.java.lang.String getOrderStatus()
void setOrderStatus(java.lang.String orderStatus)
orderStatus
- The orderStatus to set.int getOrderStatusId()
void setOrderStatusId(int orderStatusId)
orderStatusId
- The orderStatusId to set.int getUpdatedById()
void setUpdatedById(int updatedById)
updatedById
- the updatedById to setCopyright © 2018 DS Data Systems UK Ltd.