com.konakartadmin.app
Class AdminManufacturerSearchResult

java.lang.Object
  extended by com.konakartadmin.app.AdminManufacturerSearchResult

public class AdminManufacturerSearchResult
extends java.lang.Object

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

search

private AdminManufacturerSearch search
search - the search that was used to get the results


manufacturers

private AdminManufacturer[] manufacturers
the Manufacturers retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminManufacturerSearchResult

public AdminManufacturerSearchResult()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Manufacturer Search Result object.

getOffset

public int getOffset()
Returns:
the offset

setOffset

public void setOffset(int offset)
Parameters:
offset - the offset to set

getMaxGroupSize

public int getMaxGroupSize()
Returns:
the maxGroupSize

setMaxGroupSize

public void setMaxGroupSize(int maxGroupSize)
Parameters:
maxGroupSize - the maxGroupSize to set

getTotalSetSize

public int getTotalSetSize()
Returns:
the totalSetSize

setTotalSetSize

public void setTotalSetSize(int totalSetSize)
Parameters:
totalSetSize - the totalSetSize to set

getSearch

public AdminManufacturerSearch getSearch()
Returns:
the search

setSearch

public void setSearch(AdminManufacturerSearch search)
Parameters:
search - the search to set

getManufacturers

public AdminManufacturer[] getManufacturers()
Returns:
the manufacturers

setManufacturers

public void setManufacturers(AdminManufacturer[] manufacturers)
Parameters:
manufacturers - the manufacturers to set


Copyright © 2011 DS Data Systems UK Ltd.