|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminManufacturerSearchResult
public class AdminManufacturerSearchResult
Manufacturer Search Results object for the Admin App
Field Summary | |
---|---|
private AdminManufacturer[] |
manufacturers
the Manufacturers retrieved |
private int |
maxGroupSize
maxGroupSize |
private int |
offset
offset |
private AdminManufacturerSearch |
search
search - the search that was used to get the results |
private int |
totalSetSize
totalSetSize |
Constructor Summary | |
---|---|
AdminManufacturerSearchResult()
Constructor |
Method Summary | |
---|---|
AdminManufacturer[] |
getManufacturers()
|
int |
getMaxGroupSize()
|
int |
getOffset()
|
AdminManufacturerSearch |
getSearch()
|
int |
getTotalSetSize()
|
void |
setManufacturers(AdminManufacturer[] manufacturers)
|
void |
setMaxGroupSize(int maxGroupSize)
|
void |
setOffset(int offset)
|
void |
setSearch(AdminManufacturerSearch search)
|
void |
setTotalSetSize(int totalSetSize)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private AdminManufacturerSearch search
private AdminManufacturer[] manufacturers
private int offset
private int maxGroupSize
private int totalSetSize
Constructor Detail |
---|
public AdminManufacturerSearchResult()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
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 AdminManufacturerSearch getSearch()
public void setSearch(AdminManufacturerSearch search)
search
- the search to setpublic AdminManufacturer[] getManufacturers()
public void setManufacturers(AdminManufacturer[] manufacturers)
manufacturers
- the manufacturers to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |