OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 149 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 156
Line 26... Line 26...
26
import javax.swing.JTextField;
26
import javax.swing.JTextField;
27
 
27
 
28
public class DepartementSQLElement extends ComptaSQLConfElement {
28
public class DepartementSQLElement extends ComptaSQLConfElement {
29
 
29
 
30
    public DepartementSQLElement() {
30
    public DepartementSQLElement() {
31
        super("DEPARTEMENT", "Département", "Départements");
31
        super("DEPARTEMENT", "un département", "départements");
32
    }
32
    }
33
 
33
 
34
    protected List<String> getListFields() {
34
    protected List<String> getListFields() {
35
        final List<String> l = new ArrayList<String>();
35
        final List<String> l = new ArrayList<String>();
36
        l.add("NUMERO");
36
        l.add("NUMERO");