org.apache.jetspeed.portlets.selector
Class CategoryPortletSelector.CategoryResult

java.lang.Object
  extended by org.apache.jetspeed.portlets.selector.CategoryPortletSelector.CategoryResult
Enclosing class:
CategoryPortletSelector

 class CategoryPortletSelector.CategoryResult
extends Object


Field Summary
(package private)  List list
           
(package private)  int resultSize
           
 
Constructor Summary
CategoryPortletSelector.CategoryResult(List list, int resultSize)
           
 
Method Summary
 List getList()
           
 int getResultSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

List list

resultSize

int resultSize
Constructor Detail

CategoryPortletSelector.CategoryResult

public CategoryPortletSelector.CategoryResult(List list,
                                              int resultSize)
Parameters:
list -
resultSize -
Method Detail

getList

public List getList()
Returns:
the list

getResultSize

public int getResultSize()
Returns:
the resultSize


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.