com.konakartadmin.bl
Class AdminOrderBatchMgr.OrderProdList
java.lang.Object
com.konakartadmin.bl.AdminOrderBatchMgr.OrderProdList
- Enclosing class:
- AdminOrderBatchMgr
protected class AdminOrderBatchMgr.OrderProdList
- extends java.lang.Object
A return object containing a list of OrderProducts and the last OrderId processed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orderId
int orderId
orderProdList
java.util.List<AdminOrderProduct> orderProdList
AdminOrderBatchMgr.OrderProdList
protected AdminOrderBatchMgr.OrderProdList()
getOrderId
public int getOrderId()
- Returns:
- the orderId
setOrderId
public void setOrderId(int orderId)
- Parameters:
orderId
- the orderId to set
getOrderProdList
public java.util.List<AdminOrderProduct> getOrderProdList()
- Returns:
- the orderProdList
setOrderProdList
public void setOrderProdList(java.util.List<AdminOrderProduct> orderProdList)
- Parameters:
orderProdList
- the orderProdList to set
Copyright © 2011 DS Data Systems UK Ltd.