org.kuali.kfs.vnd.businessobject.options
Class PaymentTermsValuesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.kfs.vnd.businessobject.options.PaymentTermsValuesFinder
All Implemented Interfaces:
org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder

public class PaymentTermsValuesFinder
extends org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase

Values finder for PaymentTermType. Similar to PaymentTypeValuesFinder, except that the list of KeyValuePairs returned by this class' getKeyValues() method are a code and a description, rather than a description and a description. That method's signature needs to stay the same to satisfy the core code that uses values finders, so we can't simply employ polymorphism in method signatures; we'll use a separate class instead.

See Also:
PaymentTermType, PaymentTypeValuesFinder

Constructor Summary
PaymentTermsValuesFinder()
           
 
Method Summary
 List getKeyValues()
           
 
Methods inherited from class org.kuali.rice.kns.lookup.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

PaymentTermsValuesFinder

public PaymentTermsValuesFinder()
Method Detail

getKeyValues

public List getKeyValues()


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