com.dtolabs.client.services
Interface ServerService.WebConnectionParameters

Enclosing class:
ServerService

public static interface ServerService.WebConnectionParameters

An interface for providing connection parameters for the web app


Method Summary
 java.lang.String getPassword()
          Return the password
 java.lang.String getServerUrl()
          Return the URL
 java.lang.String getUsername()
          Return the user name
 

Method Detail

getPassword

java.lang.String getPassword()
Return the password

Returns:
password

getUsername

java.lang.String getUsername()
Return the user name

Returns:
username

getServerUrl

java.lang.String getServerUrl()
Return the URL

Returns:
connection URL