|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sharpster.common.Response
|
+--sharpster.common.FileResponse
A response containg received files.
| Constructor Summary | |
FileResponse()
|
|
| Method Summary | |
sharpster.common.FileCollection |
getFiles()
Returns the file collection. |
int |
getType()
Returns the type of this response. |
void |
setFiles(sharpster.common.FileCollection files)
Sets the FileCollection. |
java.lang.String |
toString()
|
java.lang.Object |
writeReplace()
|
| Methods inherited from class sharpster.common.Response |
getOrigin, getUser, isError, setError, setOrigin, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileResponse()
| Method Detail |
public int getType()
getType in class Responsepublic sharpster.common.FileCollection getFiles()
public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic void setFiles(sharpster.common.FileCollection files)
files - The file collection to be set.public java.lang.String toString()
toString in class Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||