Package beans.service.search

Examples of beans.service.search.SerRenFilter


        }
}//GEN-LAST:event_btSelectActionPerformed

    private void goSearch() {
        try {
            filter = new SerRenFilter();
            filter.serviceId = service == null ? 0 : service.getID();
            filter.contratId = contract == null ? 0 : contract.getID();
            filter.dateFrom = dateFrom;
            filter.dateTill = dateTill;
            filter.rendered = cond;
View Full Code Here

TOP

Related Classes of beans.service.search.SerRenFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.