Package org.kuali.rice.krad.data.jpa
Interface FilterValue
public interface FilterValue
Provides a common interface for Filter annotation (attributeResolverClass element) on a data object field that you
want to customize and want to dynamically generate a value.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
-
Method Details
-
getValue
Object getValue()Gets the value that has been dynamically generated- Returns:
- the value that has been dynamically generated
-