]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/attachment/SimpleAttachment.java
FlowNamespace extended (flows in flows, param in arg)
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / attachment / SimpleAttachment.java
index 1c1f13eb9319ec98b8157c87a0166757b780efcc..29b1093115c45cb85edbf68a0a228e93d35820f9 100644 (file)
@@ -7,6 +7,16 @@ public class SimpleAttachment implements Attachment {
        private String name;
        private String contentType = "";
 
+       public SimpleAttachment() {
+       }
+
+       public SimpleAttachment(String uuid, String name, String contentType) {
+               super();
+               this.uuid = uuid;
+               this.name = name;
+               this.contentType = contentType;
+       }
+
        public String getUuid() {
                return uuid;
        }