Class Session
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Session
- All Implemented Interfaces:
Serializable
Class representing a session in the Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets browser idGets the client ipGets client nameGets the contextGets customer idGets the dataset nameGets the identifierGets the languageGets time of the last useGets time of logging ongetLogin()Gets the username (login)getRole()Gets the roleGets session idGets soap session idGets a flag indicating if it belongs to superuserGets the task nameGets the info about temporary pathGets the workspace namevoidsetBrowserID(String browserID) Sets browser idvoidsetClientIP(String clientIP) Sets the client ipvoidsetClientName(String clientName) Sets client namevoidsetContext(String context) Sets the contextvoidsetCustomerID(String customerID) Sets customer idvoidsetDataSetName(String dataSetName) Sets the dataset namevoidsetIdentifier(String identifier) Sets the identifiervoidsetLanguage(String language) Sets the languagevoidsetLastUse(String lastUse) Sets time of the last usevoidsetLoggedon(String loggedon) Sets time of logging onvoidSets the username (login)voidSets the rolevoidsetSessionid(String sessionid) Sets session idvoidsetSoapsessionid(String soapsessionid) Sets soap session idvoidsetSuperuser(Integer superuser) Sets a flag indicating if it belongs to superuservoidsetTaskName(String taskName) Sets the task namevoidsetTmpPath(String tmpPath) Sets the info about temporary pathvoidsetWorkspaceName(String workspaceName) Sets the workspace nameMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
getLogin
Gets the username (login) -
setLogin
Sets the username (login) -
getSessionid
Gets session id -
setSessionid
Sets session id -
getSoapsessionid
Gets soap session id -
setSoapsessionid
Sets soap session id -
getLoggedon
Gets time of logging on -
setLoggedon
Sets time of logging on -
getLastUse
Gets time of the last use -
setLastUse
Sets time of the last use -
getCustomerID
Gets customer id -
setCustomerID
Sets customer id -
getRole
Gets the role -
setRole
Sets the role -
getDataSetName
Gets the dataset name -
setDataSetName
Sets the dataset name -
getWorkspaceName
Gets the workspace name -
setWorkspaceName
Sets the workspace name -
getTmpPath
Gets the info about temporary path -
setTmpPath
Sets the info about temporary path -
getTaskName
Gets the task name -
setTaskName
Sets the task name -
getSuperuser
Gets a flag indicating if it belongs to superuser -
setSuperuser
Sets a flag indicating if it belongs to superuser -
getIdentifier
Gets the identifier -
setIdentifier
Sets the identifier -
getLanguage
Gets the language -
setLanguage
Sets the language -
getClientIP
Gets the client ip -
setClientIP
Sets the client ip -
getBrowserID
Gets browser id -
setBrowserID
Sets browser id -
getContext
Gets the context -
setContext
Sets the context -
getClientName
Gets client name -
setClientName
Sets client name
-