com.konakartadmin.bl
Class AdminOrderBatchMgr.OrderProdList

java.lang.Object
  extended by 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


Field Summary
(package private)  int orderId
           
(package private)  java.util.List<AdminOrderProduct> orderProdList
           
 
Constructor Summary
protected AdminOrderBatchMgr.OrderProdList()
           
 
Method Summary
 int getOrderId()
           
 java.util.List<AdminOrderProduct> getOrderProdList()
           
 void setOrderId(int orderId)
           
 void setOrderProdList(java.util.List<AdminOrderProduct> orderProdList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orderId

int orderId

orderProdList

java.util.List<AdminOrderProduct> orderProdList
Constructor Detail

AdminOrderBatchMgr.OrderProdList

protected AdminOrderBatchMgr.OrderProdList()
Method Detail

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.