com.konakartadmin.app
Class AdminExpressionSearchResult

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

public class AdminExpressionSearchResult
extends java.lang.Object

Expression Search Results object for the Admin App


Field Summary
private  AdminExpression[] expressions
          the expressions retrieved
private  int maxGroupSize
          maxGroupSize
private  int offset
          offset
private  AdminExpressionSearch search
          search - the search that was used to get the results
private  int totalSetSize
          totalSetSize
 
Constructor Summary
AdminExpressionSearchResult()
          Constructor
 
Method Summary
 AdminExpression[] getExpressions()
           
 int getMaxGroupSize()
           
 int getOffset()
           
 AdminExpressionSearch getSearch()
           
 int getTotalSetSize()
           
 void setExpressions(AdminExpression[] expressions)
           
 void setMaxGroupSize(int maxGroupSize)
           
 void setOffset(int offset)
           
 void setSearch(AdminExpressionSearch 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 AdminExpressionSearch search
search - the search that was used to get the results


expressions

private AdminExpression[] expressions
the expressions retrieved


offset

private int offset
offset


maxGroupSize

private int maxGroupSize
maxGroupSize


totalSetSize

private int totalSetSize
totalSetSize

Constructor Detail

AdminExpressionSearchResult

public AdminExpressionSearchResult()
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 Expression 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 AdminExpressionSearch getSearch()
Returns:
the search

setSearch

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

getExpressions

public AdminExpression[] getExpressions()
Returns:
the expressions

setExpressions

public void setExpressions(AdminExpression[] expressions)
Parameters:
expressions - the expressions to set


Copyright © 2011 DS Data Systems UK Ltd.