public class AdminOrderRefundSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
offset
offset
|
private AdminOrderRefund[] |
orderRefundArray
OrderRefundArray
|
private int |
totalNumRecords
totalNumProducts
|
Constructor and Description |
---|
AdminOrderRefundSearchResult()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
AdminOrderRefund[] |
getOrderRefundArray() |
int |
getTotalNumRecords() |
void |
setOffset(int offset) |
void |
setOrderRefundArray(AdminOrderRefund[] orderRefundArray) |
void |
setTotalNumRecords(int totalNumRecords) |
private int totalNumRecords
private int offset
private AdminOrderRefund[] orderRefundArray
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 AdminOrderRefund[] getOrderRefundArray()
public void setOrderRefundArray(AdminOrderRefund[] orderRefundArray)
orderRefundArray
- the orderRefundArray to setCopyright © 2018 DS Data Systems UK Ltd.