public class OrderHistory extends Object
Constructor and Description |
---|
OrderHistory(boolean result,
int currentPage,
int pageLength,
int total,
Order[] orders) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage()
Returns the current page number.
|
Order[] |
getOrders() |
int |
getPageLength()
Returns number of orders per page.
|
int |
getTotal() |
String |
toString() |
public OrderHistory(boolean result, int currentPage, int pageLength, int total, Order[] orders)
public int getCurrentPage()
public int getPageLength()
public int getTotal()
public Order[] getOrders()
Copyright © 2013–2017. All rights reserved.