Class CometWhiteboard.SessionInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    CometWhiteboard

    public static class CometWhiteboard.SessionInfo
    extends java.lang.Object
    implements java.io.Serializable
    The type Session info.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionInfo()
      Instantiates a new Session info.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerID()
      Gets customer id.
      java.lang.String getDatasetName()
      Gets dataset name.
      java.lang.String getRole()
      Gets role.
      java.lang.String getSessionID()
      Gets session id.
      java.lang.String getWorkspaceName()
      Gets workspace name.
      void setCustomerID​(java.lang.String customerID)
      Sets customer id.
      void setDatasetName​(java.lang.String datasetName)
      Sets dataset name.
      void setRole​(java.lang.String role)
      Sets role.
      void setSessionID​(java.lang.String sessionID)
      Sets session id.
      void setWorkspaceName​(java.lang.String workspaceName)
      Sets workspace name.
      • Methods inherited from class java.lang.Object

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

      • SessionInfo

        public SessionInfo()
        Instantiates a new Session info.
    • Method Detail

      • getSessionID

        public java.lang.String getSessionID()
        Gets session id.
        Returns:
        the session id
      • setSessionID

        public void setSessionID​(java.lang.String sessionID)
        Sets session id.
        Parameters:
        sessionID - the session id
      • getRole

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

        public void setRole​(java.lang.String role)
        Sets role.
        Parameters:
        role - the role
      • getWorkspaceName

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

        public void setWorkspaceName​(java.lang.String workspaceName)
        Sets workspace name.
        Parameters:
        workspaceName - the workspace name
      • getDatasetName

        public java.lang.String getDatasetName()
        Gets dataset name.
        Returns:
        the dataset name
      • setDatasetName

        public void setDatasetName​(java.lang.String datasetName)
        Sets dataset name.
        Parameters:
        datasetName - the dataset name
      • getCustomerID

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

        public void setCustomerID​(java.lang.String customerID)
        Sets customer id.
        Parameters:
        customerID - the customer id