com.konakart.rmi.app
Class S_Orders

java.lang.Object
  extended by com.konakart.rmi.app.S_Orders
All Implemented Interfaces:
java.io.Serializable

public class S_Orders
extends java.lang.Object
implements java.io.Serializable

This is normally the object returned for API calls returning an array of orders. It contains an array of orders and the total number of orders matching the request, so that they can be paged.

See Also:
Serialized Form

Constructor Summary
S_Orders()
           
 
Method Summary
 S_Order[] getOrderArray()
           
 int getTotalNumOrders()
           
 void setOrderArray(S_Order[] _orderArray)
           
 void setTotalNumOrders(int _totalNumOrders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_Orders

public S_Orders()
Method Detail

getOrderArray

public S_Order[] getOrderArray()
Returns:
Returns the orderArray.

setOrderArray

public void setOrderArray(S_Order[] _orderArray)
Parameters:
_orderArray - The orderArray to set.

getTotalNumOrders

public int getTotalNumOrders()
Returns:
Returns the totalNumOrders.

setTotalNumOrders

public void setTotalNumOrders(int _totalNumOrders)
Parameters:
_totalNumOrders - The totalNumOrders to set.


Copyright © 2011 DS Data Systems UK Ltd.