public class AdminShipperSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private AdminShipper[] |
shippers
the shippers retrieved
|
private AdminShipperSearch |
shipperSearch
shipperSearch - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminShipperSearchResult()
Constructor
|
AdminShipperSearchResult(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Shipper object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxGroupSize() |
int |
getOffset() |
AdminShipper[] |
getShippers() |
AdminShipperSearch |
getShipperSearch() |
int |
getTotalSetSize() |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setShippers(AdminShipper[] shippers) |
void |
setShipperSearch(AdminShipperSearch shipperSearch) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
private AdminShipperSearch shipperSearch
private AdminShipper[] shippers
private int offset
private int maxGroupSize
private int totalSetSize
public AdminShipperSearchResult()
public AdminShipperSearchResult(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public AdminShipper[] getShippers()
public void setShippers(AdminShipper[] shippers)
shippers
- the shippers to setpublic AdminShipperSearch getShipperSearch()
public void setShipperSearch(AdminShipperSearch shipperSearch)
shipperSearch
- the shipperSearch to setpublic int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getMaxGroupSize()
public void setMaxGroupSize(int maxGroupSize)
maxGroupSize
- the maxGroupSize to setpublic int getTotalSetSize()
public void setTotalSetSize(int totalSetSize)
totalSetSize
- the totalSetSize to setCopyright © 2018 DS Data Systems UK Ltd.