com.konakartadmin.app
Class AdminProdAttrDescSearchResult

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

public class AdminProdAttrDescSearchResult
extends java.lang.Object

ProdAttrDescSearchResult object for the Admin App


Field Summary
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminProdAttrDesc[] prodAttrDescs
          the ProdAttrDescs retrieved
private  AdminProdAttrDescSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminProdAttrDescSearchResult()
          Constructor
 
Method Summary
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminProdAttrDesc[] getProdAttrDescs()
           
 AdminProdAttrDescSearch getSearch()
           
 int getTotalSetSize()
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setProdAttrDescs(AdminProdAttrDesc[] prodAttrDescs)
           
 void setSearch(AdminProdAttrDescSearch 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 AdminProdAttrDescSearch search
search - the search that was used to get the results


prodAttrDescs

private AdminProdAttrDesc[] prodAttrDescs
the ProdAttrDescs retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminProdAttrDescSearchResult

public AdminProdAttrDescSearchResult()
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 ProdAttrDesc 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 AdminProdAttrDescSearch getSearch()
Returns:
the search

setSearch

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

getProdAttrDescs

public AdminProdAttrDesc[] getProdAttrDescs()
Returns:
the ProdAttrDescs

setProdAttrDescs

public void setProdAttrDescs(AdminProdAttrDesc[] prodAttrDescs)
Parameters:
prodAttrDescs - the prodAttrDescs to set


Copyright © 2011 DS Data Systems UK Ltd.