sharpster.common
Class AccessableFilesResponse

java.lang.Object
  |
  +--sharpster.common.Response
        |
        +--sharpster.common.AccessableFilesResponse
All Implemented Interfaces:
java.io.Serializable

public class AccessableFilesResponse
extends Response
implements java.io.Serializable

A response containing information about accessible files.

See Also:
Serialized Form

Constructor Summary
AccessableFilesResponse()
           
 
Method Summary
 sharpster.common.FileCollection getfiles()
          Returns the FileCollection containing information about accessible files.
 int getType()
          Returns the type of this response.
 void setFiles(sharpster.common.FileCollection files)
          Sets the FileCollection containing information about accessible files.
 java.lang.String toString()
           
 
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

AccessableFilesResponse

public AccessableFilesResponse()
Method Detail

getType

public int getType()
Returns the type of this response.

Specified by:
getType in class Response

getfiles

public sharpster.common.FileCollection getfiles()
Returns the FileCollection containing information about accessible files.


setFiles

public void setFiles(sharpster.common.FileCollection files)
Sets the FileCollection containing information about accessible files.


toString

public java.lang.String toString()
Overrides:
toString in class Response