| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.ftp.FTPGetEvent
public class FTPGetEvent
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 | 
|---|
public FTPGetEvent()
| Method Detail | 
|---|
public void setLocalFileName(java.lang.String fileName)
fileName - String containing the name of the local file.public java.lang.String getLocalFileName()
public void setLocalDirectoryName(java.lang.String dirName)
dirName - String containing the name of the local directory.public java.lang.String getLocalDirectoryName()
public void setRemoteFileName(java.lang.String fileName)
fileName - String containing the name of the remote file.public java.lang.String getRemoteFileName()
public void setRemoteDirectoryName(java.lang.String dirName)
dirName - String containing the name of the remote directory.public java.lang.String getRemoteDirectoryName()
public void setType(java.lang.String type)
type - String indicating the type of event. file|batch.public java.lang.String getType()
public void setClient(java.lang.String client)
client - String containing the name of the GetClient that 
                 generated this event.public java.lang.String getClient()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||