Author: kono
Date: 2011-08-16 14:30:25 -0700 (Tue, 16 Aug 2011)
New Revision: 26578

Modified:
   core3/api/trunk/model-api/src/main/java/org/cytoscape/model/Identifiable.java
Log:
New static string "SUID" had been added.  This will be used as the column name 
of SUID (Long).

Modified: 
core3/api/trunk/model-api/src/main/java/org/cytoscape/model/Identifiable.java
===================================================================
--- 
core3/api/trunk/model-api/src/main/java/org/cytoscape/model/Identifiable.java   
    2011-08-16 21:24:58 UTC (rev 26577)
+++ 
core3/api/trunk/model-api/src/main/java/org/cytoscape/model/Identifiable.java   
    2011-08-16 21:30:25 UTC (rev 26578)
@@ -44,6 +44,11 @@
 public interface Identifiable {
        
        /**
+        * This will be used as column name of SUID.
+        */
+       static final String SUID = "SUID";
+       
+       /**
         * Returns the SUID of the implementing object.
         * @return the SUID of the implementing object.
         */

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to