org.kuali.rice.kew.docsearch
Class DocumentSearchResultComponents
java.lang.Object
org.kuali.rice.kew.docsearch.DocumentSearchResultComponents
- All Implemented Interfaces:
- Serializable
public class DocumentSearchResultComponents
- extends Object
- implements Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
columns
protected List<Column> columns
searchResults
protected List<DocumentSearchResult> searchResults
DocumentSearchResultComponents
public DocumentSearchResultComponents(List<Column> columns,
List<DocumentSearchResult> searchResults)
getColumns
public List<Column> getColumns()
- Returns:
- the columns
getSearchResults
public List<DocumentSearchResult> getSearchResults()
- Returns:
- the searchResults
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.