org.kuali.kfs.vnd.businessobject.options
Class PaymentTermsValuesFinder
java.lang.Object
org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
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
KeyValuePair
s 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
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 |
PaymentTermsValuesFinder
public PaymentTermsValuesFinder()
getKeyValues
public List getKeyValues()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.