com.sap.sl.sdk.authoring.connection
Interface ConnectionShortcut

All Superinterfaces:
Connection, SlResource
All Known Subinterfaces:
DataFederatorConnectionShortcut, OlapConnectionShortcut, RelationalConnectionShortcut

public interface ConnectionShortcut
extends Connection

Describes a connection shortcut.

A ConnectionShortcut is a RelationalConnectionShortcut, an OlapConnectionShortcut or a DataFederatorConnectionShortcut.


Method Summary
 java.lang.String getPath()
          Returns the value of the 'Path' attribute.
 java.lang.String getServerName()
          Returns the value of the 'Server Name' attribute.
 void setPath(java.lang.String value)
          Sets the value of the 'Path' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.connection.Connection
getDescription, getName, setDescription, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 

Method Detail

getPath

java.lang.String getPath()
Returns the value of the 'Path' attribute. This string is the path of the connection.

Returns:
The connection path
See Also:
setPath(String)

setPath

void setPath(java.lang.String value)
Sets the value of the 'Path' attribute. This string is the path of the connection.

Parameters:
path - The connection path
value - the new value of the 'Path' attribute.
See Also:
getPath()

getServerName

java.lang.String getServerName()
Returns the value of the 'Server Name' attribute. This is the server name of the connection.

Returns:
The server name


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.