| 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: org.kuali.module.vendor.bo.PaymentTermType See Also: org.kuali.module.vendor.lookup.keyvalues.PaymentTypeValuesFinder |