org.kuali.student.contract.model
Class SearchResult

java.lang.Object
  extended by org.kuali.student.contract.model.SearchRow
      extended by org.kuali.student.contract.model.SearchResult
All Implemented Interfaces:
Serializable, Cloneable

public class SearchResult
extends SearchRow

Author:
nwright
See Also:
Serialized Form

Constructor Summary
SearchResult()
           
 
Method Summary
 List<SearchResultColumn> getResultColumns()
          Get the value of resultColumns
 void setResultColumns(List<SearchResultColumn> resultColumns)
          Set the value of resultColumns
 
Methods inherited from class org.kuali.student.contract.model.SearchRow
clone, getCaseSensitive, getChildLookup, getComments, getDataType, getDefaultValue, getDescription, getHidden, getKey, getLookupKey, getName, getOptional, getRowNumber, getService, getStatus, getType, getUsage, getWidget, getWriteAccess, setCaseSensitive, setChildLookup, setComments, setDataType, setDefaultValue, setDescription, setHidden, setKey, setLookupKey, setName, setOptional, setRowNumber, setService, setStatus, setType, setUsage, setWidget, setWriteAccess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Method Detail

getResultColumns

public List<SearchResultColumn> getResultColumns()
Get the value of resultColumns

Returns:
the value of resultColumns

setResultColumns

public void setResultColumns(List<SearchResultColumn> resultColumns)
Set the value of resultColumns

Parameters:
resultColumns - new value of resultColumns


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.