OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 144 Rev 174
Line 227... Line 227...
227
 
227
 
228
    public final int getDayIndex() {
228
    public final int getDayIndex() {
229
        return this.dayIndex;
229
        return this.dayIndex;
230
    }
230
    }
231
 
231
 
232
    public final String getCodePrefix() {
-
 
233
        return this.code.substring(0, this.code.length() - INDEX_FORMAT.getMinimumIntegerDigits());
-
 
234
    }
-
 
235
 
-
 
236
    public final String getCode() {
232
    public final String getCode() {
237
        return this.code;
233
        return this.code;
238
    }
234
    }
239
 
235
 
240
    public final File getDir(final boolean create) {
236
    public final File getDir(final boolean create) {