|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unikassel.android.sdcframework.data.TransmissionProtocolConfigurationEntry
public final class TransmissionProtocolConfigurationEntry
A transmission protocol configuration does describe the default configuration settings
for a transmission protocol.
The following settings can be configured:
description of the transfer connection strategy
.
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 |
---|
private String url
private String userName
private String authPassword
private String connectionStrategy
Constructor Detail |
---|
public TransmissionProtocolConfigurationEntry()
Method Detail |
---|
public final String getURL()
public final void setURL(String url)
url
- the URL for the file transferpublic final String getUserName()
public final void setUserName(String userName)
userName
- the authentication user name to setpublic final String getAuthPassword()
public final void setAuthPassword(String authPassword)
authPassword
- the authentication password to setpublic final String getConnectionStrategy()
public final void setConnectionStrategy(String connectionStrategy)
connectionStrategy
- the transfer connection strategy description to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |