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 SummaryConstructors
- 
Method SummaryModifier 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.Initindex, objectProperties, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends GuiSessionDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
self- Specified by:
- selfin class- DescriptionBase.Init<T extends GuiSessionDescription.Init<T>>
 
- 
idInitializes the ID of the session.- Parameters:
- id- the ID.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
idInitializes the ID of the session.- Parameters:
- id- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
nameInitializes the name of the session.- Parameters:
- name- the name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
nameInitializes the name of the session.- Parameters:
- name- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
applicationServerInitializes the name of the application server of the session.- Parameters:
- applicationServer- the server name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
applicationServerInitializes the name of the application server of the session.- Parameters:
- applicationServer- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
clientInitializes 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).
 
- 
clientInitializes the client selected on the login screen.- Parameters:
- client- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
languageInitializes the language in which the user is working.- Parameters:
- language- the language.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
languageInitializes the language in which the user is working.- Parameters:
- language- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
systemNameInitializes the name of the SAP system.- Parameters:
- systemName- the name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
systemNameInitializes the name of the SAP system.- Parameters:
- systemName- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
userInitializes the user name of the session.- Parameters:
- user- the user name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
userInitializes the user name of the session.- Parameters:
- user- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
codePageInitializes the code page currently used for this session.- Parameters:
- codePage- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
systemNumberInitializes the system number of the session.- Parameters:
- systemNumber- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-