Class CometWhiteboard.SessionInfo

java.lang.Object
com.priint.comet.port.whiteboard.CometWhiteboard.SessionInfo
All Implemented Interfaces:
Serializable
Enclosing interface:
CometWhiteboard

public static class CometWhiteboard.SessionInfo extends Object implements Serializable
The type Session info.
See Also:
  • Constructor Details

    • SessionInfo

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

    • getSessionID

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

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

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

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

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

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

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

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

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

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