java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Session
All Implemented Interfaces:
Serializable

public class Session extends PlannerApiResource implements Serializable
Class representing a session in the Planner REST Service.
See Also:
  • Constructor Details

    • Session

      public Session()
  • Method Details

    • getLogin

      public String getLogin()
      Gets the username (login)
    • setLogin

      public void setLogin(String login)
      Sets the username (login)
    • getSessionid

      public String getSessionid()
      Gets session id
    • setSessionid

      public void setSessionid(String sessionid)
      Sets session id
    • getSoapsessionid

      public String getSoapsessionid()
      Gets soap session id
    • setSoapsessionid

      public void setSoapsessionid(String soapsessionid)
      Sets soap session id
    • getLoggedon

      public String getLoggedon()
      Gets time of logging on
    • setLoggedon

      public void setLoggedon(String loggedon)
      Sets time of logging on
    • getLastUse

      public String getLastUse()
      Gets time of the last use
    • setLastUse

      public void setLastUse(String lastUse)
      Sets time of the last use
    • getCustomerID

      public String getCustomerID()
      Gets customer id
    • setCustomerID

      public void setCustomerID(String customerID)
      Sets customer id
    • getRole

      public String getRole()
      Gets the role
    • setRole

      public void setRole(String role)
      Sets the role
    • getDataSetName

      public String getDataSetName()
      Gets the dataset name
    • setDataSetName

      public void setDataSetName(String dataSetName)
      Sets the dataset name
    • getWorkspaceName

      public String getWorkspaceName()
      Gets the workspace name
    • setWorkspaceName

      public void setWorkspaceName(String workspaceName)
      Sets the workspace name
    • getTmpPath

      public String getTmpPath()
      Gets the info about temporary path
    • setTmpPath

      public void setTmpPath(String tmpPath)
      Sets the info about temporary path
    • getTaskName

      public String getTaskName()
      Gets the task name
    • setTaskName

      public void setTaskName(String taskName)
      Sets the task name
    • getSuperuser

      public Integer getSuperuser()
      Gets a flag indicating if it belongs to superuser
    • setSuperuser

      public void setSuperuser(Integer superuser)
      Sets a flag indicating if it belongs to superuser
    • getIdentifier

      public String getIdentifier()
      Gets the identifier
    • setIdentifier

      public void setIdentifier(String identifier)
      Sets the identifier
    • getLanguage

      public String getLanguage()
      Gets the language
    • setLanguage

      public void setLanguage(String language)
      Sets the language
    • getClientIP

      public String getClientIP()
      Gets the client ip
    • setClientIP

      public void setClientIP(String clientIP)
      Sets the client ip
    • getBrowserID

      public String getBrowserID()
      Gets browser id
    • setBrowserID

      public void setBrowserID(String browserID)
      Sets browser id
    • getContext

      public String getContext()
      Gets the context
    • setContext

      public void setContext(String context)
      Sets the context
    • getClientName

      public String getClientName()
      Gets client name
    • setClientName

      public void setClientName(String clientName)
      Sets client name