public class AdminMiscItemSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxGroupSize
maxGroupSize
|
private AdminMiscItem[] |
miscItems
the MiscItem objects
|
private int |
offset
offset
|
private AdminSearch |
search
search - the search that was used to get the results
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminMiscItemSearchResult()
Constructor
|
AdminMiscItemSearchResult(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the OrderStatus object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxGroupSize() |
AdminMiscItem[] |
getMiscItems() |
int |
getOffset() |
AdminSearch |
getSearch() |
int |
getTotalSetSize() |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setMiscItems(AdminMiscItem[] miscItems) |
void |
setOffset(int offset) |
void |
setSearch(AdminSearch search) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private AdminSearch search
private AdminMiscItem[] miscItems
private int offset
private int maxGroupSize
private int totalSetSize
public AdminMiscItemSearchResult()
public AdminMiscItemSearchResult(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 java.lang.String toStringBrief()
public 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 setpublic void setSearch(AdminSearch search)
search
- Admin Search object to setpublic AdminSearch getSearch()
public AdminMiscItem[] getMiscItems()
public void setMiscItems(AdminMiscItem[] miscItems)
miscItems
- the miscItems to setCopyright © 2018 DS Data Systems UK Ltd.