|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.filetransfer.GetFileList
public class GetFileList
Represents a GetFile listing.
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 |
---|
public GetFileList()
Method Detail |
---|
public String getVersion()
public void setVersion(String version)
version
- The value to assign to version.public ArrayList getFiles()
public void setFiles(ArrayList files)
files
- The value to assign to files.public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |