Class Session
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.Session
-
- All Implemented Interfaces:
java.io.Serializable
public class Session extends PlannerApiResource implements java.io.Serializable
Class representing a session in the Planner REST Service.- See Also:
PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Session()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBrowserID()Gets browser idjava.lang.StringgetClientIP()Gets the client ipjava.lang.StringgetClientName()Gets client namejava.lang.StringgetContext()Gets the contextjava.lang.StringgetCustomerID()Gets customer idjava.lang.StringgetDataSetName()Gets the dataset namejava.lang.StringgetIdentifier()Gets the identifierjava.lang.StringgetLanguage()Gets the languagejava.lang.StringgetLastUse()Gets time of the last usejava.lang.StringgetLoggedon()Gets time of logging onjava.lang.StringgetLogin()Gets the username (login)java.lang.StringgetRole()Gets the rolejava.lang.StringgetSessionid()Gets session idjava.lang.StringgetSoapsessionid()Gets soap session idjava.lang.IntegergetSuperuser()Gets a flag indicating if it belongs to superuserjava.lang.StringgetTaskName()Gets the task namejava.lang.StringgetTmpPath()Gets the info about temporary pathjava.lang.StringgetWorkspaceName()Gets the workspace namevoidsetBrowserID(java.lang.String browserID)Sets browser idvoidsetClientIP(java.lang.String clientIP)Sets the client ipvoidsetClientName(java.lang.String clientName)Sets client namevoidsetContext(java.lang.String context)Sets the contextvoidsetCustomerID(java.lang.String customerID)Sets customer idvoidsetDataSetName(java.lang.String dataSetName)Sets the dataset namevoidsetIdentifier(java.lang.String identifier)Sets the identifiervoidsetLanguage(java.lang.String language)Sets the languagevoidsetLastUse(java.lang.String lastUse)Sets time of the last usevoidsetLoggedon(java.lang.String loggedon)Sets time of logging onvoidsetLogin(java.lang.String login)Sets the username (login)voidsetRole(java.lang.String role)Sets the rolevoidsetSessionid(java.lang.String sessionid)Sets session idvoidsetSoapsessionid(java.lang.String soapsessionid)Sets soap session idvoidsetSuperuser(java.lang.Integer superuser)Sets a flag indicating if it belongs to superuservoidsetTaskName(java.lang.String taskName)Sets the task namevoidsetTmpPath(java.lang.String tmpPath)Sets the info about temporary pathvoidsetWorkspaceName(java.lang.String workspaceName)Sets the workspace name-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
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
-
-