OpenConcerto

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

svn://code.openconcerto.org/openconcerto

Rev

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

Rev 156 Rev 180
Line 20... Line 20...
20
import java.util.ArrayList;
20
import java.util.ArrayList;
21
import java.util.List;
21
import java.util.List;
22
 
22
 
23
public class AttachmentSQLElement extends ComptaSQLConfElement {
23
public class AttachmentSQLElement extends ComptaSQLConfElement {
24
 
24
 
-
 
25
    public static final String EDM_KEY_METADATA = "EDM_KEY";
-
 
26
 
25
    public static final String DIRECTORY_PREFS = "EDMdirectory";
27
    public static final String DIRECTORY_PREFS = "EDMdirectory";
26
 
28
 
-
 
29
    public static final String ITEM_SOURCE_TABLE = "source.table";
-
 
30
    public static final String ITEM_SOURCE_ID = "source.id";
-
 
31
    public static final String ITEM_NAME = "name";
-
 
32
    public static final String ITEM_MIMETYPE = "mimetype";
-
 
33
    public static final String ITEM_FILENAME = "filename";
-
 
34
    public static final String ITEM_STORAGE_PATH = "storage.path";
-
 
35
    public static final String ITEM_THUMBNAIL = "thumbnail";
-
 
36
    public static final String ITEM_THUMBNAIL_WIDTH = "thumbnail.width";
-
 
37
    public static final String ITEM_THUMBNAIL_HEIGHT = "thumbnail.height";
-
 
38
    public static final String ITEM_TAG = "tag";
-
 
39
    public static final String ITEM_PARENT = "parent.id";
-
 
40
 
27
    public AttachmentSQLElement() {
41
    public AttachmentSQLElement() {
28
        super("ATTACHMENT", "un attachement", "attachements");
42
        super("ATTACHMENT", "un attachement", "attachements");
29
    }
43
    }
30
 
44
 
31
    protected List<String> getListFields() {
45
    protected List<String> getListFields() {