Package com.hp.lft.sdk.sap.gui
Class GuiSessionDescription.Init<T extends GuiSessionDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.GuiSessionDescription.Init<T>
- Direct Known Subclasses:
GuiSessionDescription.Builder
- Enclosing class:
- GuiSessionDescription
protected abstract static class GuiSessionDescription.Init<T extends GuiSessionDescription.Init<T>>
extends DescriptionBase.Init<T>
Helper class for GuiSessionDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationServer
(StringProperty applicationServer) Initializes the name of the application server of the session.applicationServer
(String applicationServer) Initializes the name of the application server of the session.build()
Returns the built description instance (builder pattern).client
(StringProperty client) Initializes the client selected on the login screen.Initializes the client selected on the login screen.Initializes the code page currently used for this session.id
(StringProperty id) Initializes the ID of the session.Initializes the ID of the session.language
(StringProperty language) Initializes the language in which the user is working.Initializes the language in which the user is working.name
(StringProperty name) Initializes the name of the session.Initializes the name of the session.protected abstract T
self()
systemName
(StringProperty systemName) Initializes the name of the SAP system.systemName
(String systemName) Initializes the name of the SAP system.systemNumber
(Long systemNumber) Initializes the system number of the session.user
(StringProperty user) Initializes the user name of the session.Initializes the user name of the session.Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classDescriptionBase.Init<T extends GuiSessionDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
self
- Specified by:
self
in classDescriptionBase.Init<T extends GuiSessionDescription.Init<T>>
-
id
Initializes the ID of the session.- Parameters:
id
- the ID.- Returns:
- the description instance with the update state (builder pattern).
-
id
Initializes the ID of the session.- Parameters:
id
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
name
Initializes the name of the session.- Parameters:
name
- the name.- Returns:
- the description instance with the update state (builder pattern).
-
name
Initializes the name of the session.- Parameters:
name
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
applicationServer
Initializes the name of the application server of the session.- Parameters:
applicationServer
- the server name.- Returns:
- the description instance with the update state (builder pattern).
-
applicationServer
Initializes the name of the application server of the session.- Parameters:
applicationServer
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
client
Initializes the client selected on the login screen.- Parameters:
client
- the client selected on the login screen.- Returns:
- the description instance with the update state (builder pattern).
-
client
Initializes the client selected on the login screen.- Parameters:
client
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
language
Initializes the language in which the user is working.- Parameters:
language
- the language.- Returns:
- the description instance with the update state (builder pattern).
-
language
Initializes the language in which the user is working.- Parameters:
language
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
systemName
Initializes the name of the SAP system.- Parameters:
systemName
- the name.- Returns:
- the description instance with the update state (builder pattern).
-
systemName
Initializes the name of the SAP system.- Parameters:
systemName
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
user
Initializes the user name of the session.- Parameters:
user
- the user name.- Returns:
- the description instance with the update state (builder pattern).
-
user
Initializes the user name of the session.- Parameters:
user
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
codePage
Initializes the code page currently used for this session.- Parameters:
codePage
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
systemNumber
Initializes the system number of the session.- Parameters:
systemNumber
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-