public class AdminOrderShipmentSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
offset
offset
|
private AdminOrderShipment[] |
orderShipmentArray
OrderShipmentArray
|
private int |
totalNumRecords
totalNumProducts
|
Constructor and Description |
---|
AdminOrderShipmentSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
AdminOrderShipment[] |
getOrderShipmentArray() |
int |
getTotalNumRecords() |
void |
setOffset(int offset) |
void |
setOrderShipmentArray(AdminOrderShipment[] orderShipmentArray) |
void |
setTotalNumRecords(int totalNumRecords) |
private int totalNumRecords
private int offset
private AdminOrderShipment[] orderShipmentArray
public AdminOrderShipmentSearchResult()
public int getOffset()
public void setOffset(int offset)
offset
- The offset to set.public int getTotalNumRecords()
public void setTotalNumRecords(int totalNumRecords)
totalNumRecords
- The totalNumRecords to set.public AdminOrderShipment[] getOrderShipmentArray()
public void setOrderShipmentArray(AdminOrderShipment[] orderShipmentArray)
orderShipmentArray
- The orderShipmentArray to set.Copyright © 2018 DS Data Systems UK Ltd.