public class AdminCurrencySearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AdminCurrency[] |
currencies
the currencies retrieved
|
private AdminCurrencySearch |
currSearch
currSearch - the search that was used to get the results
|
private int |
maxGroupSize
maxGroupSize
|
private int |
offset
offset
|
private int |
totalSetSize
totalSetSize
|
Constructor and Description |
---|
AdminCurrencySearchResult()
Constructor
|
AdminCurrencySearchResult(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the Currency object from a Record object
|
Modifier and Type | Method and Description |
---|---|
AdminCurrency[] |
getCurrencies() |
AdminCurrencySearch |
getCurrSearch() |
int |
getMaxGroupSize() |
int |
getOffset() |
int |
getTotalSetSize() |
void |
setCurrencies(AdminCurrency[] currencies) |
void |
setCurrSearch(AdminCurrencySearch currSearch) |
void |
setMaxGroupSize(int maxGroupSize) |
void |
setOffset(int offset) |
void |
setTotalSetSize(int totalSetSize) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private AdminCurrencySearch currSearch
private AdminCurrency[] currencies
private int offset
private int maxGroupSize
private int totalSetSize
public AdminCurrencySearchResult()
public AdminCurrencySearchResult(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 AdminCurrency[] getCurrencies()
public void setCurrencies(AdminCurrency[] currencies)
currencies
- the currencies to setpublic AdminCurrencySearch getCurrSearch()
public void setCurrSearch(AdminCurrencySearch currSearch)
currSearch
- the currSearch 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.