edu.sampleu.travel.document.keyvalue
Class SimpleTestKeyValues
java.lang.Object
   org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.keyvalues.KeyValuesBase
       edu.sampleu.travel.document.keyvalue.SimpleTestKeyValues
edu.sampleu.travel.document.keyvalue.SimpleTestKeyValues
- All Implemented Interfaces: 
- Serializable, KeyValuesFinder
- public class SimpleTestKeyValues 
- extends KeyValuesBase
TODO Administrator don't forget to fill this in.
- 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 | 
 
SimpleTestKeyValues
public SimpleTestKeyValues()
getKeyValues
public List<KeyValue> getKeyValues()
- This is a fake implementation of a key value finder, normally this would make a request to
 a database to obtain the necessary values.  Used only for testing.
 
- 
- Returns:
- List of KeyValue objects
- See Also:
- KeyValuesFinder.getKeyValues()
 
isBlankOption
public boolean isBlankOption()
- 
- Returns:
- the blankOption
 
setBlankOption
public void setBlankOption(boolean blankOption)
- 
- Parameters:
- blankOption- the blankOption to set
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.