Package com.priint.comet.port.whiteboard
Class CometWhiteboard.SessionInfo
java.lang.Object
com.priint.comet.port.whiteboard.CometWhiteboard.SessionInfo
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CometWhiteboard
The type Session info.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets customer id.Gets dataset name.getRole()Gets role.Gets session id.Gets workspace name.voidsetCustomerID(String customerID) Sets customer id.voidsetDatasetName(String datasetName) Sets dataset name.voidSets role.voidsetSessionID(String sessionID) Sets session id.voidsetWorkspaceName(String workspaceName) Sets workspace name.
-
Constructor Details
-
SessionInfo
public SessionInfo()Instantiates a new Session info.
-
-
Method Details
-
getSessionID
Gets session id.- Returns:
- the session id
-
setSessionID
Sets session id.- Parameters:
sessionID- the session id
-
getRole
Gets role.- Returns:
- the role
-
setRole
Sets role.- Parameters:
role- the role
-
getWorkspaceName
Gets workspace name.- Returns:
- the workspace name
-
setWorkspaceName
Sets workspace name.- Parameters:
workspaceName- the workspace name
-
getDatasetName
Gets dataset name.- Returns:
- the dataset name
-
setDatasetName
Sets dataset name.- Parameters:
datasetName- the dataset name
-
getCustomerID
Gets customer id.- Returns:
- the customer id
-
setCustomerID
Sets customer id.- Parameters:
customerID- the customer id
-