org.shept.util
Class FtpConfig
java.lang.Object
org.shept.util.FtpConfig
public class FtpConfig
- extends Object
- Version:
- $$Id: FtpConfig.java 34 2010-08-20 16:46:49Z aha $$
- Author:
- Andi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileType
private int fileType
port
private int port
hostAddress
private InetAddress hostAddress
userName
private String userName
password
private String password
serverPath
private String serverPath
FtpConfig
public FtpConfig()
getFileType
public int getFileType()
- Returns:
- the fileType
setFileType
public void setFileType(int fileType)
- Parameters:
fileType - the fileType to set
getPort
public int getPort()
- Returns:
- the port
setPort
public void setPort(int port)
- Parameters:
port - the port to set
getHostAddress
public InetAddress getHostAddress()
- Returns:
- the hostAddress
setHostAddress
public void setHostAddress(InetAddress hostAddress)
- Parameters:
hostAddress - the hostAddress to set
getUserName
public String getUserName()
- Returns:
- the userName
setUserName
public void setUserName(String userName)
- Parameters:
userName - the userName to set
getPassword
public String getPassword()
- Returns:
- the password
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
getServerPath
public String getServerPath()
- Returns:
- the serverPath
setServerPath
public void setServerPath(String serverPath)
- Parameters:
serverPath - the serverPath to set
Copyright © 2011. All Rights Reserved.