com.konakartadmin.app
Class AdminProdAttrTemplateSearchResult

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

public class AdminProdAttrTemplateSearchResult
extends java.lang.Object

ProdAttrTemplateSearchResult object for the Admin App


Field Summary
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminProdAttrTemplate[] prodAttrTemplates
          the ProdAttrTemplates retrieved
private  AdminProdAttrTemplateSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminProdAttrTemplateSearchResult()
          Constructor
 
Method Summary
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminProdAttrTemplate[] getProdAttrTemplates()
           
 AdminProdAttrTemplateSearch getSearch()
           
 int getTotalSetSize()
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setProdAttrTemplates(AdminProdAttrTemplate[] prodAttrTemplates)
           
 void setSearch(AdminProdAttrTemplateSearch 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 AdminProdAttrTemplateSearch search
search - the search that was used to get the results


prodAttrTemplates

private AdminProdAttrTemplate[] prodAttrTemplates
the ProdAttrTemplates retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminProdAttrTemplateSearchResult

public AdminProdAttrTemplateSearchResult()
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 ProdAttrTemplate 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 AdminProdAttrTemplateSearch getSearch()
Returns:
the search

setSearch

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

getProdAttrTemplates

public AdminProdAttrTemplate[] getProdAttrTemplates()
Returns:
the prodAttrTemplates

setProdAttrTemplates

public void setProdAttrTemplates(AdminProdAttrTemplate[] prodAttrTemplates)
Parameters:
prodAttrTemplates - the prodAttrTemplates to set


Copyright © 2011 DS Data Systems UK Ltd.