org.kuali.ole.ingest.keyvalue
Class AgendaKeyValues

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.ole.ingest.keyvalue.AgendaKeyValues
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.keyvalues.KeyValuesFinder

public class AgendaKeyValues
extends org.kuali.rice.krad.keyvalues.KeyValuesBase

AgendaKeyValues is the value finder class

See Also:
Serialized Form

Constructor Summary
AgendaKeyValues()
           
 
Method Summary
 List getKeyValues()
          This method returns the List of ConcreteKeyValue, ConcreteKeyValue has two arguments Code and Name.
 boolean isBlankOption()
           
 void setBlankOption(boolean blankOption)
           
 
Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaKeyValues

public AgendaKeyValues()
Method Detail

isBlankOption

public boolean isBlankOption()

setBlankOption

public void setBlankOption(boolean blankOption)
Parameters:
blankOption - the blankOption to set

getKeyValues

public List getKeyValues()
This method returns the List of ConcreteKeyValue, ConcreteKeyValue has two arguments Code and Name.

Returns:
List


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