01: /*
02: * CustomerCriteria.java
03: *
04: * Created on February 10, 2004, 10:51 AM
05: */
06:
07: package org.julp.examples;
08:
09: import org.julp.*;
10: import org.julp.misc.search.*;
11:
12: /**
13: *
14: * @author leonard
15: */
16: public class CustomerCriteria extends SearchCriteriaBuilder {
17:
18: /** Creates a new instance of CustomerCriteria */
19: public CustomerCriteria() {
20: }
21:
22: }
|