toolbox.ftp
Class FTPGetEvent

Package class diagram package FTPGetEvent
java.lang.Object
  extended by toolbox.ftp.FTPGetEvent

public class FTPGetEvent
extends java.lang.Object

A simple bean that defines a FTP event.


Constructor Summary
FTPGetEvent()
          Default constructor.
 
Method Summary
 java.lang.String getClient()
          Return the client value.
 java.lang.String getLocalDirectoryName()
          Return the local directory name.
 java.lang.String getLocalFileName()
          Return the local file name.
 java.lang.String getRemoteDirectoryName()
          Return the remote directory name.
 java.lang.String getRemoteFileName()
          Return the remote file name.
 java.lang.String getType()
          Return the event type value.
 void setClient(java.lang.String client)
          Set the client value.
 void setLocalDirectoryName(java.lang.String dirName)
          Set the local directory name.
 void setLocalFileName(java.lang.String fileName)
          Set the local file name.
 void setRemoteDirectoryName(java.lang.String dirName)
          Set the remote directory name.
 void setRemoteFileName(java.lang.String fileName)
          Set the remote file name.
 void setType(java.lang.String type)
          Set the event type value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPGetEvent

public FTPGetEvent()
Default constructor.

Method Detail

setLocalFileName

public void setLocalFileName(java.lang.String fileName)
Set the local file name.

Parameters:
fileName - String containing the name of the local file.

getLocalFileName

public java.lang.String getLocalFileName()
Return the local file name.

Returns:
String containing the local file name.

setLocalDirectoryName

public void setLocalDirectoryName(java.lang.String dirName)
Set the local directory name.

Parameters:
dirName - String containing the name of the local directory.

getLocalDirectoryName

public java.lang.String getLocalDirectoryName()
Return the local directory name.

Returns:
String containing the local directory name.

setRemoteFileName

public void setRemoteFileName(java.lang.String fileName)
Set the remote file name.

Parameters:
fileName - String containing the name of the remote file.

getRemoteFileName

public java.lang.String getRemoteFileName()
Return the remote file name.

Returns:
String containing the remote file name.

setRemoteDirectoryName

public void setRemoteDirectoryName(java.lang.String dirName)
Set the remote directory name.

Parameters:
dirName - String containing the name of the remote directory.

getRemoteDirectoryName

public java.lang.String getRemoteDirectoryName()
Return the remote directory name.

Returns:
String containing the remote directory name.

setType

public void setType(java.lang.String type)
Set the event type value.

Parameters:
type - String indicating the type of event. file|batch.

getType

public java.lang.String getType()
Return the event type value.

Returns:
String indicating the type of event. file|batch.

setClient

public void setClient(java.lang.String client)
Set the client value.

Parameters:
client - String containing the name of the GetClient that generated this event.

getClient

public java.lang.String getClient()
Return the client value.

Returns:
String containing the name of the GetClient that generated this event.