com.konakartadmin.app
Class AdminCustomerGroupSearchResult

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

public class AdminCustomerGroupSearchResult
extends java.lang.Object

Customer Group Search Results object for the Admin App


Field Summary
private  AdminCustomerGroup[] customerGroups
          the customer groups retrieved
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminCustomerGroupSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminCustomerGroupSearchResult()
          Constructor
 
Method Summary
 AdminCustomerGroup[] getCustomerGroups()
           
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminCustomerGroupSearch getSearch()
           
 int getTotalSetSize()
           
 void setCustomerGroups(AdminCustomerGroup[] customerGroups)
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setSearch(AdminCustomerGroupSearch search)
           
 void setTotalSetSize(int totalSetSize)
           
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

search

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


customerGroups

private AdminCustomerGroup[] customerGroups
the customer groups retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminCustomerGroupSearchResult

public AdminCustomerGroupSearchResult()
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 CustomerGroupSearchResult object.

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the CustomerGroupSearchResult 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 AdminCustomerGroupSearch getSearch()
Returns:
Returns the search.

setSearch

public void setSearch(AdminCustomerGroupSearch search)
Parameters:
search - The search to set.

getCustomerGroups

public AdminCustomerGroup[] getCustomerGroups()
Returns:
Returns the customerGroups.

setCustomerGroups

public void setCustomerGroups(AdminCustomerGroup[] customerGroups)
Parameters:
customerGroups - The customerGroups to set.


Copyright © 2011 DS Data Systems UK Ltd.