org.walluck.oscar.handlers.filetransfer
Class GetFileList

java.lang.Object
  extended by org.walluck.oscar.handlers.filetransfer.GetFileList

public class GetFileList
extends Object

Represents a GetFile listing.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
GetFileList()
           
 
Method Summary
 ArrayList getFiles()
          Get the value of files.
 String getVersion()
          Get the value of version.
 void setFiles(ArrayList files)
          Set the value of files.
 void setVersion(String version)
          Set the value of version.
 String toString()
          Return a string representation of this GetFile listing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetFileList

public GetFileList()
Method Detail

getVersion

public String getVersion()
Get the value of version.

Returns:
the value of version.

setVersion

public void setVersion(String version)
Set the value of version.

Parameters:
version - The value to assign to version.

getFiles

public ArrayList getFiles()
Get the value of files.

Returns:
the value of files.

setFiles

public void setFiles(ArrayList files)
Set the value of files.

Parameters:
files - The value to assign to files.

toString

public String toString()
Return a string representation of this GetFile listing.

Overrides:
toString in class Object
Returns:
the string representing this GetFile listing