org.kuali.ole.editor.keyvalue
Class ItemStatus

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

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

ItemStatus used to render the values for ItemStatus dropdown control.

See Also:
Serialized Form

Constructor Summary
ItemStatus()
           
 
Method Summary
 List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
          This method returns the List of ConcreteKeyValue, ConcreteKeyValue has two arguments itemAvailableStatusCode and itemAvailableStatusName.
 
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

ItemStatus

public ItemStatus()
Method Detail

getKeyValues

public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
This method returns the List of ConcreteKeyValue, ConcreteKeyValue has two arguments itemAvailableStatusCode and itemAvailableStatusName.

Returns:
List


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