sharpster.common
Class WriteErrorResponse

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

public class WriteErrorResponse
extends Response

A response containing information about a write error

See Also:
Serialized Form

Constructor Summary
WriteErrorResponse()
           
 
Method Summary
 sharpster.common.FileCollection getFiles()
          Returns the FileCollection with information about the files which has caused the error.
 int getType()
          Returns the type of this response.
 void setFiles(sharpster.common.FileCollection files)
          Sets the FileColletion with information about the files which has caused the error.
 
Methods inherited from class sharpster.common.Response
getOrigin, getUser, isError, setError, setOrigin, setUser, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WriteErrorResponse

public WriteErrorResponse()
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 with information about the files which has caused the error.


setFiles

public void setFiles(sharpster.common.FileCollection files)
Sets the FileColletion with information about the files which has caused the error.