com.hp.lft.sdk.sap.gui

Class GuiSessionDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class GuiSessionDescription
    extends DescriptionBase
    The description of a SAP GUI Session object.
    • Constructor Detail

      • GuiSessionDescription

        public GuiSessionDescription()
        Initializes a new instance of the GuiSessionDescription class.
      • GuiSessionDescription

        protected GuiSessionDescription(GuiSessionDescription.Init<?> init)
        Initializes a new instance of the GuiSessionDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setId

        public void setId(java.lang.String id)
        Sets the session's ID in text format.
        Parameters:
        id - the ID.
      • setName

        public void setName(java.lang.String name)
        Sets the session's name.
        Parameters:
        name - the name.
      • getName

        public StringProperty getName()
        Returns the session's name.
        Returns:
        the name.
      • setApplicationServer

        public void setApplicationServer(java.lang.String applicationServer)
        Sets the session's application server name.
        Parameters:
        applicationServer - the application server name.
      • getApplicationServer

        public StringProperty getApplicationServer()
        Returns the session's application server name.
        Returns:
        the application server name.
      • setClient

        public void setClient(java.lang.String client)
        Sets the client selected on the login screen.
        Parameters:
        client - the client.
      • getClient

        public StringProperty getClient()
        Returns the client selected on the login screen.
        Returns:
        the client.
      • setLanguage

        public void setLanguage(java.lang.String language)
        Sets the language the user is working in.
        Parameters:
        language - the language.
      • getLanguage

        public StringProperty getLanguage()
        Returns the language the user is working in.
        Returns:
        the language.
      • setSystemName

        public void setSystemName(java.lang.String systemName)
        Sets the name of the SAP system.
        Parameters:
        systemName - the name.
      • getSystemName

        public StringProperty getSystemName()
        Returns the name of the SAP system.
        Returns:
        the name.
      • setUser

        public void setUser(java.lang.String user)
        Sets the user name for the session.
        Parameters:
        user - the user name.
      • getUser

        public StringProperty getUser()
        Returns the user name for the session.
        Returns:
        the user name.
      • setCodePage

        public void setCodePage(java.lang.Long codePage)
        Sets the code page in use in this session.
        Parameters:
        codePage - the code page.
      • getCodePage

        public java.lang.Long getCodePage()
        Returns the code page in use in this session.
        Returns:
        the code page.
      • setSystemNumber

        public void setSystemNumber(java.lang.Long systemNumber)
        Sets the system number for this session.
        Parameters:
        systemNumber - the system number.
      • getSystemNumber

        public java.lang.Long getSystemNumber()
        Returns the system number for this session.
        Returns:
        the system number.