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