OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 132 Rev 156
Line 28... Line 28...
28
import javax.swing.JTextField;
28
import javax.swing.JTextField;
29
 
29
 
30
public class PaysSQLElement extends ComptaSQLConfElement {
30
public class PaysSQLElement extends ComptaSQLConfElement {
31
 
31
 
32
    public PaysSQLElement() {
32
    public PaysSQLElement() {
33
        super("PAYS", "Pays", "Pays");
33
        super("PAYS", "un pays", "pays");
34
    }
34
    }
35
 
35
 
36
    protected List<String> getListFields() {
36
    protected List<String> getListFields() {
37
        final List<String> l = new ArrayList<String>();
37
        final List<String> l = new ArrayList<String>();
38
        l.add("CODE");
38
        l.add("CODE");