]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/structure/SimpleSElement.java
Make default execution ressources temp dir dependent of the JVM OS user, in order...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / structure / SimpleSElement.java
index 67bdf8711d0efba41355bab4d3201b6e50ef5691..f04e982bcb6717f105ec31e185cc469c0e65ccd1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\r
+ * Copyright (C) 2007-2012 Mathieu Baudier\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.core.structure;\r
 \r
+import java.io.Serializable;\r
 import java.util.Map;\r
 import java.util.TreeMap;\r
 \r
@@ -27,7 +27,8 @@ import org.argeo.slc.structure.StructureElement;
  * \r
  * @see TreeSPath\r
  */\r
-public class SimpleSElement implements StructureElement {\r
+public class SimpleSElement implements StructureElement, Serializable {\r
+       private static final long serialVersionUID = -7012193125005818900L;\r
        /** For ORM */\r
        private Long tid;\r
        private String label;\r