Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / kernel / Name.java
index f5d444b64337667350dd4486c74082b80dc2770c..37eeefdd36e1f9c02f1c9443fc55cc2a082acfbb 100644 (file)
@@ -10,6 +10,6 @@ package org.splat.kernel;
 
 public interface Name {
 
-    public int    getIndex ();
+    public long    getIndex ();
     public String toString ();
 }
\ No newline at end of file