com.konakartadmin.app
Class AdminCustomerTagSearchResult

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

public class AdminCustomerTagSearchResult
extends java.lang.Object

Customer Tag Search Results object for the Admin App


Field Summary
private  AdminCustomerTag[] customerTags
          the Customer Tags retrieved
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminCustomerTagSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminCustomerTagSearchResult()
          Constructor
 
Method Summary
 AdminCustomerTag[] getCustomerTags()
           
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminCustomerTagSearch getSearch()
           
 int getTotalSetSize()
           
 void setCustomerTags(AdminCustomerTag[] customerTags)
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setSearch(AdminCustomerTagSearch 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 AdminCustomerTagSearch search
search - the search that was used to get the results


customerTags

private AdminCustomerTag[] customerTags
the Customer Tags retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminCustomerTagSearchResult

public AdminCustomerTagSearchResult()
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 Customer Tag 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 AdminCustomerTagSearch getSearch()
Returns:
the search

setSearch

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

getCustomerTags

public AdminCustomerTag[] getCustomerTags()
Returns:
the customerTags

setCustomerTags

public void setCustomerTags(AdminCustomerTag[] customerTags)
Parameters:
customerTags - the customerTags to set


Copyright © 2011 DS Data Systems UK Ltd.