org.shept.util
Class FtpConfig

java.lang.Object
  extended by org.shept.util.FtpConfig

public class FtpConfig
extends Object

Version:
$$Id: FtpConfig.java 34 2010-08-20 16:46:49Z aha $$
Author:
Andi

Field Summary
private  int fileType
           
private  InetAddress hostAddress
           
private  String password
           
private  int port
           
private  String serverPath
           
private  String userName
           
 
Constructor Summary
FtpConfig()
           
 
Method Summary
 int getFileType()
           
 InetAddress getHostAddress()
           
 String getPassword()
           
 int getPort()
           
 String getServerPath()
           
 String getUserName()
           
 void setFileType(int fileType)
           
 void setHostAddress(InetAddress hostAddress)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setServerPath(String serverPath)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileType

private int fileType

port

private int port

hostAddress

private InetAddress hostAddress

userName

private String userName

password

private String password

serverPath

private String serverPath
Constructor Detail

FtpConfig

public FtpConfig()
Method Detail

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.