18 package org.turro.financials.model.document;
20 import java.util.Iterator;
21 import java.util.TreeSet;
22 import org.turro.financials.db.FinancialsPU;
23 import org.turro.financials.entity.LineType;
37 addAll(
new FinancialsPU().getResultList(
"select lineType from LineType as lineType"));
38 Iterator<LineType> it = iterator();
40 if(!(it.next().getName().matches(regexp))) {
LineTypeSet(String regexp)