OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

Rev 19 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 57
Line 50... Line 50...
50
            public void addViews() {
50
            public void addViews() {
51
                this.addRequiredSQLObject(new JTextField(), "NOM");
51
                this.addRequiredSQLObject(new JTextField(), "NOM");
52
            }
52
            }
53
        };
53
        };
54
    }
54
    }
-
 
55
 
-
 
56
    @Override
-
 
57
    protected String createCode() {
-
 
58
        return createCodeFromPackage() + ".distribution";
-
 
59
    }
55
}
60
}