|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.FileLoadResponse
public class FileLoadResponse
Response object for responses containing a File
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 |
---|
public FileLoadResponse()
public FileLoadResponse(Message message, ResponseInfo responseInfo, File file)
message
- messageresponseInfo
- response infofile
- Method Detail |
---|
public File getFile()
public void setFile(File file)
file
- the file to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |