public class SAPConnectionHTTP extends Object
| Modifier and Type | Method and Description |
|---|---|
UC4ObjectName |
getLogin()
Returns the Login
|
String |
getURL()
Returns the URL of the Service (XI, JXBP, SLD).
|
String |
getUser()
Returns the name of the user.
|
void |
setLogin(UC4ObjectName login)
Sets the login.
|
void |
setPassword(String pass)
Sets the password for the HTTP user.
|
void |
setURL(String url)
Sets the URL of the Service (XI, JXBP, SLD).
|
void |
setUser(String user)
Sets the name of the user.
|
public String getURL()
null if not setpublic String getUser()
null if not setpublic void setURL(String url)
url - HTTP URLpublic void setUser(String user)
user - User namepublic void setPassword(String pass)
pass - Passwordpublic void setLogin(UC4ObjectName login)
login - the new login which should never be nullpublic UC4ObjectName getLogin()
null if not setCopyright © 2021. All rights reserved.