com.gentics.contentnode.rest.model.response
Class FileLoadResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.FileLoadResponse

public class FileLoadResponse
extends GenericResponse

Response object for responses containing a File

Author:
norbert

Constructor Summary
FileLoadResponse()
          Constructor used by JAXB
FileLoadResponse(Message message, ResponseInfo responseInfo, File file)
          Constructor with message, response info and file
 
Method Summary
 File getFile()
           
 void setFile(File file)
           
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoadResponse

public FileLoadResponse()
Constructor used by JAXB


FileLoadResponse

public FileLoadResponse(Message message,
                        ResponseInfo responseInfo,
                        File file)
Constructor with message, response info and file

Parameters:
message - message
responseInfo - response info
file -
Method Detail

getFile

public File getFile()
Returns:
the file

setFile

public void setFile(File file)
Parameters:
file - the file to set


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.