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 Tself()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.InitReturns the built description instance (builder pattern).- Overrides:
buildin classDescriptionBase.Init<T extends GuiSessionDescription.Init<T>>- Returns:
- The built description instance (builder pattern).
-
self
- Specified by:
selfin 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- 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- aStringPropertyorRegExpProperty.- Returns:
- the description instance with the update state (builder pattern).
-
codePage
Initializes the code page currently used for this session.- Parameters:
codePage- aStringPropertyorRegExpProperty.- Returns:
- the description instance with the update state (builder pattern).
-
systemNumber
Initializes the system number of the session.- Parameters:
systemNumber- aStringPropertyorRegExpProperty.- Returns:
- the description instance with the update state (builder pattern).
-