]> git.mxchange.org Git - jcore.git/blobdiff - src/org/mxchange/jcore/FrameworkInterface.java
@TODO is not valid, only use TODO
[jcore.git] / src / org / mxchange / jcore / FrameworkInterface.java
index bf9b1e8f7ca8fa144c6c63504817f87b7b928730..222b09d7fafd9e6bd1cac2da8e6e2134f5716ffa 100644 (file)
@@ -66,6 +66,18 @@ public interface FrameworkInterface {
         */
        public Application getApplication ();
 
+       /**
+        * Session id
+        * @return the sessionId
+        */
+       public String getSessionId ();
+
+       /**
+        * Session id
+        * @param sessionId the sessionId to set
+        */
+       public void setSessionId (final String sessionId);
+
        /**
         * Getter for human-readable string from given key
         *