com.konakartadmin.app
Class AdminSubscriptionSearchResult

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

public class AdminSubscriptionSearchResult
extends java.lang.Object

Subscription Search Results object for the Admin App


Field Summary
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminSubscriptionSearch search
          search - the search that was used to get the results
private  AdminSubscription[] subscriptions
          the Subscriptions retrieved
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminSubscriptionSearchResult()
          Constructor
 
Method Summary
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminSubscriptionSearch getSearch()
           
 AdminSubscription[] getSubscriptions()
           
 int getTotalSetSize()
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setSearch(AdminSubscriptionSearch search)
           
 void setSubscriptions(AdminSubscription[] subscriptions)
           
 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 AdminSubscriptionSearch search
search - the search that was used to get the results


subscriptions

private AdminSubscription[] subscriptions
the Subscriptions retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminSubscriptionSearchResult

public AdminSubscriptionSearchResult()
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 Subscription object.

getSearch

public AdminSubscriptionSearch getSearch()
Returns:
the search

setSearch

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

getSubscriptions

public AdminSubscription[] getSubscriptions()
Returns:
the subscriptions

setSubscriptions

public void setSubscriptions(AdminSubscription[] subscriptions)
Parameters:
subscriptions - the subscriptions to set

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


Copyright © 2011 DS Data Systems UK Ltd.