public class Response extends Object
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
IEntry |
getEntry() |
Field |
getField()
get the field associate to the response
|
String |
getFileExtension() |
String |
getFileName()
the file name if the response value is a file
|
FormSubmit |
getFormSubmit() |
int |
getIdResponse() |
String |
getToStringValueResponse()
return the string value response
|
byte[] |
getValueResponse() |
void |
setEntry(IEntry entry)
set the question associate to the response
|
void |
setField(Field field)
set the field associate to the response
|
void |
setFileExtension(String fileExtension)
set the file extension if the response value is a file
|
void |
setFileName(String fileName)
the file name if the response value is a file
|
void |
setFormSubmit(FormSubmit formSubmit)
the form submit of the response
|
void |
setIdResponse(int idResponse)
set the id of the response
|
void |
setToStringValueResponse(String strValueResponse)
set the string value response
|
void |
setValueResponse(byte[] valueResponse)
set the value of the response
|
public FormSubmit getFormSubmit()
public void setFormSubmit(FormSubmit formSubmit)
formSubmit
- the form submit of the responsepublic IEntry getEntry()
public void setEntry(IEntry entry)
entry
- the question associate to the responsepublic int getIdResponse()
public void setIdResponse(int idResponse)
idResponse
- the id of the responsepublic byte[] getValueResponse()
public void setValueResponse(byte[] valueResponse)
valueResponse
- the value of the responsepublic Field getField()
public void setField(Field field)
field
- fieldpublic String getToStringValueResponse()
public void setToStringValueResponse(String strValueResponse)
strValueResponse
- the string value of the responsepublic String getFileExtension()
public void setFileExtension(String fileExtension)
fileExtension
- the file extension if the response value is a filepublic String getFileName()
public void setFileName(String fileName)
fileName
- the file name if the response value is a fileCopyright © 2016 City of Paris. All rights reserved.