public class AdminVendorSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private int |
totalSetSize
totalSetSize
|
private AdminVendor[] |
vendors
the vendors retrieved
|
private AdminVendorSearch |
vendorSearch
vendorSearch - the search that was used to get the results
|
Constructor and Description |
---|
AdminVendorSearchResult()
Constructor
|
AdminVendorSearchResult(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Vendor object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxGroupSize() |
int |
getOffset() |
int |
getTotalSetSize() |
AdminVendor[] |
getVendors() |
AdminVendorSearch |
getVendorSearch() |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setTotalSetSize(int totalSetSize) |
void |
setVendors(AdminVendor[] vendors) |
void |
setVendorSearch(AdminVendorSearch vendorSearch) |
java.lang.String |
toString() |
private AdminVendorSearch vendorSearch
private AdminVendor[] vendors
private int offset
private int maxGroupSize
private int totalSetSize
public AdminVendorSearchResult()
public AdminVendorSearchResult(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 AdminVendorSearch getVendorSearch()
public void setVendorSearch(AdminVendorSearch vendorSearch)
vendorSearch
- the vendorSearch to setpublic AdminVendor[] getVendors()
public void setVendors(AdminVendor[] vendors)
vendors
- the vendors 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.