Class Session

    • Constructor Summary

      Constructors 
      Constructor Description
      Session()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBrowserID()
      Gets browser id
      java.lang.String getClientIP()
      Gets the client ip
      java.lang.String getClientName()
      Gets client name
      java.lang.String getContext()
      Gets the context
      java.lang.String getCustomerID()
      Gets customer id
      java.lang.String getDataSetName()
      Gets the dataset name
      java.lang.String getIdentifier()
      Gets the identifier
      java.lang.String getLanguage()
      Gets the language
      java.lang.String getLastUse()
      Gets time of the last use
      java.lang.String getLoggedon()
      Gets time of logging on
      java.lang.String getLogin()
      Gets the username (login)
      java.lang.String getRole()
      Gets the role
      java.lang.String getSessionid()
      Gets session id
      java.lang.String getSoapsessionid()
      Gets soap session id
      java.lang.Integer getSuperuser()
      Gets a flag indicating if it belongs to superuser
      java.lang.String getTaskName()
      Gets the task name
      java.lang.String getTmpPath()
      Gets the info about temporary path
      java.lang.String getWorkspaceName()
      Gets the workspace name
      void setBrowserID​(java.lang.String browserID)
      Sets browser id
      void setClientIP​(java.lang.String clientIP)
      Sets the client ip
      void setClientName​(java.lang.String clientName)
      Sets client name
      void setContext​(java.lang.String context)
      Sets the context
      void setCustomerID​(java.lang.String customerID)
      Sets customer id
      void setDataSetName​(java.lang.String dataSetName)
      Sets the dataset name
      void setIdentifier​(java.lang.String identifier)
      Sets the identifier
      void setLanguage​(java.lang.String language)
      Sets the language
      void setLastUse​(java.lang.String lastUse)
      Sets time of the last use
      void setLoggedon​(java.lang.String loggedon)
      Sets time of logging on
      void setLogin​(java.lang.String login)
      Sets the username (login)
      void setRole​(java.lang.String role)
      Sets the role
      void setSessionid​(java.lang.String sessionid)
      Sets session id
      void setSoapsessionid​(java.lang.String soapsessionid)
      Sets soap session id
      void setSuperuser​(java.lang.Integer superuser)
      Sets a flag indicating if it belongs to superuser
      void setTaskName​(java.lang.String taskName)
      Sets the task name
      void setTmpPath​(java.lang.String tmpPath)
      Sets the info about temporary path
      void setWorkspaceName​(java.lang.String workspaceName)
      Sets the workspace name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Session

        public Session()
    • Method Detail

      • getLogin

        public java.lang.String getLogin()
        Gets the username (login)
      • setLogin

        public void setLogin​(java.lang.String login)
        Sets the username (login)
      • getSessionid

        public java.lang.String getSessionid()
        Gets session id
      • setSessionid

        public void setSessionid​(java.lang.String sessionid)
        Sets session id
      • getSoapsessionid

        public java.lang.String getSoapsessionid()
        Gets soap session id
      • setSoapsessionid

        public void setSoapsessionid​(java.lang.String soapsessionid)
        Sets soap session id
      • getLoggedon

        public java.lang.String getLoggedon()
        Gets time of logging on
      • setLoggedon

        public void setLoggedon​(java.lang.String loggedon)
        Sets time of logging on
      • getLastUse

        public java.lang.String getLastUse()
        Gets time of the last use
      • setLastUse

        public void setLastUse​(java.lang.String lastUse)
        Sets time of the last use
      • getCustomerID

        public java.lang.String getCustomerID()
        Gets customer id
      • setCustomerID

        public void setCustomerID​(java.lang.String customerID)
        Sets customer id
      • getRole

        public java.lang.String getRole()
        Gets the role
      • setRole

        public void setRole​(java.lang.String role)
        Sets the role
      • getDataSetName

        public java.lang.String getDataSetName()
        Gets the dataset name
      • setDataSetName

        public void setDataSetName​(java.lang.String dataSetName)
        Sets the dataset name
      • getWorkspaceName

        public java.lang.String getWorkspaceName()
        Gets the workspace name
      • setWorkspaceName

        public void setWorkspaceName​(java.lang.String workspaceName)
        Sets the workspace name
      • getTmpPath

        public java.lang.String getTmpPath()
        Gets the info about temporary path
      • setTmpPath

        public void setTmpPath​(java.lang.String tmpPath)
        Sets the info about temporary path
      • getTaskName

        public java.lang.String getTaskName()
        Gets the task name
      • setTaskName

        public void setTaskName​(java.lang.String taskName)
        Sets the task name
      • getSuperuser

        public java.lang.Integer getSuperuser()
        Gets a flag indicating if it belongs to superuser
      • setSuperuser

        public void setSuperuser​(java.lang.Integer superuser)
        Sets a flag indicating if it belongs to superuser
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets the identifier
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Sets the identifier
      • getLanguage

        public java.lang.String getLanguage()
        Gets the language
      • setLanguage

        public void setLanguage​(java.lang.String language)
        Sets the language
      • getClientIP

        public java.lang.String getClientIP()
        Gets the client ip
      • setClientIP

        public void setClientIP​(java.lang.String clientIP)
        Sets the client ip
      • getBrowserID

        public java.lang.String getBrowserID()
        Gets browser id
      • setBrowserID

        public void setBrowserID​(java.lang.String browserID)
        Sets browser id
      • getContext

        public java.lang.String getContext()
        Gets the context
      • setContext

        public void setContext​(java.lang.String context)
        Sets the context
      • getClientName

        public java.lang.String getClientName()
        Gets client name
      • setClientName

        public void setClientName​(java.lang.String clientName)
        Sets client name