- All Implemented Interfaces:
- Serializable, org.kuali.rice.krad.keyvalues.KeyValuesFinder
public class PaymentTermsValuesFinder
extends org.kuali.rice.krad.keyvalues.KeyValuesBase
Values finder for PaymentTermType. Similar to PaymentTypeValuesFinder, except that the list of
KeyValues 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,
Serialized Form