OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 177 Rev 180
Line 151... Line 151...
151
    public synchronized void addColumn(SQLTableElement e) {
151
    public synchronized void addColumn(SQLTableElement e) {
152
        this.nbColumn++;
152
        this.nbColumn++;
153
        this.list.add(e);
153
        this.list.add(e);
154
    }
154
    }
155
 
155
 
-
 
156
    public void setValidationField(SQLField validationField) {
-
 
157
        this.validationField = validationField;
-
 
158
    }
-
 
159
 
156
    public synchronized int getColumnCount() {
160
    public synchronized int getColumnCount() {
157
        return this.nbColumn;
161
        return this.nbColumn;
158
    }
162
    }
159
 
163
 
160
    public int getRowCount() {
164
    public int getRowCount() {