]> 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 f7e8e08dc141dc86db08d3689b4ecb1c0d43316c..f04e982bcb6717f105ec31e185cc469c0e65ccd1 100644 (file)
@@ -1,5 +1,21 @@
+/*\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
+ * You may obtain a copy of the License at\r
+ *\r
+ *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\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
@@ -11,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