T - public class DateMatcher<T extends java.util.Date> extends DatePatternMatcher<T> implements FilterMatcher<T>
| Constructor and Description |
|---|
DateMatcher(boolean match_before) |
| Modifier and Type | Method and Description |
|---|---|
<X extends DataObject> |
getAcceptFilter(DataObjectFactory<X> fac,
java.lang.String target,
T form_value)
compare the target property and form value for use in the accept
|
getSQLFilter, matchBeforeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSQLFilterpublic <X extends DataObject> AcceptFilter<X> getAcceptFilter(DataObjectFactory<X> fac, java.lang.String target, T form_value)
MatchergetAcceptFilter in interface Matcher<T extends java.util.Date>