de.unikassel.android.sdcframework.data
Class TransmissionProtocolConfigurationEntry

Package class diagram package TransmissionProtocolConfigurationEntry
java.lang.Object
  extended by de.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry

public final class TransmissionProtocolConfigurationEntry
extends Object

A transmission protocol configuration does describe the default configuration settings for a transmission protocol.

The following settings can be configured:


Field Summary
private  String authPassword
          The password for authentication
private  String connectionStrategy
          The transfer connection strategy description
private  String url
          The URL for the file transfer
private  String userName
          The user name for authentication
 
Constructor Summary
TransmissionProtocolConfigurationEntry()
          Constructor
 
Method Summary
 String getAuthPassword()
          Getter for the authentication password
 String getConnectionStrategy()
          Getter for the transfer connection strategy description
 String getURL()
          Getter for the URL for the file transfer
 String getUserName()
          Getter for the authentication user name
 void setAuthPassword(String authPassword)
          Setter for the authentication password
 void setConnectionStrategy(String connectionStrategy)
          Setter for the transfer connection strategy description
 void setURL(String url)
          Setter for the URL for the file transfer
 void setUserName(String userName)
          Setter for the authentication user name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

private String url
The URL for the file transfer


userName

private String userName
The user name for authentication


authPassword

private String authPassword
The password for authentication


connectionStrategy

private String connectionStrategy
The transfer connection strategy description

Constructor Detail

TransmissionProtocolConfigurationEntry

public TransmissionProtocolConfigurationEntry()
Constructor

Method Detail

getURL

public final String getURL()
Getter for the URL for the file transfer

Returns:
the URL for the file transfer

setURL

public final void setURL(String url)
Setter for the URL for the file transfer

Parameters:
url - the URL for the file transfer

getUserName

public final String getUserName()
Getter for the authentication user name

Returns:
the authentication user name

setUserName

public final void setUserName(String userName)
Setter for the authentication user name

Parameters:
userName - the authentication user name to set

getAuthPassword

public final String getAuthPassword()
Getter for the authentication password

Returns:
the authentication password

setAuthPassword

public final void setAuthPassword(String authPassword)
Setter for the authentication password

Parameters:
authPassword - the authentication password to set

getConnectionStrategy

public final String getConnectionStrategy()
Getter for the transfer connection strategy description

Returns:
the transfer connection strategy description

setConnectionStrategy

public final void setConnectionStrategy(String connectionStrategy)
Setter for the transfer connection strategy description

Parameters:
connectionStrategy - the transfer connection strategy description to set